Commit b9d35c40 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

updated trilinos module for seacas exodusII

parent 94d690d2
Loading
Loading
Loading
Loading

experimental/cuda/8.0

deleted100644 → 0
+0 −31
Original line number Diff line number Diff line
#%Module 1.0
#
#  NVIDIA CUDA module for use with 'environment-modules' package:
#
set     version      "8.0-rc"

proc ModulesHelp { } {
        global version

        puts stderr "\tAdds 'CUDA' to your PATH environment variable"
        puts stderr "\n\tDescription TODO"
        puts stderr "\n\tVersion $version\n"
}

module-whatis   "activates CUDA v$version "



conflict	cuda

set 		pkghome			/usr/local/cuda-8.0

setenv		CUDA_BASE		$pkghome/

prepend-path	PATH			$pkghome/bin
prepend-path	LD_LIBRARY_PATH		$pkghome/lib64
setenv		CUDA_INC_DIR		$pkghome/include
setenv 		CPLUS_INCLUDE_PATH	$pkghome/samples/common/inc

unset			pkghome
+0 −46
Original line number Diff line number Diff line
#%Module
#
# Trilinos 12.4.2
#
set     version      "12.4.2"

proc ModulesHelp { } {
	global version
        puts stderr "\tSets up the environment for the Trilinos ($version) including PyTrilinos and MPI\n"
	puts stderr "\t- TRILINOS_DIR\t- the TRILINOS directory\n"
        puts stderr "\t- TRILINOS_BIN\t- directory where executables can be found\n"
	puts stderr "\t- TRILINOS_LIB\t- directory containing the libraries\n"
	puts stderr "\t- TRILINOS_INC\t- directory containing the header files\n"

	puts stderr "\t- PYTHONPATH\n"
        puts stderr "\t- LD_LIBRARY_PATH\n"
        puts stderr "\t- LD_RUN_PATH\n"

        puts stderr "Use in Python by importing PyTrilinos."
}

module-whatis   "sets up the environment for the Trilinos $version" with MPI and PyTrilinos

prereq		mpi/openmpi-x86_64
conflict	intel
conflict	trilinos

set			pkghome			/opt/apps/trilinos/$version-python-base-mpi

setenv                  TRILINOS_DIR		$pkghome
setenv			TRILINOS_INC		$pkghome/include
setenv                  TRILINOS_LIB       	$pkghome/lib
setenv			TRILINOS_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
+3 −3
Original line number Diff line number Diff line
#%Module
#
# Trilinos 12.14.1 (with MPI and Lua)
# Trilinos develop-d11ccea5  (with MPI and Lua)
#
set     version      "12.14.1"
set     version      "develop-d11ccea5"

proc ModulesHelp { } {
        global version
@@ -24,7 +24,7 @@ conflict intel
conflict      oofem
conflict      trilinos

set           pkghome             /opt/apps/libs/trilinos-$version-deal85-mpi
set           pkghome             /opt/apps/libs/trilinos-$version-mpi

setenv        TRILINOS_DIR        $pkghome
setenv        TRILINOS_INC        $pkghome/include