Skip to content

Same node option#152

Merged
MishaZakharchanka merged 9 commits intomainfrom
feature/run_same_node
Sep 8, 2023
Merged

Same node option#152
MishaZakharchanka merged 9 commits intomainfrom
feature/run_same_node

Conversation

@MishaZakharchanka
Copy link
Contributor

This PR adds an option, that works under the Flux scheduler, to allow users to run tests on the same node. It is a per-test option where a string is specified and tests with the same string will be run on the same node. Setting this option will limit the number of nodes you can use for the test to one (-N1) and the number of cores to the maximum on the node (-nMAX), if the user requests more cores than on the node, otherwise -n stays the same.
This PR will close: #103

Note: while this is an option working under Flux, we do have Flux working under slrum.

This PR also adds documentation for two previously added command line options: removeStartNote and removeEndNote.

@MishaZakharchanka MishaZakharchanka merged commit 24e9d3c into main Sep 8, 2023
@MishaZakharchanka MishaZakharchanka deleted the feature/run_same_node branch September 8, 2023 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add ability to run a test on the same node as a previous test

2 participants