Skip to content

Future feature for all MET systems #1997

Locked Answered by georgemccabe
HathewayWill asked this question in Installation
Discussion options

You must be logged in to vote

Support for setting -j for the make commands called from the compile script (except for g2clib) is now available in the develop branch from this pull request. The environment variable MAKE_ARGS can now be used to set -j.

To run make with 16 jobs:

export MAKE_ARGS="-j 16"

To run make with unlimited jobs:

export MAKE_ARGS=-j

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@HathewayWill
Comment options

@georgemccabe
Comment options

@HathewayWill
Comment options

@georgemccabe
Comment options

@HathewayWill
Comment options

Comment options

You must be logged in to vote
1 reply
@HathewayWill
Comment options

Answer selected by georgemccabe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: build process Build process issue
2 participants