Skip to content

Commit 5451baf

Browse files
author
Theofilos Manitaras
committed
Revert deletion of PrgEnv-nvidia from pilatus
1 parent 873e3a8 commit 5451baf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

config/cscs.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,7 @@
745745
'PrgEnv-cray',
746746
'PrgEnv-gnu',
747747
'PrgEnv-intel',
748+
'PrgEnv-nvidia',
748749
'cpeAMD',
749750
'cpeCray',
750751
'cpeGNU',
@@ -764,6 +765,7 @@
764765
'PrgEnv-cray',
765766
'PrgEnv-gnu',
766767
'PrgEnv-intel',
768+
'PrgEnv-nvidia',
767769
'cpeAMD',
768770
'cpeCray',
769771
'cpeGNU',
@@ -1077,6 +1079,17 @@
10771079
'PrgEnv-pgi'
10781080
]
10791081
},
1082+
{
1083+
'name': 'PrgEnv-nvidia',
1084+
'target_systems': [
1085+
'pilatus'
1086+
],
1087+
'modules': [
1088+
'PrgEnv-nvidia',
1089+
# FIXME: We should not be forcing a cdt version
1090+
'cpe/21.06'
1091+
]
1092+
},
10801093
{
10811094
'name': 'PrgEnv-nvidia',
10821095
'target_systems': [

0 commit comments

Comments
 (0)