Add -j flag to linux-build.bash so that builds are done in parallel#272
Conversation
|
The effect is more subtle on the CI than on gaea. For this build with the -j flag, the build times were Whereas for the last build: will look into this before merging @theresa-cordero |
|
Latest run with parallel build of libyaml is even faster: I think the reason why I'm not seeing the > 50% speed up I saw with the full repro build on gaea is 1.) that second build may not have included libyaml ( which does not seem to be rebuilt if the Likewise, the time differences in the |
|
Is it safe to do a squash merge here or should we keep two commits? |
|
I think a squash merge should be fine |
This PR adds the
-jflag to$makeflags, so that all builds are now done in parallel. In my tests on gaea, this cut the model build time by more than half:Without the
-jflag:With the
-jflag: