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

fixing MUMPS library update to 5.1.1

parent 86dbf172
Loading
Loading
Loading
Loading
+53 −0
Original line number Diff line number Diff line
#%Module
#
# Deal.II 8.5.0a
#
set     version      "8.5.0a"

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.1"
        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.6-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
+1 −1
Original line number Diff line number Diff line
@@ -10,4 +10,4 @@ module load parmetis/4.0.3
module load petsc/3.7.6-lite
module load trilinos/12.10.1-deal85-mpi
module load hdf5/1.8.17-system-mpi
module load dealii/8.5.0-tri-petsc-hdf5-mpi-dbg
module load dealii/8.5.0a-tri-petsc-hdf5-mpi-dbg