Commit 212cdb66 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

last cleanup for Fedora 25 bevor EOL

	new version of intel parallel studio 2018
	last minute software oof2
parent ef3ab44a
Loading
Loading
Loading
Loading

boost/1.58.0

deleted100644 → 0
+0 −47
Original line number Diff line number Diff line
#%Module
#
# 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
#

set     version      1.58.0

proc ModulesHelp { } {
	global version
        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"
        puts stderr "\t- BOOST_LIBDIR"
        puts stderr "\t- BOOST_INCLUDEDIR"
        puts stderr "\t- BOOST_LIBRARYDIR"
        puts stderr "\t- LD_LIBRARY_PATH\n"
        puts stderr "\t- LD_RUN_PATH\n"
	puts stderr "\t- BOOST_tags : Tags included in library naming (e.g. -gcc51-mt-1_58)"
}

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

conflict	boost

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



setenv		BOOST_ROOT       $pkghome
setenv		BOOST_BASE       $pkghome
setenv		BOOST_INCLUDEDIR $pkghome/include
setenv		BOOST_LIBRARYDIR $pkghome/lib
setenv		BOOST_INCDIR     $pkghome/include
setenv		BOOST_LIBDIR     $pkghome/lib
setenv		BOOST_tags	"-gcc51-mt-1_58"		

prepend-path LD_LIBRARY_PATH  $pkghome/lib
prepend-path LD_RUN_PATH      $pkghome/lib
prepend-path PATH             $pkghome/bin

unset        pkghome

set MSG "Boost $version (System gcc-5.1.1, System python-2.7)"
#source $env(MODULESHOME)/modincludes/info_logging.tcl

boost/1.58.0-openmpi

deleted100644 → 0
+0 −46
Original line number Diff line number Diff line
#%Module
#
# Boost 1.58.0 (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
#

set     version      1.58.0

proc ModulesHelp { } {
	global version
        puts stderr "\tSets up the environment for Boost $version (System gcc-5.1, System python-2.7, OpenMPI)\n"
        puts stderr "\t- PATH"
        puts stderr "\t- BOOST_ROOT"
        puts stderr "\t- BOOST_INCDIR"
        puts stderr "\t- BOOST_LIBDIR"
        puts stderr "\t- BOOST_INCLUDEDIR"
        puts stderr "\t- BOOST_LIBRARYDIR"
        puts stderr "\t- LD_LIBRARY_PATH\n"
        puts stderr "\t- LD_RUN_PATH\n"
	puts stderr "\t- BOOST_tags : Tags included in library naming (e.g. -gcc51-mt-1_58)"
}

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

prereq		mpi/openmpi-x86_64
conflict	boost

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

setenv		BOOST_ROOT       $pkghome
setenv		BOOST_BASE       $pkghome
setenv		BOOST_INCLUDEDIR $pkghome/include
setenv		BOOST_LIBRARYDIR $pkghome/lib
setenv		BOOST_INCDIR     $pkghome/include
setenv		BOOST_LIBDIR     $pkghome/lib
setenv		BOOST_tags	"-gcc51-mt-1_58"		

prepend-path LD_LIBRARY_PATH  $pkghome/lib
prepend-path LD_RUN_PATH      $pkghome/lib
prepend-path PATH             $pkghome/bin

unset        pkghome

set MSG "Boost $version (System gcc-5.1.1, System python-2.7, OpenMPI)"
#source $env(MODULESHOME)/modincludes/info_logging.tcl
+0 −48
Original line number Diff line number Diff line
#%Module
#
# Deal.II 8.2.2
#
set     version      "8.2.2"

proc ModulesHelp { } {
        global version
        puts stderr "\tSets up the environment for the Debug version of Deal.II ($version) including the Trilinos solver.\n"
        puts stderr "\t- DEAL_II_DIR\t- the Deal.II directory\n"
        puts stderr "\t- DEAL_II_BIN\t- directory where executables can be found\n"
        puts stderr "\t- DEAL_II_LIB\t- directory containing the libraries\n"
        puts stderr "\t- DEAL_II_INC\t- directory containing the header files\n"

        puts stderr "\t- PATH\n"
        puts stderr "\t- LD_LIBRARY_PATH\n"

}

module-whatis   "sets up the environment for the Debug version of Deal.II $version"

prereq          mpi/openmpi-x86_64
conflict        intel
conflict        oofem
conflict	dealii
prereq          trilinos/11.14.3-deal-mpi
prereq		p4est/1.1
prereq		petsc/3.6.3-lite

set                     pkghome        		/opt/apps/dealii/8.2.2-tri-petsc-hdf5-mpi-dbg


setenv                  DEAL_II_DIR      	$pkghome
setenv                  DEAL_II_INC     	$pkghome/include
setenv                  DEAL_II_LIB     	$pkghome/lib
setenv                  DEAL_II_BIN     	$pkghome/bin
setenv			DEAL_II_VERSION		$version

prepend-path            PATH    		$pkghome/bin

prepend-path            LD_LIBRARY_PATH 	$pkghome/lib
#prepend-path           PYTHONPATH      	$pkghome/lib/python2.7/site-packages


unset           pkghome


#source $env(MODULESHOME)/modincludes/info_logging.tcl
+0 −48
Original line number Diff line number Diff line
#%Module
#
# Deal.II 8.3.0
#
set     version      "8.3.0"

proc ModulesHelp { } {
        global version
        puts stderr "\tSets up the environment for the Debug version of Deal.II ($version) including the Trilinos solver.\n"
        puts stderr "\t- DEAL_II_DIR\t- the Deal.II directory\n"
        puts stderr "\t- DEAL_II_BIN\t- directory where executables can be found\n"
        puts stderr "\t- DEAL_II_LIB\t- directory containing the libraries\n"
        puts stderr "\t- DEAL_II_INC\t- directory containing the header files\n"

        puts stderr "\t- PATH\n"
        puts stderr "\t- LD_LIBRARY_PATH\n"

}

module-whatis   "sets up the environment for the Debug version of Deal.II $version"

prereq          mpi/openmpi-x86_64
conflict        intel
conflict        oofem
conflict	dealii
prereq          trilinos/11.14.3-deal83-mpi
prereq		p4est/1.1
prereq		petsc/3.6.3-lite

set                     pkghome        		/opt/apps/dealii/8.3.0-tri-petsc-hdf5-mpi-dbg


setenv                  DEAL_II_DIR      	$pkghome
setenv                  DEAL_II_INC     	$pkghome/include
setenv                  DEAL_II_LIB     	$pkghome/lib
setenv                  DEAL_II_BIN     	$pkghome/bin
setenv			DEAL_II_VERSION		$version

prepend-path            PATH    		$pkghome/bin

prepend-path            LD_LIBRARY_PATH 	$pkghome/lib
#prepend-path           PYTHONPATH      	$pkghome/lib/python2.7/site-packages


unset           pkghome


#source $env(MODULESHOME)/modincludes/info_logging.tcl
+0 −47
Original line number Diff line number Diff line
#%Module
#
# Deal.II 8.4.1
#
set     version      "8.4.1"

proc ModulesHelp { } {
        global version
        puts stderr "\tSets up the environment for the Debug version of Deal.II ($version) including the Trilinos solver.\n"
        puts stderr "\t- DEAL_II_DIR\t- the Deal.II directory\n"
        puts stderr "\t- DEAL_II_BIN\t- directory where executables can be found\n"
        puts stderr "\t- DEAL_II_LIB\t- directory containing the libraries\n"
        puts stderr "\t- DEAL_II_INC\t- directory containing the header files\n"

        puts stderr "\t- PATH\n"
        puts stderr "\t- LD_LIBRARY_PATH\n"

}

module-whatis   "sets up the environment for the Debug version of Deal.II $version"

prereq          mpi/openmpi-x86_64
conflict        intel
conflict	dealii
prereq          trilinos/11.14.3-deal83-mpi
prereq		p4est/1.1
prereq		petsc/3.6.3-lite

set                     pkghome        		/opt/apps/dealii/$version-tri-petsc-hdf5-mpi-dbg


setenv                  DEAL_II_DIR      	$pkghome
setenv                  DEAL_II_INC     	$pkghome/include
setenv                  DEAL_II_LIB     	$pkghome/lib
setenv                  DEAL_II_BIN     	$pkghome/bin
setenv			DEAL_II_VERSION		$version

prepend-path            PATH    		$pkghome/bin

prepend-path            LD_LIBRARY_PATH 	$pkghome/lib
#prepend-path           PYTHONPATH      	$pkghome/lib/python2.7/site-packages


unset           pkghome


#source $env(MODULESHOME)/modincludes/info_logging.tcl
Loading