Skip to content

Commit

Permalink
switch qos to batch
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Jul 14, 2023
1 parent 26583b7 commit 47541e5
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion test/atm/global-workflow/jjob_ens_final.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fi

# Execute j-job
if [ $machine = 'HERA' -o $machine = 'ORION' ]; then
sbatch --ntasks=1 --account=$ACCOUNT --qos=debug --time=00:10:00 --export=ALL --wait ${HOMEgfs}/jobs/JGLOBAL_ATMENS_ANALYSIS_FINALIZE
sbatch --ntasks=1 --account=$ACCOUNT --qos=batch --time=00:10:00 --export=ALL --wait ${HOMEgfs}/jobs/JGLOBAL_ATMENS_ANALYSIS_FINALIZE
else
${HOMEgfs}/jobs/JGLOBAL_ATMENS_ANALYSIS_FINALIZE
fi
2 changes: 1 addition & 1 deletion test/atm/global-workflow/jjob_ens_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ done

# Execute j-job
if [ $machine = 'HERA' -o $machine = 'ORION' ]; then
sbatch --ntasks=1 --account=$ACCOUNT --qos=debug --time=00:10:00 --export=ALL --wait ${HOMEgfs}/jobs/JGLOBAL_ATMENS_ANALYSIS_INITIALIZE
sbatch --ntasks=1 --account=$ACCOUNT --qos=batch --time=00:10:00 --export=ALL --wait ${HOMEgfs}/jobs/JGLOBAL_ATMENS_ANALYSIS_INITIALIZE
else
${HOMEgfs}/jobs/JGLOBAL_ATMENS_ANALYSIS_INITIALIZE
fi
2 changes: 1 addition & 1 deletion test/atm/global-workflow/jjob_ens_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fi

# Execute j-job
if [ $machine = 'HERA' -o $machine = 'ORION' ]; then
sbatch --nodes=1 --ntasks=36 --account=$ACCOUNT --qos=debug --time=00:30:00 --export=ALL --wait ${HOMEgfs}/jobs/JGLOBAL_ATMENS_ANALYSIS_RUN
sbatch --nodes=1 --ntasks=36 --account=$ACCOUNT --qos=batch --time=00:30:00 --export=ALL --wait ${HOMEgfs}/jobs/JGLOBAL_ATMENS_ANALYSIS_RUN
else
${HOMEgfs}/jobs/JGLOBAL_ATMENS_ANALYSIS_RUN
fi
2 changes: 1 addition & 1 deletion test/atm/global-workflow/jjob_var_final.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fi

# Execute j-job
if [ $machine = 'HERA' -o $machine = 'ORION' ]; then
sbatch --ntasks=1 --account=$ACCOUNT --qos=debug --time=00:10:00 --export=ALL --wait ${HOMEgfs}/jobs/JGLOBAL_ATM_ANALYSIS_FINALIZE
sbatch --ntasks=1 --account=$ACCOUNT --qos=batch --time=00:10:00 --export=ALL --wait ${HOMEgfs}/jobs/JGLOBAL_ATM_ANALYSIS_FINALIZE
else
${HOMEgfs}/jobs/JGLOBAL_ATM_ANALYSIS_FINALIZE
fi
2 changes: 1 addition & 1 deletion test/atm/global-workflow/jjob_var_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ done

# Execute j-job
if [ $machine = 'HERA' -o $machine = 'ORION' ]; then
sbatch --ntasks=1 --account=$ACCOUNT --qos=debug --time=00:10:00 --export=ALL --wait ${HOMEgfs}/jobs/JGLOBAL_ATM_ANALYSIS_INITIALIZE
sbatch --ntasks=1 --account=$ACCOUNT --qos=batch --time=00:10:00 --export=ALL --wait ${HOMEgfs}/jobs/JGLOBAL_ATM_ANALYSIS_INITIALIZE
else
${HOMEgfs}/jobs/JGLOBAL_ATM_ANALYSIS_INITIALIZE
fi
2 changes: 1 addition & 1 deletion test/atm/global-workflow/jjob_var_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ fi

# Execute j-job
if [ $machine = 'HERA' -o $machine = 'ORION' ]; then
sbatch --ntasks=6 --account=$ACCOUNT --qos=debug --time=00:10:00 --export=ALL --wait ${HOMEgfs}/jobs/JGLOBAL_ATM_ANALYSIS_RUN
sbatch --ntasks=6 --account=$ACCOUNT --qos=batch --time=00:10:00 --export=ALL --wait ${HOMEgfs}/jobs/JGLOBAL_ATM_ANALYSIS_RUN
else
${HOMEgfs}/jobs/JGLOBAL_ATM_ANALYSIS_RUN
fi
4 changes: 2 additions & 2 deletions test/atm/global-workflow/run_jedi_exe_3denvar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ "$machine" = "hera" ] ; then
partition="hera"
gdasfix="/scratch1/NCEPDEV/da/Cory.R.Martin/GDASApp/fix"
elif [ "$machine" = "orion" ]; then
partition="debug"
partition="batch"
gdasfix="/work2/noaa/da/cmartin/GDASApp/fix"
fi

Expand Down Expand Up @@ -75,7 +75,7 @@ config:
job options:
machine: ${machine}
account: da-cpu
queue: debug
queue: batch
partition: ${partition}
walltime: '30:00'
ntasks: 6
Expand Down
4 changes: 2 additions & 2 deletions test/atm/global-workflow/run_jedi_exe_3dhofx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ "$machine" = "hera" ] ; then
partition="hera"
gdasfix="/scratch1/NCEPDEV/da/Cory.R.Martin/GDASApp/fix"
elif [ "$machine" = "orion" ]; then
partition="debug"
partition="batch"
gdasfix="/work2/noaa/da/cmartin/GDASApp/fix"
fi

Expand Down Expand Up @@ -64,7 +64,7 @@ config:
job options:
machine: ${machine}
account: da-cpu
queue: debug
queue: batch
partition: ${partition}
walltime: '30:00'
ntasks: 36
Expand Down
4 changes: 2 additions & 2 deletions test/atm/global-workflow/run_jedi_exe_3dvar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ "$machine" = "hera" ] ; then
partition="hera"
gdasfix="/scratch1/NCEPDEV/da/Cory.R.Martin/GDASApp/fix"
elif [ "$machine" = "orion" ]; then
partition="debug"
partition="batch"
gdasfix="/work2/noaa/da/cmartin/GDASApp/fix"
fi

Expand Down Expand Up @@ -74,7 +74,7 @@ config:
job options:
machine: ${machine}
account: da-cpu
queue: debug
queue: batch
partition: ${partition}
walltime: '30:00'
ntasks: 6
Expand Down
4 changes: 2 additions & 2 deletions test/atm/global-workflow/run_jedi_exe_letkf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ "$machine" = "hera" ] ; then
partition="hera"
gdasfix="/scratch1/NCEPDEV/da/Cory.R.Martin/GDASApp/fix"
elif [ "$machine" = "orion" ]; then
partition="debug"
partition="batch"
gdasfix="/work2/noaa/da/cmartin/GDASApp/fix"
fi

Expand Down Expand Up @@ -73,7 +73,7 @@ config:
job options:
machine: ${machine}
account: da-cpu
queue: debug
queue: batch
partition: ${partition}
walltime: '30:00'
ntasks: 36
Expand Down
2 changes: 1 addition & 1 deletion test/soca/gw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ add_test(NAME test_gdasapp_soca_prep
set(MACHINE "container")
IF (IS_DIRECTORY /work2/noaa/da)
set(MACHINE "orion")
set(PARTITION "debug")
set(PARTITION "batch")
ENDIF()
IF (IS_DIRECTORY /scratch2/NCEPDEV/)
set(MACHINE "hera")
Expand Down
2 changes: 1 addition & 1 deletion test/soca/gw/run_gdas_apps.yaml.test
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ctest command:

job options:
account: da-cpu
qos: debug
qos: batch
output: @TEST@.out
nodes: 1
ntasks: 1
Expand Down
2 changes: 1 addition & 1 deletion test/soca/gw/run_jjobs.yaml.test
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ setup_expt config:

job options:
account: da-cpu
qos: debug
qos: batch
output: @JJOB@.out
nodes: 1
ntasks: 16
Expand Down

0 comments on commit 47541e5

Please sign in to comment.