From fddef8d01d9b737a5e77a35d6fc3242c6d48727e Mon Sep 17 00:00:00 2001 From: rastogi Date: Thu, 27 Nov 2025 11:56:55 +0100 Subject: [PATCH] Fix control_batch naming, metrics workflow and add R visualization script --- bin/run_poet.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/run_poet.sh b/bin/run_poet.sh index 2343c9941..7ae67fa84 100644 --- a/bin/run_poet.sh +++ b/bin/run_poet.sh @@ -1,7 +1,7 @@ #!/bin/bash -#SBATCH --job-name=proto2_eps01_3_rb -#SBATCH --output=proto2_eps01_3_rb_%j.out -#SBATCH --error=proto2_eps01_3_rb_%j.err +#SBATCH --job-name=proto2_eps0035_no_rb_v2 +#SBATCH --output=proto2_eps0035_no_rb_v2_%j.out +#SBATCH --error=proto2_eps0035_no_rb_v2%j.err #SBATCH --partition=long #SBATCH --nodes=6 #SBATCH --ntasks-per-node=24 @@ -15,5 +15,5 @@ module purge module load cmake gcc openmpi #mpirun -n 144 ./poet dolo_fgcs_3.R dolo_fgcs_3.qs2 dolo_only_pqc -mpirun -n 144 ./poet --interp dolo_fgcs_3_rt.R dolo_fgcs_3.qs2 proto2_eps01_3_rb +mpirun -n 144 ./poet --interp --rds dolo_fgcs_3_rt.R dolo_fgcs_3.qs2 proto2_eps0035_no_rb_v2 #mpirun -n 144 ./poet --interp barite_fgcs_4_new/barite_fgcs_4_new_rt.R barite_fgcs_4_new/barite_fgcs_4_new.qs2 barite \ No newline at end of file