Skip to content

Commit

Permalink
Changing -j to "-j 5" as the recommended value
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop authored Nov 30, 2023
1 parent 60bfc0f commit 0481f05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/scripts/installation/config/install_met_env.generic
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ export MET_PYTHON_CC=`python3-config --cflags`
# Use MAKE_ARGS to sped up the compilation of the external libaries and/or MET
# MAKE_ARGS can be set "-j #" where # is replaced with the number of
# cores to use (as an integer) or to simply "-j" to use all available cores.
export MAKE_ARGS=-j
# Recommend setting to "-j 5" as some users have experienced problems with
# higher values or no # specified.
export MAKE_ARGS="-j 5"

# If users have already installed these libraries and would like to make use of
# them, uncomment out the export statements. If those pre-existing libraries are
Expand Down

0 comments on commit 0481f05

Please sign in to comment.