-
Notifications
You must be signed in to change notification settings - Fork 1
limit parallelism to 10 for jax with foss/2020b, to avoid failing tests because not enough threads can be started #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ts because not enough threads can be started
|
I've added this to easybuilders#13760, time to get this show on the road... |
|
|
||
| # running the tests with lots of cores results in test failures because not enough threads can be started, | ||
| # so limit to a reasonable number of cores to use at maximum | ||
| maxparallel = 10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FTR: This needlessly limits the parallelism for all packages, e.g. jaxlib which now builds slower. We need this option for extensions...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't think of that, but setting this only for the jax extension may actually work already... I'll check on that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't work currently, but it's an easy fix, cfr. easybuilders/easybuild-framework#3811
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in jax easyconfig in easybuilders#13851
add -Java-1.8 versionsuffix for Bazel 0.29.1 with GCCcore/9.3.0
Update and rename TensorFlow-2.2.2-foss-2020b.eb to TensorFlow-2.2.3-foss-2020b.eb
…atch Two more patches for PyTorch-2.1.2-foss-2023a-CUDA-12.1.1.eb
use external EMSF instead of bundled binaries
minor style fixes in R 4.5.1 easyconfig
@Flamefire for easybuilders#13760, to avoid the failing tests I'm running into when using 36 cores for running the tests, cfr. easybuilders#13760 (comment)