Compare commits

..

5 commits

2 changed files with 50 additions and 39 deletions

View file

@ -17,6 +17,10 @@ config:
# Directory where licenses should be located # Directory where licenses should be located
license_dir: $spack/../licenses license_dir: $spack/../licenses
# Cache directory for already downloaded source tarballs and archived
# repositories. This can be purged with `spack clean --downloads`.
source_cache: $user_cache_path/cache
# Directory where spack managed environments are created and stored # Directory where spack managed environments are created and stored
environments_root: $spack/../environments environments_root: $spack/../environments

View file

@ -144,120 +144,127 @@ packages:
- cray-parallel-netcdf/1.12.3.13 - cray-parallel-netcdf/1.12.3.13
buildable: false buildable: false
# Rocm/hip packages # Rocm/hip packages
# `module load rocm` defaults to v5.5.1 in CPE 24.03 # `module load rocm` defaults to v5.5.1 in CPE 24.03, but MI300/gfx942 requires rocm/6+
rocsparse: rocsparse:
externals: externals:
- spec: rocsparse@5.5.1 - spec: rocsparse@6.1.1
modules: modules:
- rocm/5.5.1 - rocm/6.1.1
buildable: false buildable: false
hipsparse: hipsparse:
externals: externals:
- spec: hipsparse@5.5.1 - spec: hipsparse@6.1.1
modules: modules:
- rocm/5.5.1 - rocm/6.1.1
buildable: false buildable: false
hipsolver: hipsolver:
externals: externals:
- spec: hipsolver@5.5.1 - spec: hipsolver@6.1.1
modules: modules:
- rocm/5.5.1 - rocm/6.1.1
buildable: false buildable: false
hip: hip:
externals: externals:
- spec: hip@5.5.1 - spec: hip@6.1.1
modules: modules:
- rocm/5.5.1 - rocm/6.1.1
buildable: false buildable: false
hipblas: hipblas:
externals: externals:
- spec: hipblas@5.5.1 - spec: hipblas@6.1.1
modules: modules:
- rocm/5.5.1 - rocm/6.1.1
buildable: false buildable: false
rocprofiler-dev: rocprofiler-dev:
externals: externals:
- spec: rocprofiler-dev@5.5.1 - spec: rocprofiler-dev@6.1.1
modules: modules:
- rocm/5.5.1 - rocm/6.1.1
buildable: false buildable: false
hiprand: hiprand:
externals: externals:
- spec: hiprand@5.5.1 - spec: hiprand@6.1.1
modules: modules:
- rocm/5.5.1 - rocm/6.1.1
buildable: false buildable: false
rocblas: rocblas:
externals: externals:
- spec: rocblas@5.5.1 - spec: rocblas@6.1.1
modules: modules:
- rocm/5.5.1 - rocm/6.1.1
buildable: false buildable: false
hsa-rocr-dev: hsa-rocr-dev:
externals: externals:
- spec: hsa-rocr@5.5.1 - spec: hsa-rocr-dev@6.1.1
modules: modules:
- rocm/5.5.1 - rocm/6.1.1
buildable: false
llvm-amdgpu:
externals:
- spec: llvm-amdgpu@6.1.1
modules:
- rocm/6.1.1
prefix: /opt/rocm-6.1.1/llvm/
buildable: false buildable: false
rccl: rccl:
externals: externals:
- spec: rccl@5.5.1 - spec: rccl@6.1.1
modules: modules:
- rocm/5.5.1 - rocm/6.1.1
buildable: false buildable: false
rocfft: rocfft:
externals: externals:
- spec: rocfft@5.5.1 - spec: rocfft@6.1.1
modules: modules:
- rocm/5.5.1 - rocm/6.1.1
buildable: false buildable: false
comgr: comgr:
externals: externals:
- spec: comgr@5.5.1 - spec: comgr@6.1.1
modules: modules:
- rocm/5.5.1 - rocm/6.1.1
buildable: false buildable: false
miopen-hip: miopen-hip:
externals: externals:
- spec: miopen-hip@5.5.1 - spec: miopen-hip@6.1.1
modules: modules:
- rocm/5.5.1 - rocm/6.1.1
buildable: false buildable: false
migraphx: migraphx:
externals: externals:
- spec: migraphx@5.5.1 - spec: migraphx@6.1.1
modules: modules:
- rocm/5.5.1 - rocm/6.1.1
buildable: false buildable: false
rocsolver: rocsolver:
externals: externals:
- spec: rocsolver@5.5.1 - spec: rocsolver@6.1.1
modules: modules:
- rocm/5.5.1 - rocm/6.1.1
buildable: false buildable: false
rocrand: rocrand:
externals: externals:
- spec: rocrand@5.5.1 - spec: rocrand@6.1.1
modules: modules:
- rocm/5.5.1 - rocm/6.1.1
buildable: false buildable: false
roctracer-dev: roctracer-dev:
externals: externals:
- spec: roctracer-dev@5.5.1 - spec: roctracer-dev@6.1.1
modules: modules:
- rocm/5.5.1 - rocm/6.1.1
buildable: false buildable: false
rocm-smi-lib: rocm-smi-lib:
externals: externals:
- spec: rocm-smi-lib@5.5.1 - spec: rocm-smi-lib@6.1.1
modules: modules:
- rocm/5.5.1 - rocm/6.1.1
buildable: false buildable: false
miopen-opencl: miopen-opencl:
externals: externals:
- spec: miopen-opencl@5.5.1 - spec: miopen-opencl@6.1.1
modules: modules:
- rocm/5.5.1 - rocm/6.1.1
buildable: false buildable: false
# Packages which have not been discovered by spack external find # Packages which have not been discovered by spack external find
# and packages which are not in the OS image but low-level. # and packages which are not in the OS image but low-level.