mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 22:18:01 +00:00
15 lines
255 B
Bash
15 lines
255 B
Bash
|
nthreads=10
|
||
|
memory=32
|
||
|
queue="berg"
|
||
|
env="/mnt/zfsusers/rstiskalek/csiborgtools/venv_galomatch/bin/python"
|
||
|
file="run_fieldprop.py"
|
||
|
# grid=1024
|
||
|
# halfwidth=0.1
|
||
|
|
||
|
cm="addqueue -q $queue -n $nthreads -m $memory $env $file"
|
||
|
|
||
|
echo "Submitting:"
|
||
|
echo $cm
|
||
|
echo
|
||
|
$cm
|