Skip to content

Commit 4136226

Browse files
Hypnos (HZDR): fix openmpi module name
follow up of ComputationalRadiationPhysics#2521 Change module name `openmpi/2.1.2.kepler.cuda80` to `openmpi/2.1.2.cuda80`
1 parent 65457a8 commit 4136226

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)