Commit 6122c6cf authored by Christof Schulze's avatar Christof Schulze 😎 Committed by cschulze
Browse files

[*] boost/1.58.0: fixed mpi/none mpi module naming and comments

[*] hdf5/serial/1.8.14-system: fixed comments
parent c8432e9b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
#%Module
#
# Boost 1.58.0 with OpenMPI (System gcc-5.1)
# Boost 1.58.0 without MPI (System gcc-5.1)
#
# How to compile boost-python tutorial files: http://stackoverflow.com/questions/1569490/how-can-i-build-the-boost-python-example-on-ubuntu-9-10
#
@@ -9,7 +9,7 @@ set version 1.58.0

proc ModulesHelp { } {
	global version
        puts stderr "\tSets up the environment for Boost $version with MPI (System gcc-5.1, System python-2.7)\n"
        puts stderr "\tSets up the environment for Boost $version (System gcc-5.1, System python-2.7)\n"
        puts stderr "\t- PATH"
        puts stderr "\t- BOOST_ROOT"
        puts stderr "\t- BOOST_INCDIR"
@@ -23,7 +23,7 @@ proc ModulesHelp { } {

module-whatis   "sets up the environment for Boost $version (System gcc-5.1.1, System python-2.7)"

set          pkghome          /opt/apps/libs/boost-1.58.0-mpi
set          pkghome          /opt/apps/libs/boost-1.58.0

setenv		BOOST_ROOT       $pkghome
setenv		BOOST_BASE       $pkghome
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ module-whatis "sets up the environment for Boost $version (System gcc-5.1.1, S

prereq		mpi/openmpi-x86_64

set          pkghome          /opt/apps/libs/boost-1.58.0
set          pkghome          /opt/apps/libs/boost-1.58.0-mpi

setenv		BOOST_ROOT       $pkghome
setenv		BOOST_BASE       $pkghome
+3 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ setenv HDF5_INCDIR $pkghome/include
setenv  HDF5_INC        "-I$pkghome/include"
setenv  HDF5_F90_LIB    "-L$pkglibdir -lhdf5hl_fortran -lhdf5_fortran"
if { [ file exists $pkghomelib/libhdf5_cpp.a ] } {
  setenv       HDF5_CPP_LIB      "-L$pkghome/lib -lhdf5_hl_cpp -lhdf5_cpp"
  setenv       HDF5_CPP_LIB      "-L$pkglibdir -lhdf5_hl_cpp -lhdf5_cpp"
}

prepend-path    PATH            $pkghome/bin
@@ -38,5 +38,6 @@ prepend-path LD_LIBRARY_PATH $pkglibdir

unset        	pkghome
unset		pkglibdir

#set MSG ""
source $env(MODULESHOME)/modincludes/info_logging.tcl
#source $env(MODULESHOME)/modincludes/info_logging.tcl