Commit 67c295c9 authored by Greenwood, Scott's avatar Greenwood, Scott
Browse files

Removed power9csm modele and updated a make file method to get example fmus....

Removed power9csm modele and updated a make file method to get example fmus. (not submoduled as nothing else about the repository is used)
parent e1493074
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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
+6 −3
Original line number Diff line number Diff line
@@ -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