Skip to content

Commit

Permalink
CUDA config for LLNL-Pascal-Penguin-broadwell-P100-OmniPat
Browse files Browse the repository at this point in the history
  • Loading branch information
Riyaz Haque committed Feb 11, 2024
1 parent 0738ba5 commit 9f13277
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,6 @@ packages:
externals:
- spec: [email protected]
prefix: /usr
mpi:
buildable: false
mvapich2:
buildable: false
externals:
- spec: [email protected]%[email protected]
prefix: /usr/tce/packages/mvapich2/mvapich2-2.3.7-intel-classic-2021.6.0/
cuda:
buildable: false
externals:
- spec: [email protected]
prefix: /usr/tce/packages/cuda/cuda-11.8.0/
curand:
externals:
- spec: [email protected]
Expand All @@ -49,16 +37,47 @@ packages:
- spec: [email protected]
prefix: /usr/tce/packages/cuda/cuda-11.8.0
buildable: false
cuda:
externals:
- spec: [email protected]
prefix: /usr/tce/packages/cuda/cuda-11.8.0
buildable: false
cublas:
externals:
- spec: [email protected]
prefix: /usr/tce/packages/cuda/cuda-11.8.0
buildable: false
cusolver:
externals:
- spec: [email protected]
prefix: /usr/tce/packages/cuda/cuda-11.8.0
buildable: false
blas:
externals:
- spec: [email protected]
prefix: /usr/tce/packages/mkl/mkl-2022.1.0
buildable: false
fftw:
externals:
- spec: [email protected]
prefix: /usr/tce/packages/mkl/mkl-2022.1.0
buildable: false
lapack:
externals:
- spec: [email protected]
prefix: /usr/tce/packages/mkl/mkl-2022.1.0
buildable: false
intel-oneapi-mkl:
externals:
- spec: [email protected]
prefix: /usr/tce/packages/mkl/mkl-2022.1.0/
buildable: false
mpi:
buildable: false
mvapich2:
externals:
- spec: [email protected]
prefix: /usr/tce/packages/mvapich2/mvapich2-2.3.7-gcc-11.2.1
- spec: [email protected]
prefix: /usr/tce/packages/mvapich2/mvapich2-2.3.7-intel-classic-2021.6.0/
buildable: false
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ spack:
default-compiler:
spack_spec: gcc@=11.2.1
default-mpi:
spack_spec: [email protected]
spack_spec: [email protected]-gcc1121
compiler-gcc:
spack_spec: gcc@=11.2.1
blas:
spack_spec: [email protected]
cublas-cuda:
spack_spec: cublas@{default_cuda_version}
lapack:
spack_spec: [email protected]
fftw:
spack_spec: [email protected]

0 comments on commit 9f13277

Please sign in to comment.