mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 20:38:02 +00:00
15 lines
288 B
Bash
15 lines
288 B
Bash
|
nthreads=20
|
||
|
memory=40
|
||
|
queue="berg"
|
||
|
env="/mnt/zfsusers/rstiskalek/csiborgtools/venv_csiborg/bin/python"
|
||
|
file="cluster_crosspk.py"
|
||
|
grid=1024
|
||
|
halfwidth=0.13
|
||
|
|
||
|
cm="addqueue -q $queue -n $nthreads -m $memory $env $file --grid $grid --halfwidth $halfwidth"
|
||
|
|
||
|
echo "Submitting:"
|
||
|
echo $cm
|
||
|
echo
|
||
|
$cm
|