mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 22:38:03 +00:00
14 lines
250 B
Bash
14 lines
250 B
Bash
|
nthreads=1
|
||
|
memory=75
|
||
|
queue="berg"
|
||
|
env="/mnt/zfsusers/rstiskalek/csiborgtools/venv_galomatch/bin/python"
|
||
|
file="run_asciipos.py"
|
||
|
mode="dump"
|
||
|
|
||
|
cm="addqueue -q $queue -n $nthreads -m $memory $env $file --mode $mode"
|
||
|
|
||
|
echo "Submitting:"
|
||
|
echo $cm
|
||
|
echo
|
||
|
$cm
|