Skip to content

Commit

Permalink
Merge pull request #188 from xylar/add-cuda-to-pm-gpu
Browse files Browse the repository at this point in the history
Add `cuda` to `pm-gpu` yaml files for `spack` builds
  • Loading branch information
xylar authored Sep 10, 2024
2 parents d302bfa + 4532843 commit 5ae2fc3
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "mache" %}
{% set version = "1.24.0" %}
{% set version = "1.25.0" %}

package:
name: {{ name|lower }}
Expand Down
12 changes: 12 additions & 0 deletions mache/spack/pm-gpu_gnugpu_mpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,18 @@ spack:
- craype/2.7.19
- libfabric/1.15.2.0
buildable: false
cuda:
externals:
- spec: [email protected]
prefix: /opt/nvidia/hpc_sdk/Linux_x86_64/22.7/cuda/11.7
modules:
- PrgEnv-gnu/8.3.3
- gcc/11.2.0
- cudatoolkit/11.7
- craype-accel-nvidia80
- craype/2.7.19
- libfabric/1.15.2.0
buildable: false
cray-mpich:
externals:
- spec: [email protected]
Expand Down
13 changes: 13 additions & 0 deletions mache/spack/pm-gpu_nvidiagpu_mpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,19 @@ spack:
- spec: [email protected]
prefix: /usr
buildable: false
cuda:
externals:
- spec: [email protected]
prefix: /opt/nvidia/hpc_sdk/Linux_x86_64/22.7/cuda/11.7
modules:
- PrgEnv-nvidia
- nvidia/22.7
- cudatoolkit/11.7
- craype-accel-nvidia80
- gcc-mixed/11.2.0
- craype-x86-milan
- libfabric
buildable: false
cray-mpich:
externals:
- spec: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion mache/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version_info__ = (1, 24, 0)
__version_info__ = (1, 25, 0)
__version__ = '.'.join(str(vi) for vi in __version_info__)

0 comments on commit 5ae2fc3

Please sign in to comment.