Skip to content

Commit c9e6a81

Browse files
committed
Piz Daint: Fix Detection Modern CMake
Fix detection of PNGwriter and Splash on Piz Daint with modern CMake.
1 parent 2604643 commit c9e6a81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@ export BOOST_ROOT=$SCRATCH/lib/boost-1.62.0
5252
export ZLIB_ROOT=$SCRATCH/lib/zlib-1.2.11
5353
export PNG_ROOT=$SCRATCH/lib/libpng-1.6.34
5454
export BLOSC_ROOT=$SCRATCH/lib/blosc-1.12.1
55-
export PNGWRITER_ROOT=$SCRATCH/lib/pngwriter-0.7.0
55+
export PNGwriter_DIR=$SCRATCH/lib/pngwriter-0.7.0
5656
export ADIOS_ROOT=$SCRATCH/lib/adios-1.13.0
57-
export SPLASH_ROOT=$SCRATCH/lib/splash-1.7.0
57+
export Splash_DIR=$SCRATCH/lib/splash-1.7.0
5858

5959
export LD_LIBRARY_PATH=$BOOST_ROOT/lib:$LD_LIBRARY_PATH
6060
export LD_LIBRARY_PATH=$ZLIB_ROOT/lib:$LD_LIBRARY_PATH
6161
export LD_LIBRARY_PATH=$PNG_ROOT/lib:$LD_LIBRARY_PATH
6262
export LD_LIBRARY_PATH=$BLOSC_ROOT/lib:$LD_LIBRARY_PATH
63-
export LD_LIBRARY_PATH=$PNGWRITER_ROOT/lib:$LD_LIBRARY_PATH
63+
export LD_LIBRARY_PATH=$PNGwriter_DIR/lib:$LD_LIBRARY_PATH
6464
export LD_LIBRARY_PATH=$ADIOS_ROOT/lib:$LD_LIBRARY_PATH
65-
export LD_LIBRARY_PATH=$SPLASH_ROOT/lib:$LD_LIBRARY_PATH
65+
export LD_LIBRARY_PATH=$Splash_DIR/lib:$LD_LIBRARY_PATH
6666

6767
export PATH=$PNG_ROOT/bin:$PATH
6868
export PATH=$ADIOS_ROOT/bin:$PATH

0 commit comments

Comments
 (0)