Skip to content

Commit

Permalink
Reduce gdas builds to 8 NOAA-EMC#2029 (NOAA-EMC#2036)
Browse files Browse the repository at this point in the history
Reduce the default number of build jobs for the GDASApp to 8 from 16.

This is needed for Orion as the build crashes during a linking step.  Though not verified, it
appears this may be caused by using too much memory with 16 builds.  The issue disappears
when using 8 build jobs.

Resolves NOAA-EMC#2029
  • Loading branch information
DavidHuber-NOAA authored Nov 6, 2023
1 parent 75269e4 commit 34a73cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ fi

# Optional DA builds
if [[ -d gdas.cd ]]; then
build_jobs["gdas"]=16
build_jobs["gdas"]=8
big_jobs=$((big_jobs+1))
build_opts["gdas"]="${_verbose_opt}"
fi
Expand Down

0 comments on commit 34a73cf

Please sign in to comment.