Skip to content

Commit 5ae2fc3

Browse files
authored
Merge pull request #188 from xylar/add-cuda-to-pm-gpu
Add `cuda` to `pm-gpu` yaml files for `spack` builds
2 parents d302bfa + 4532843 commit 5ae2fc3

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "mache" %}
2-
{% set version = "1.24.0" %}
2+
{% set version = "1.25.0" %}
33

44
package:
55
name: {{ name|lower }}

mache/spack/pm-gpu_gnugpu_mpich.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,18 @@ spack:
110110
- craype/2.7.19
111111
- libfabric/1.15.2.0
112112
buildable: false
113+
cuda:
114+
externals:
115+
116+
prefix: /opt/nvidia/hpc_sdk/Linux_x86_64/22.7/cuda/11.7
117+
modules:
118+
- PrgEnv-gnu/8.3.3
119+
- gcc/11.2.0
120+
- cudatoolkit/11.7
121+
- craype-accel-nvidia80
122+
- craype/2.7.19
123+
- libfabric/1.15.2.0
124+
buildable: false
113125
cray-mpich:
114126
externals:
115127

mache/spack/pm-gpu_nvidiagpu_mpich.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,19 @@ spack:
9898
9999
prefix: /usr
100100
buildable: false
101+
cuda:
102+
externals:
103+
104+
prefix: /opt/nvidia/hpc_sdk/Linux_x86_64/22.7/cuda/11.7
105+
modules:
106+
- PrgEnv-nvidia
107+
- nvidia/22.7
108+
- cudatoolkit/11.7
109+
- craype-accel-nvidia80
110+
- gcc-mixed/11.2.0
111+
- craype-x86-milan
112+
- libfabric
113+
buildable: false
101114
cray-mpich:
102115
externals:
103116

mache/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (1, 24, 0)
1+
__version_info__ = (1, 25, 0)
22
__version__ = '.'.join(str(vi) for vi in __version_info__)

0 commit comments

Comments
 (0)