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

[*] cleanup for F23 update

[*] improving paraview/4.4.0 to integrate with MPI
[-] removing old modules only available in F22

parent 23ad899c
Loading
Loading
Loading
Loading

abaqus/6.13

deleted100644 → 0
+0 −35
Original line number Diff line number Diff line
#%Module 1.0
#
#  Abaqus module for use with 'environment-modules' package:
#
set     version      "6.13"

proc ModulesHelp { } {
        global version

        puts stderr "\tAdds 'Abaqus' to your PATH environment variable"
        puts stderr "\n\tDescription TODO"
	puts stderr "\n\tABAQUS_DOC : URL to acces the Abaqus Help environment"
        puts stderr "\n\tVersion $version\n"
}

module-whatis   "activates  Abaqus v$version "



conflict		abaqus

set 			pkghome		/opt/.apps-bin/abaqus

#setenv			YADE_INC	"-I/opt/oofem_2.3_x86_64/include/"
setenv			ABAQUS_BASE	$pkghome/
setenv			ABAQUS_COMMANDS	$pkghome/Commands
setenv 			XLIB_SKIP_ARGB_VISUALS 1 

setenv			ABAQUS_DOC	"http://131.188.220.236:2180/v6.13/index.html"

set-alias		abaqus		$pkghome/Commands/abq6133

unset			pkghome

puts 			stderr		"Abaqus Help system can be found on 'http://131.188.220.236:2180/v6.13/index.html'"
 No newline at end of file
+5 −5
Original line number Diff line number Diff line
#%Module
#
# Boost 1.57.0 (System gcc-5.1)
# Boost 1.58.0 (System gcc-5.3)
#
# 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.57.0
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 "\tSets up the environment for Boost $version (System gcc-5.3, System python-2.7)\n"
        puts stderr "\t- PATH"
        puts stderr "\t- BOOST_ROOT"
        puts stderr "\t- BOOST_INCDIR"
@@ -16,10 +16,10 @@ proc ModulesHelp { } {
        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)"
        puts stderr "\t- BOOST_tags : Tags included in library naming (e.g. -gcc53-mt-1_58)"
}

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

conflict	boost

dealii/8.2.1-trilinos-hdf5-mpi

deleted100644 → 0
+0 −46
Original line number Diff line number Diff line
#%Module
#
# Deal.II 8.2.1
#
set     version      "8.2.1"

proc ModulesHelp { } {
        global version
        puts stderr "\tSets up the environment for 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 Deal.II $version"

prereq          mpi/openmpi-x86_64
conflict        intel
conflict        oofem
conflict	dealii
prereq          trilinos/11.12.1-deal-minimal-mpi

set                     pkghome        		/opt/apps/dealii/8.2.1-trilinos-hdf5-mpi


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


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 −46
Original line number Diff line number Diff line
#%Module
#
# Deal.II 8.2.1
#
set     version      "8.2.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        oofem
conflict	dealii
prereq          trilinos/11.12.1-deal-minimal-mpi

set                     pkghome        		/opt/apps/dealii/8.2.1-trilinos-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


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 −0

File moved.

Loading