mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 07:18:03 +00:00
Update script
This commit is contained in:
parent
12c25a0742
commit
4b1bfb4d3c
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
nthreads=1
|
||||
memory=7
|
||||
on_login=1
|
||||
on_login=0
|
||||
queue="berg"
|
||||
env="/mnt/users/rstiskalek/csiborgtools/venv_csiborg/bin/python"
|
||||
file="field_los.py"
|
||||
|
@ -12,6 +12,7 @@ grid=1024
|
|||
|
||||
|
||||
for catalogue in "LOSS" "Foundation" "Pantheon+" "2MTF" "SFI_gals"; do
|
||||
# for catalogue in "Foundation"; do
|
||||
pythoncm="$env $file --catalogue $catalogue --nsims $nsims --simname $simname --MAS $MAS --grid $grid"
|
||||
if [ $on_login -eq 1 ]; then
|
||||
echo $pythoncm
|
||||
|
|
Loading…
Reference in a new issue