File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
etc/picongpu/pizdaint-cscs Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,17 +52,17 @@ export BOOST_ROOT=$SCRATCH/lib/boost-1.62.0
5252export ZLIB_ROOT=$SCRATCH/lib/zlib-1.2.11
5353export PNG_ROOT=$SCRATCH/lib/libpng-1.6.34
5454export 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
5656export 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
5959export LD_LIBRARY_PATH=$BOOST_ROOT/lib:$LD_LIBRARY_PATH
6060export LD_LIBRARY_PATH=$ZLIB_ROOT/lib:$LD_LIBRARY_PATH
6161export LD_LIBRARY_PATH=$PNG_ROOT/lib:$LD_LIBRARY_PATH
6262export 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
6464export 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
6767export PATH=$PNG_ROOT/bin:$PATH
6868export PATH=$ADIOS_ROOT/bin:$PATH
You can’t perform that action at this time.
0 commit comments