-
Notifications
You must be signed in to change notification settings - Fork 8
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
Added initial script to bootstrap Flux on CORAL/IBM machine #4
Merged
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
Signed-off-by: Loic Pottier <pottier1@llnl.gov>
Signed-off-by: Loic Pottier <pottier1@llnl.gov>
…Lassen Signed-off-by: Loic Pottier <pottier1@llnl.gov>
Signed-off-by: Loic Pottier <pottier1@llnl.gov>
Signed-off-by: Loic Pottier <pottier1@llnl.gov>
Signed-off-by: Loic Pottier <pottier1@llnl.gov>
Signed-off-by: Loic Pottier <pottier1@llnl.gov>
Signed-off-by: Loic Pottier <pottier1@llnl.gov>
Signed-off-by: Loic Pottier <pottier1@llnl.gov>
…ly works wityh Flux<= 0.45 (tested with 0.45) Signed-off-by: Loic Pottier <pottier1@llnl.gov>
Signed-off-by: Loic Pottier <pottier1@llnl.gov>
Signed-off-by: Loic Pottier <pottier1@llnl.gov>
Signed-off-by: Loic Pottier <pottier1@llnl.gov>
koparasy
reviewed
Aug 30, 2023
koparasy
reviewed
Aug 30, 2023
koparasy
reviewed
Aug 30, 2023
koparasy
approved these changes
Aug 30, 2023
Signed-off-by: Loic Pottier <pottier1@llnl.gov>
Signed-off-by: Loic Pottier <pottier1@llnl.gov>
Signed-off-by: Loic Pottier <pottier1@llnl.gov>
Signed-off-by: Loic Pottier <pottier1@llnl.gov>
koparasy
pushed a commit
that referenced
this pull request
Nov 7, 2023
* Added initial script to bootstrap Flux on CORAL/IBM machine * Added support Slurm based system, tested with flux-core 0.49 on Ruby/Lassen * Added script to launch AMS miniapp with Flux * Reverted script to support older version of flux, Lassen bootstrap only works wityh Flux<= 0.45 (tested with 0.45) * Added scripts to add secrets on OC * Added new scripts to launch the entire AMS workflow * Upgrade all scripts, they are now fully functional (main script communicates with AMS daemon via RMQ) --------- Signed-off-by: Loic Pottier <pottier1@llnl.gov>
koparasy
pushed a commit
that referenced
this pull request
Nov 9, 2023
* Added initial script to bootstrap Flux on CORAL/IBM machine * Added support Slurm based system, tested with flux-core 0.49 on Ruby/Lassen * Added script to launch AMS miniapp with Flux * Reverted script to support older version of flux, Lassen bootstrap only works wityh Flux<= 0.45 (tested with 0.45) * Added scripts to add secrets on OC * Added new scripts to launch the entire AMS workflow * Upgrade all scripts, they are now fully functional (main script communicates with AMS daemon via RMQ) --------- Signed-off-by: Loic Pottier <pottier1@llnl.gov>
koparasy
pushed a commit
that referenced
this pull request
Nov 10, 2023
* Added initial script to bootstrap Flux on CORAL/IBM machine * Added support Slurm based system, tested with flux-core 0.49 on Ruby/Lassen * Added script to launch AMS miniapp with Flux * Reverted script to support older version of flux, Lassen bootstrap only works wityh Flux<= 0.45 (tested with 0.45) * Added scripts to add secrets on OC * Added new scripts to launch the entire AMS workflow * Upgrade all scripts, they are now fully functional (main script communicates with AMS daemon via RMQ) --------- Signed-off-by: Loic Pottier <pottier1@llnl.gov>
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.
Added a script that bootstraps FLux on IBM machines (CORAL like Lassen). The script takes as input: number of nodes and JSON configuration file. This script starts Flux and create 3 sub allocations and add their respective Flux URI to the JSON file.
The JSON file given as input should contains some fields, at least the number of nodes for each sub-allocation (ML, Physics and containers):
The script will update the JSON file to add a block
flux
block:To test these scripts with two nodes:
Script tested on Ruby (Slurm) with
flux-core==0.50
and on Lassen (LSF) withflux-core==0.45
.Warning: on Lassen only
flux-core<=0.45
will work, modern Flux fails for unknown reasons.Updates:
launch_ams.sh
export AMS_ROOT=<AMS repo path>
Important:
exclusive
so you will need at least 3 nodes to run.