Commit 4712c4b7 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

deal.ii updated to 9.0.0

parent 6da8d396
Loading
Loading
Loading
Loading
Loading
+53 −0
Original line number Diff line number Diff line
#%Module
#
# Deal.II 8.5.1
#
set     version      "8.5.1a"

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   BUGFIXED version after update to MUMPS 5.1.2
        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/12.10.1-deal85-mpi
prereq		p4est/2.0
prereq		petsc/3.7.6a-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

# workaround for some random errors in the examples
setenv		 CC	mpicc
setenv		 CXX	mpicxx
setenv 		 FC	mpif90
setenv		 FF	mpif77

#source $env(MODULESHOME)/modincludes/info_logging.tcl
+53 −0
Original line number Diff line number Diff line
#%Module
#
# Deal.II 9.0.0
#
set     version      "9.0.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   BUGFIXED version after update to MUMPS 5.1.2
        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/12.10.1-deal85-mpi
prereq		p4est/2.0
prereq		petsc/3.7.6a-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

# workaround for some random errors in the examples
setenv		 CC	mpicc
setenv		 CXX	mpicxx
setenv 		 FC	mpif90
setenv		 FF	mpif77

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

dealii/90

0 → 100644
+13 −0
Original line number Diff line number Diff line
#%Module
#
# Deal.II 8.5.1
#
set     version      "8.5.1"

module load mpi/openmpi-x86_64
module load p4est/2.0
module load parmetis/4.0.3
module load petsc/3.7.6a-lite
module load trilinos/12.10.1-deal85-mpi
module load hdf5/1.8.18-system-mpi
module load dealii/9.0.0-tri-petsc-hdf5-mpi-dbg