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