From 78ff32be93f7760e32d715ca2268e5aca75833d3 Mon Sep 17 00:00:00 2001 From: rstiskalek Date: Wed, 3 Jul 2024 09:53:00 +0100 Subject: [PATCH] Update script --- scripts/field_los.sh | 2 +- scripts/flow_validation.sh | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/scripts/field_los.sh b/scripts/field_los.sh index 653ee31..628f66b 100755 --- a/scripts/field_los.sh +++ b/scripts/field_los.sh @@ -1,5 +1,5 @@ nthreads=1 -memory=7 +memory=64 on_login=0 queue="berg" env="/mnt/users/rstiskalek/csiborgtools/venv_csiborg/bin/python" diff --git a/scripts/flow_validation.sh b/scripts/flow_validation.sh index e718ddb..eb6ca3b 100755 --- a/scripts/flow_validation.sh +++ b/scripts/flow_validation.sh @@ -43,14 +43,13 @@ Remaining to do: COMMENT # Submit a job for each combination of simname, catalogue, ksim -# for simname in "Lilow2024" "CF4" "CF4gp" "csiborg2_main" "csiborg2X"; do -for simname in "Lilow2024"; do +for simname in "Lilow2024" "CF4" "CF4gp" "csiborg1" "csiborg2_main" "csiborg2X"; do # for simname in "csiborg1" "csiborg2_main" "csiborg2X"; do - # for catalogue in "LOSS" "Foundation" "2MTF" "Pantheon+" "Pantheon+_groups" "Pantheon+_zSN" "SFI_gals"; do - for catalogue in "LOSS"; do + for catalogue in "LOSS" "Foundation" "2MTF" "Pantheon+" "SFI_gals"; do + # for catalogue in "2MTF"; do # for ksim in 0 1 2; do # for ksim in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20; do - for ksim in "none"; do + for ksim in 0; do pythoncm="$env $file --catalogue $catalogue --simname $simname --ksim $ksim --ksmooth $ksmooth --ndevice $ndevice --device $device" if [ $on_login -eq 1 ]; then