-
Notifications
You must be signed in to change notification settings - Fork 0
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
Configuration for LUMI #3
base: master
Are you sure you want to change the base?
Conversation
config/lumi.py
Outdated
# SPDX-License-Identifier: BSD-3-Clause | ||
# | ||
# ReFrame CSCS settings | ||
# |
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 we can remove this header?
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.
Done
config/lumi.py
Outdated
'descr': 'LUMI Cray EX Supercomputer', | ||
'hostnames': ['ln\d+-nmn', 'uan\d+-nmn.local', '\S+'], | ||
'modules_system': 'lmod', | ||
'resourcesdir': '/projappl/%s/reframe_resources/' % project, |
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.
'resourcesdir': '/projappl/%s/reframe_resources/' % project, | |
'resourcesdir': f'/projappl/{project}/reframe_resources/', |
I would use fstrings on this file.
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
@olouant I am not sure if |
Yes, with the Cray compiler you can ommit the linking flags to the GTL library if |
* Fix unit test failure * Fix code style + code cleanup * Add a proper comment before the `assert_process_died()`assertions * Revert change in remote autodetect code
No description provided.