PawseySC / pawsey-spack-config

Automated deployment system for the scientific software stack in use at Pawsey
BSD 3-Clause "New" or "Revised" License
4 stars 9 forks source link

Adds first version of ROCm install script. #281

Open dipietrantonio opened 2 months ago

dipietrantonio commented 2 months ago

The proposed script download in parallel all RPM packages from the latest ROCm distribution, excluding the variants containing RPATH's, and extract them. The binaries are then moved to the final installation path.

d3v-null commented 2 months ago

not sure where this goes, but if you're making this into a module, it's worth considering that hyperdrive et. al. need to have the environment variables HIP_PATH set such that $HIP_PATH/include/hip/hip_runtime_api.h exists in order to work.