Skip to content

Commit ab58c42

Browse files
author
Theofilos Manitaras
authored
Merge pull request #2041 from teojgo/conf/rm_PrgEnv_nvidia_eiger
[config] Remove PrgEnv-nvidia from eiger config
2 parents 30611f0 + 5451baf commit ab58c42

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config/cscs.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@
684684
'PrgEnv-cray',
685685
'PrgEnv-gnu',
686686
'PrgEnv-intel',
687-
'PrgEnv-nvidia',
688687
'cpeAMD',
689688
'cpeCray',
690689
'cpeGNU',
@@ -704,7 +703,6 @@
704703
'PrgEnv-cray',
705704
'PrgEnv-gnu',
706705
'PrgEnv-intel',
707-
'PrgEnv-nvidia',
708706
'cpeAMD',
709707
'cpeCray',
710708
'cpeGNU',
@@ -1084,7 +1082,7 @@
10841082
{
10851083
'name': 'PrgEnv-nvidia',
10861084
'target_systems': [
1087-
'pilatus', 'eiger'
1085+
'pilatus'
10881086
],
10891087
'modules': [
10901088
'PrgEnv-nvidia',

0 commit comments

Comments
 (0)