From e31c2327f918c17ab4b169d1fcf77c29da983fca Mon Sep 17 00:00:00 2001 From: Alon Grinberg Dana Date: Mon, 27 Apr 2026 08:38:46 +0300 Subject: [PATCH] Updated ARC Zeus submit script corrected arc_code to arc_path, added n170 --- Servers/Zeus/ARC/submit.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Servers/Zeus/ARC/submit.sh b/Servers/Zeus/ARC/submit.sh index 81052c5..fb70d63 100644 --- a/Servers/Zeus/ARC/submit.sh +++ b/Servers/Zeus/ARC/submit.sh @@ -1,9 +1,9 @@ #!/bin/bash -l #PBS -N # Note: Manually change this job name, and delete this comment -#PBS -q zeus_new_q +#PBS -q alon_q #PBS -l walltime=72:00:00 -#PBS -l select=1:ncpus=1 +#PBS -l select=1:ncpus=1:host=n170 #PBS -o out.txt #PBS -e err.txt @@ -12,5 +12,4 @@ cd $PBS_O_WORKDIR conda activate arc_env -python $arc_code/ARC.py input.yml - +python $arc_path/ARC.py input.yml