Commit 290165bb authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

updated to Fedora 30

parent b269955e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for boost
##
set ModulesVersion  "1.66.0-system"
set ModulesVersion  "1.69.0-system"
+5 −5
Original line number Diff line number Diff line
#%Module
#
# Boost 1.66.0 (System gcc-8.2.1)
# Boost 1.69.0 (System gcc-9.1.1)
#
#
set	version		1.66.0
set	version		1.69.0
proc ModulesHelp { } {
	global version
        puts stderr "\tSets up the environment for Boost $version (System gcc-8.2.1, System python-2.7)\n"
        puts stderr "\tSets up the environment for Boost $version (System gcc-9.1.1, System python-2.7)\n"
        puts stderr "\t- PATH"
        puts stderr "\t- BOOST_ROOT"
        puts stderr "\t- BOOST_INCDIR"
@@ -18,7 +18,7 @@ proc ModulesHelp { } {
        puts stderr "\t- BOOST_tags : Tags included in library naming (e.g. -gcc82-mt-1_64)"
}

module-whatis   "sets up the environment for Boost $version (System gcc8.2.1, System python-2.7)"
module-whatis   "sets up the environment for Boost $version (System gcc9.1.1, System python-2.7)"

conflict	boost

@@ -38,5 +38,5 @@ setenv BOOST_tags ""

unset        pkghome

set MSG "Boost $version (System gcc-8.2.1, System python-2.7)"
set MSG "Boost $version (System gcc-9.1.1, System python-2.7)"
#source $env(MODULESHOME)/modincludes/info_logging.tcl
+0 −53
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

dealii/85

deleted100644 → 0
+0 −13
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.20-system-mpi
module load dealii/8.5.1-tri-petsc-hdf5-mpi-dbg
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ module-whatis "sets up the environment for the Debug version of Deal.II $versi
prereq        mpi/openmpi-x86_64
conflict      intel
conflict      dealii
prereq        trilinos/12.10.1-deal85-mpi
prereq        trilinos/12.14.1-deal85-mpi
prereq        p4est/2.0
prereq        petsc/3.7.6a-lite

Loading