Skip to content

Commit b2b36af

Browse files
committed
HPC Example Profiles: CMake 3.10+
Update to available modules on Hypnos & Hydra (HZDR) and Taurus (TUD).
1 parent fcfc9e7 commit b2b36af

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

etc/picongpu/draco-mpcdf/picongpu.profile.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ module purge
1919

2020
module load git/2.14
2121
module load gcc/6.3
22-
module load cmake/3.7
22+
module load cmake/3.10.1
2323
module load boost/gcc/1.64
2424
module load impi/2017.3
2525
module load hdf5-mpi/gcc/1.8.18
@@ -28,7 +28,7 @@ module load hdf5-mpi/gcc/1.8.18
2828
#
2929
# needs to be compiled by the user
3030
export PNGWRITER_ROOT=$HOME/lib/pngwriter-0.7.0
31-
export SPLASH_ROOT=$HOME/lib/splash-1.6.0
31+
export SPLASH_ROOT=$HOME/lib/splash-1.7.0
3232

3333
export LD_LIBRARY_PATH=$PNGWRITER_ROOT/lib:$LD_LIBRARY_PATH
3434
export LD_LIBRARY_PATH=$SPLASH_ROOT/lib:$LD_LIBRARY_PATH

etc/picongpu/hydra-hzdr/default_picongpu.profile.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ then
2222

2323
# Core Dependencies
2424
module load gcc/5.3.0
25-
module load cmake/3.7.2
25+
module load cmake/3.10.1
2626
module load boost/1.62.0
2727
module load openmpi/1.8.6
2828
module load numactl
2929

3030
# Plugins (optional)
3131
module load pngwriter/0.7.0
32-
module load hdf5-parallel/1.8.15 libsplash/1.6.0
32+
module load hdf5-parallel/1.8.15 libsplash/1.7.0
3333

3434
# either use libSplash or ADIOS for file I/O
3535
#module load adios/1.10.0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ then
2222

2323
# Core Dependencies
2424
module load gcc/4.9.2
25-
module load cmake/3.7.2
25+
module load cmake/3.10.1
2626
module load boost/1.62.0
2727
module load cuda/8.0
2828
module load openmpi/2.1.2.kepler.cuda80
2929

3030
# Plugins (optional)
3131
module load pngwriter/0.7.0
32-
module load hdf5-parallel/1.8.20 libsplash/1.6.0
32+
module load hdf5-parallel/1.8.20 libsplash/1.7.0
3333

3434
# either use libSplash or ADIOS for file I/O
3535
#module load adios/1.10.0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ then
2222

2323
# Core Dependencies
2424
module load gcc/4.9.2
25-
module load cmake/3.7.2
25+
module load cmake/3.10.1
2626
module load boost/1.62.0
2727
module load cuda/8.0
2828
module load openmpi/2.1.2.kepler.cuda80
2929

3030
# Plugins (optional)
3131
module load pngwriter/0.7.0
32-
module load hdf5-parallel/1.8.20 libsplash/1.6.0
32+
module load hdf5-parallel/1.8.20 libsplash/1.7.0
3333

3434
# either use libSplash or ADIOS for file I/O
3535
#module load adios/1.10.0

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ then
2222

2323
# Core Dependencies
2424
module load gcc/4.9.2
25-
module load cmake/3.7.2
25+
module load cmake/3.10.1
2626
module load boost/1.62.0
2727
module load openmpi/1.8.6
2828
module load numactl
2929

3030
# Plugins (optional)
3131
module load pngwriter/0.7.0
32-
module load hdf5-parallel/1.8.15 libsplash/1.6.0
32+
module load hdf5-parallel/1.8.15 libsplash/1.7.0
3333

3434
# either use libSplash or ADIOS for file I/O
3535
#module load adios/1.10.0

etc/picongpu/pizdaint-cscs/picongpu.profile.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export PNG_ROOT=$SCRATCH/lib/libpng-1.6.34
4444
export BLOSC_ROOT=$SCRATCH/lib/blosc-1.12.1
4545
export PNGWRITER_ROOT=$SCRATCH/lib/pngwriter-0.7.0
4646
export ADIOS_ROOT=$SCRATCH/lib/adios-1.13.0
47-
export SPLASH_ROOT=$SCRATCH/lib/splash-1.6.0
47+
export SPLASH_ROOT=$SCRATCH/lib/splash-1.7.0
4848

4949
export LD_LIBRARY_PATH=$CMAKE_ROOT/lib:$LD_LIBRARY_PATH
5050
export LD_LIBRARY_PATH=$BOOST_ROOT/lib:$LD_LIBRARY_PATH

etc/picongpu/taurus-tud/k20x_picongpu.profile.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export MY_NAME="$(whoami) <$MY_MAIL>"
1717
#
1818
module purge
1919
module load oscar-modules
20-
module load cmake/3.9.0
20+
module load cmake/3.10.1
2121
module load git
2222
module load cuda/8.0.61 # gcc <= 5, intel 15-16
2323
module load bullxmpi

etc/picongpu/taurus-tud/k80_picongpu.profile.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export MY_NAME="$(whoami) <$MY_MAIL>"
1717
#
1818
module purge
1919
module load oscar-modules
20-
module load cmake/3.9.0
20+
module load cmake/3.10.1
2121
module load git
2222
module load cuda/8.0.61 # gcc <= 5, intel 15-16
2323
module load bullxmpi

etc/picongpu/taurus-tud/knl_picongpu.profile.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export MY_NAME="$(whoami) <$MY_MAIL>"
1616
# General modules #############################################################
1717
#
1818
module purge
19-
module load cmake/3.9.0
19+
module load cmake/3.10.1
2020
module load git
2121
module load intelmpi/2017.2.174
2222

etc/picongpu/titan-ornl/picongpu.profile.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export FC=$(which ftn)
3737

3838
# required tools and libs
3939
module load git
40-
module load cmake3/3.9.0
40+
module load cmake3/3.10.0 # missing
4141
module load cudatoolkit # 7.5.18
4242
# might fail to link with missing symbols:
4343
# C++11 module rebuild pending [CCS #366279]

0 commit comments

Comments
 (0)