Skip to content

Commit

Permalink
Added documentation about the new MAKE_ARGS option that wasn't added …
Browse files Browse the repository at this point in the history
…when MAKE_ARGS was added (#2619)
  • Loading branch information
jprestop authored Jul 24, 2023
1 parent 6a06f18 commit 94162cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/scripts/installation/compile_MET_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@
# MET_HDF, MET_HDFEOS, MET_FREETYPEINC, MET_FREETYPELIB,
# MET_CAIROINC, MET_CAIROLIB.
#
# Users can speed up the compilation of MET and its dependent libraries
# by adding the following to their environment configuration file:
# export MAKE_ARGS=-j #
# replacing the # with the number of cores to use (integer) or simply
# specifying:
# export MAKE_ARGS=-j
# with no integer argument to start as many processes in parallel as
# possible.
#================================================

# print command, run it, then error and exit if non-zero value is returned
Expand Down

0 comments on commit 94162cc

Please sign in to comment.