Skip to content

Commit a9c8fee

Browse files
authored
Merge pull request ComputationalRadiationPhysics#2524 from psychocoderHPC/fix-hypnosOpenmpiModule
Hypnos (HZDR): fix openmpi module name
2 parents fd3ef4a + 4136226 commit a9c8fee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/picongpu/hypnos-hzdr/k20_picongpu.profile.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ then
2525
module load cmake/3.10.1
2626
module load boost/1.62.0
2727
module load cuda/8.0
28-
module load openmpi/2.1.2.kepler.cuda80
28+
module load openmpi/2.1.2.cuda80
2929

3030
# Plugins (optional)
3131
module load pngwriter/0.7.0

etc/picongpu/hypnos-hzdr/k80_picongpu.profile.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ then
2525
module load cmake/3.10.1
2626
module load boost/1.62.0
2727
module load cuda/8.0
28-
module load openmpi/2.1.2.kepler.cuda80
28+
module load openmpi/2.1.2.cuda80
2929

3030
# Plugins (optional)
3131
module load pngwriter/0.7.0

0 commit comments

Comments
 (0)