first commit
This commit is contained in:
commit
cd1e91bb99
287 changed files with 86425 additions and 0 deletions
19
rasta_exp/cluster_worker/grunt-worker-launcher-6.sh
Executable file
19
rasta_exp/cluster_worker/grunt-worker-launcher-6.sh
Executable file
|
@ -0,0 +1,19 @@
|
|||
#!/bin/bash -l
|
||||
|
||||
|
||||
module load tools/Singularity
|
||||
module load lang/Python/3.8.6-GCCcore-10.2.0
|
||||
|
||||
source ../venvrasta/bin/activate
|
||||
|
||||
seq 6 | parallel --jobs 6 ./grunt.sh
|
||||
|
||||
#while /bin/true
|
||||
#do
|
||||
# python3 grunt-worker.py --no-mark-done --overwrite --singularity --image-basedir ~/sif
|
||||
# if [[ z"$?" == z111 ]]
|
||||
# then
|
||||
# break
|
||||
# fi
|
||||
# sleep 10
|
||||
#done
|
Loading…
Add table
Add a link
Reference in a new issue