Move files

This commit is contained in:
rstiskalek 2024-07-13 21:57:06 +01:00
parent 68fbd594cd
commit 73ffffb826
5 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,20 @@
nthreads=5
memory=40
on_login=0
queue="berg"
env="/mnt/zfsusers/rstiskalek/csiborgtools/venv_csiborg/bin/python"
file="field_observer_velocity.py"
simname=${1}
pythoncm="$env $file --simname $simname"
if [ $on_login -eq 1 ]; then
echo $pythoncm
$pythoncm
else
cm="addqueue -q $queue -n $nthreads -m $memory $pythoncm"
echo "Submitting:"
echo $cm
echo
eval $cm
fi