Skip to content

Commit 9dbb989

Browse files
authored
Merge pull request #2025 from jgphpc/config-prgenv-nvidia
Update config/cscs.py for PrgEnv-nvidia
2 parents 3f59248 + 354f5d7 commit 9dbb989

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

config/cscs.py

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,8 @@
341341
'PrgEnv-cray',
342342
'PrgEnv-gnu',
343343
'PrgEnv-intel',
344-
'PrgEnv-pgi'
344+
'PrgEnv-pgi',
345+
'PrgEnv-nvidia'
345346
],
346347
'descr': 'Login nodes',
347348
'max_jobs': 4,
@@ -420,7 +421,8 @@
420421
'PrgEnv-cray',
421422
'PrgEnv-gnu',
422423
'PrgEnv-intel',
423-
'PrgEnv-pgi'
424+
'PrgEnv-pgi',
425+
'PrgEnv-nvidia'
424426
],
425427
'descr': 'Multicore nodes (Broadwell)',
426428
'max_jobs': 100,
@@ -682,6 +684,7 @@
682684
'PrgEnv-cray',
683685
'PrgEnv-gnu',
684686
'PrgEnv-intel',
687+
'PrgEnv-nvidia',
685688
'cpeAMD',
686689
'cpeCray',
687690
'cpeGNU',
@@ -701,6 +704,7 @@
701704
'PrgEnv-cray',
702705
'PrgEnv-gnu',
703706
'PrgEnv-intel',
707+
'PrgEnv-nvidia',
704708
'cpeAMD',
705709
'cpeCray',
706710
'cpeGNU',
@@ -743,6 +747,7 @@
743747
'PrgEnv-cray',
744748
'PrgEnv-gnu',
745749
'PrgEnv-intel',
750+
'PrgEnv-nvidia',
746751
'cpeAMD',
747752
'cpeCray',
748753
'cpeGNU',
@@ -762,6 +767,7 @@
762767
'PrgEnv-cray',
763768
'PrgEnv-gnu',
764769
'PrgEnv-intel',
770+
'PrgEnv-nvidia',
765771
'cpeAMD',
766772
'cpeCray',
767773
'cpeGNU',
@@ -1077,6 +1083,20 @@
10771083
},
10781084
{
10791085
'name': 'PrgEnv-nvidia',
1086+
'target_systems': [
1087+
'pilatus', 'eiger'
1088+
],
1089+
'modules': [
1090+
'PrgEnv-nvidia',
1091+
# FIXME: We should not be forcing a cdt version
1092+
'cpe/21.06'
1093+
]
1094+
},
1095+
{
1096+
'name': 'PrgEnv-nvidia',
1097+
'target_systems': [
1098+
'dom', 'daint'
1099+
],
10801100
'modules': [
10811101
'PrgEnv-nvidia',
10821102
# FIXME: We should not be forcing a cdt version

0 commit comments

Comments
 (0)