-
Notifications
You must be signed in to change notification settings - Fork 218
Add goolfc-2.6.10 toolchain for test_get_toolchain_hierarchy robot test. #2464
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
test/framework/scripts.py
Outdated
| 'C': '2', # CrayCCE, CUDA | ||
| 'F': '1', # FFTW | ||
| 'G': '6', # GCC, GCCcore, gmvapich2, gompi, goolf, gzip | ||
| 'G': '11', # GCC, GCCcore, gcccuda, gmvapich2, golf, golfc, gompic, gompi, goolf, goolfc, gzip |
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.
at least two spaces before inline comment
test/framework/scripts.py
Outdated
| 'C': '2', # CrayCCE, CUDA | ||
| 'F': '1', # FFTW | ||
| 'G': '6', # GCC, GCCcore, gmvapich2, gompi, goolf, gzip | ||
| 'G': '11', # GCC, GCCcore, gcccuda, gmvapich2, golf, golfc, gompic, gompi, goolf, goolfc, gzip |
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.
at least two spaces before inline comment
| configopts += '--with-cuda=$CUDA_HOME ' # CUDA-aware build; N.B. --disable-dlopen is incompatible | ||
|
|
||
| # needed for --with-verbs | ||
| osdependencies = [('libibverbs-dev', 'libibverbs-devel')] |
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.
Should we add rdma-core-devel to be consistent with how OpenMPI easyconfigs look now adays?
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.
@akesandgren We could, but it doesn't really matter for these tests, there's little point in keeping the test easyconfigs in sync with the central easyconfigs repo, unless there's a reason for it (e.g. to reproduce a bug or something).
I don't see how having two or three options here matters in any way.
boegel
left a comment
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.
lgtm
goolfc has a more complex subtoolchain hierarchy than goolf/foss so it's useful to test.
I added 2.6.10 because of the existing CUDA test easyconfig, it's all old software but that does not matter really.