Loading Makefile +11 −0 Original line number Diff line number Diff line Loading @@ -27,3 +27,14 @@ fetch-fmu-models: else \ git -C ./models/fmu-models pull; \ fi fetch-example-fmus: @echo "Fetching 'fmus' folder from POWER9CSM..." mkdir -p ./models/tmp curl -L -o ./models/tmp/POWER9CSM.zip https://code.ornl.gov/exadigit/POWER9CSM/-/archive/main/POWER9CSM-main.zip unzip -q ./models/tmp/POWER9CSM.zip -d ./models/tmp #rm -rf ./models/POWER9CSM mkdir -p ./models/POWER9CSM mv ./models/tmp/POWER9CSM-main/fmus ./models/POWER9CSM/fmus rm -rf ./models/tmp @echo "Copied 'fmus' folder from POWER9CSM → ./models/POWER9CSM" No newline at end of file README.md +6 −3 Original line number Diff line number Diff line Loading @@ -117,11 +117,14 @@ given instead of the parquet files for more quickly running subsequent simulatio ## Cooling models We provide several cooling models in the repo https://code.ornl.gov/exadigit/POWER9CSM We provide several example cooling models from the repo https://code.ornl.gov/exadigit/POWER9CSM. To download them run: git submodule update --init --recursive sudo apt install make unzip make fetch-example-fmus - Note: May require installation of make and unzip **or** manually download the fmus from the repo. Will install the POWER9CSM in the models folder. To activate cooling when running RAPS, Once downloaded, to activate cooling when running RAPS, use `--cooling` or `-c` argument. e.g., raps run --system marconi100 -c Loading Loading
Makefile +11 −0 Original line number Diff line number Diff line Loading @@ -27,3 +27,14 @@ fetch-fmu-models: else \ git -C ./models/fmu-models pull; \ fi fetch-example-fmus: @echo "Fetching 'fmus' folder from POWER9CSM..." mkdir -p ./models/tmp curl -L -o ./models/tmp/POWER9CSM.zip https://code.ornl.gov/exadigit/POWER9CSM/-/archive/main/POWER9CSM-main.zip unzip -q ./models/tmp/POWER9CSM.zip -d ./models/tmp #rm -rf ./models/POWER9CSM mkdir -p ./models/POWER9CSM mv ./models/tmp/POWER9CSM-main/fmus ./models/POWER9CSM/fmus rm -rf ./models/tmp @echo "Copied 'fmus' folder from POWER9CSM → ./models/POWER9CSM" No newline at end of file
README.md +6 −3 Original line number Diff line number Diff line Loading @@ -117,11 +117,14 @@ given instead of the parquet files for more quickly running subsequent simulatio ## Cooling models We provide several cooling models in the repo https://code.ornl.gov/exadigit/POWER9CSM We provide several example cooling models from the repo https://code.ornl.gov/exadigit/POWER9CSM. To download them run: git submodule update --init --recursive sudo apt install make unzip make fetch-example-fmus - Note: May require installation of make and unzip **or** manually download the fmus from the repo. Will install the POWER9CSM in the models folder. To activate cooling when running RAPS, Once downloaded, to activate cooling when running RAPS, use `--cooling` or `-c` argument. e.g., raps run --system marconi100 -c Loading