Skip to content

Commit

Permalink
regenerate compilers on muller
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzebsiddiqui committed Feb 13, 2024
1 parent 81c42c1 commit c09f7f3
Showing 1 changed file with 31 additions and 22 deletions.
53 changes: 31 additions & 22 deletions config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
system:
muller:
description: Muller is TDS system for Perlmutter
perlmutter:
description: Cray Shasta system with AMD CPU and NVIDIA A100 GPUs
hostnames:
- login01|login02
- login(0[3-9]|[1-3][0-9]|40)
moduletool: lmod
poolsize: 8
buildspecs:
Expand Down Expand Up @@ -97,6 +97,15 @@ system:
- PrgEnv-cray
- cce/15.0.1
purge: false
cce/16.0.0:
cc: cc
cxx: CC
fc: ftn
module:
load:
- PrgEnv-cray
- cce/16.0.0
purge: false
cce/16.0.1:
cc: cc
cxx: CC
Expand All @@ -106,14 +115,14 @@ system:
- PrgEnv-cray
- cce/16.0.1
purge: false
cce/16.0.0:
cce/17.0.0:
cc: cc
cxx: CC
fc: ftn
module:
load:
- PrgEnv-cray
- cce/16.0.0
- cce/17.0.0
purge: false
nvhpc:
nvhpc/22.7:
Expand All @@ -125,32 +134,32 @@ system:
- PrgEnv-nvidia
- nvhpc/22.7
purge: false
nvhpc/23.9:
nvhpc/23.1:
cc: cc
cxx: CC
fc: ftn
module:
load:
- PrgEnv-nvidia
- nvhpc/23.9
- nvhpc/23.1
purge: false
nvhpc/23.1:
nvhpc/23.9:
cc: cc
cxx: CC
fc: ftn
module:
load:
- PrgEnv-nvidia
- nvhpc/23.1
- nvhpc/23.9
purge: false
cdash:
url: https://my.cdash.org
project: buildtest-nersc
site: muller
perlmutter:
description: Cray Shasta system with AMD CPU and NVIDIA A100 GPUs
site: perlmutter
muller:
description: Muller is TDS system for Perlmutter
hostnames:
- login(0[3-9]|[1-3][0-9]|40)
- login01|login02
moduletool: lmod
poolsize: 8
buildspecs:
Expand Down Expand Up @@ -245,23 +254,23 @@ system:
- PrgEnv-cray
- cce/15.0.1
purge: false
cce/16.0.0:
cce/16.0.1:
cc: cc
cxx: CC
fc: ftn
module:
load:
- PrgEnv-cray
- cce/16.0.0
- cce/16.0.1
purge: false
cce/16.0.1:
cce/16.0.0:
cc: cc
cxx: CC
fc: ftn
module:
load:
- PrgEnv-cray
- cce/16.0.1
- cce/16.0.0
purge: false
cce/17.0.0:
cc: cc
Expand All @@ -282,25 +291,25 @@ system:
- PrgEnv-nvidia
- nvhpc/22.7
purge: false
nvhpc/23.1:
nvhpc/23.9:
cc: cc
cxx: CC
fc: ftn
module:
load:
- PrgEnv-nvidia
- nvhpc/23.1
- nvhpc/23.9
purge: false
nvhpc/23.9:
nvhpc/23.1:
cc: cc
cxx: CC
fc: ftn
module:
load:
- PrgEnv-nvidia
- nvhpc/23.9
- nvhpc/23.1
purge: false
cdash:
url: https://my.cdash.org
project: buildtest-nersc
site: perlmutter
site: muller

0 comments on commit c09f7f3

Please sign in to comment.