mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 21:58:02 +00:00
13 lines
227 B
Bash
13 lines
227 B
Bash
|
nthreads=100
|
||
|
memory=3
|
||
|
queue="berg"
|
||
|
env="/mnt/zfsusers/rstiskalek/csiborgtools/venv_galomatch/bin/python"
|
||
|
file="run_fit_halos.py"
|
||
|
|
||
|
cm="addqueue -q $queue -n $nthreads -m $memory $env $file"
|
||
|
|
||
|
echo "Submitting:"
|
||
|
echo $cm
|
||
|
echo
|
||
|
$cm
|