mirror of
https://github.com/Richard-Sti/csiborgtools_public.git
synced 2025-05-14 06:31:11 +00:00
Move files
This commit is contained in:
parent
68fbd594cd
commit
73ffffb826
5 changed files with 0 additions and 0 deletions
20
scripts/old/field_observer_velocity.sh
Executable file
20
scripts/old/field_observer_velocity.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue