Skip to content

Commit

Permalink
Merge pull request #140 from EdwardSafford-NOAA/master
Browse files Browse the repository at this point in the history
GitHub Issue NOAA-EMC/GSI#136.  Fixed occasional bus error in conmon_time.x executable.
  • Loading branch information
MichaelLueken authored Mar 31, 2021
2 parents 5da5dfc + 65207c2 commit 27e79d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/Conventional_Monitor/data_extract/ush/ConMon_DE.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ if [ -s $cnvstat -a -s $pgrbf00 -a -s $pgrbf06 ]; then
fi

if [[ $MY_MACHINE = "wcoss_d" || $MY_MACHINE = "wcoss_c" ]]; then
$SUB -q $JOB_QUEUE -P $PROJECT -o ${logfile} -M 900 \
$SUB -q $JOB_QUEUE -P $PROJECT -o ${logfile} -M 1500 \
-R affinity[core] -W 0:50 -J ${jobname} \
-cwd $PWD ${HOMEgdas_conmon}/jobs/JGDAS_ATMOS_CONMON

Expand Down

0 comments on commit 27e79d6

Please sign in to comment.