-
Notifications
You must be signed in to change notification settings - Fork 104
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
Automatic detection of the system configuration #3320
Draft
Blanca-Fuentes
wants to merge
15
commits into
reframe-hpc:develop
Choose a base branch
from
Blanca-Fuentes:feat/configuration_detection
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Automatic detection of the system configuration #3320
Blanca-Fuentes
wants to merge
15
commits into
reframe-hpc:develop
from
Blanca-Fuentes:feat/configuration_detection
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces the option of detecting the system configuration automatically and writing the corresponding ReFrame config file.
reframe --detect-configuration=autodetect_config.py
(an example of theautodetect_config.py
is included). In thedetect_config()
the optional arguments aredetect_containers
: submits jobs to each partition to detect container platformssched_options
: additional scheduler access options that must be included for all partitionstime_limit
: time limit for the remote detection jobs (container platforms)exclude_feats
: node features to be ignored in the filtering of the nodes to determine the partitions, patterns likerow*
are acceptedfilename
: name of the configuration file that will be generatedRFM_REMOTE_WORKDIR
Ideas/todo's
--detect-topology
reframe --detect-topology