-
Notifications
You must be signed in to change notification settings - Fork 13
Add configuration file for MareNostrum5 [Offline nodes] #277
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: laraPPr <[email protected]>
Signed-off-by: laraPPr <[email protected]>
Signed-off-by: laraPPr <[email protected]>
Signed-off-by: laraPPr <[email protected]>
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, let's check in tomorrow and see if we can merge it during the meeting :)
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.
Add the amount of memory, so that jobs are skipped if the system doesn't have enough
config/bsc_marenostrum5.py
Outdated
'launcher': 'mpirun', | ||
'access': ['-q gp_ehpc', '--export=None', f'-A {sbatch_account}'], | ||
'env_vars': [ | ||
['EESSI_TEST_SUITE_NO_DOWNLOAD', 'True'], |
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.
Maybe better EESSI_TEST_SUITE_DISABLE_DOWNLOADS
|
Signed-off-by: laraPPr <[email protected]>
Signed-off-by: laraPPr <[email protected]>
config/bsc_marenostrum5.py
Outdated
'extras': { | ||
EXTRAS.GPU_VENDOR: GPU_VENDORS.NVIDIA, | ||
# TODO create constant | ||
EXTRAS.INTERNET_ACCESS: 'offline', |
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.
The use of this new constant should be documented
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 think this should be a feature, and not an extra. That way, one can easily use it for test selection by saying valid_systems = ['-offline']
, meaning a test can't be run on systems that have the offline
feature.
See also my comment at #279 (review)
config/bsc_marenostrum5.py
Outdated
# The test-suite will give warning which can be ignored | ||
], | ||
'extras': { | ||
# TODO create constant |
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.
Well, this is not a TODO anymore, right? I'd replace it, and describe what it means in a short comment (and then more extensively in the docs)
Signed-off-by: laraPPr <[email protected]>
No description provided.