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

added petsc 3.16.6,

update system versions of hdf5 and openblas
parent 804d593d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for HDF5 Libraries
##
set ModulesVersion  "1.12.1-system"
set ModulesVersion  "1.14.6-system"
+3 −3
Original line number Diff line number Diff line
#%Module
#
# HDF5 with GCC 13.3.1 compiler (no MPI)
# HDF5 with GCC 15.2.1 compiler (no MPI)
#
set    version         1.12.1
set    version         1.14.6
proc ModulesHelp { } {
        global version
        puts stderr "\tSets up the environment variables for system HDF5 ( GCC 14.3.1, NO MPI )\n"
        puts stderr "\tSets up the environment variables for system HDF5 ( GCC 15.2.1, NO MPI )\n"
        puts stderr "\t- HDF5_BASE"
        puts stderr "\t- HDF5_LIBDIR"
        puts stderr "\t- HDF5_LIB"
+4 −4
Original line number Diff line number Diff line
#%Module
#
# HDF5 with GCC 14.3.1 compiler ( MPI )
# HDF5 with GCC 15.2.1 compiler ( MPI )
#
set     version         1.12.1
set     version         1.14.6
proc ModulesHelp { } {
        global version
        puts stderr "\tSets up the environment variables for system HDF5 ( GCC 14.3.1, MPI )\n"
        puts stderr "\tSets up the environment variables for system HDF5 ( GCC 15.2.1, MPI )\n"
        puts stderr "\t- HDF5_BASE"
        puts stderr "\t- HDF5_LIBDIR"
        puts stderr "\t- HDF5_LIB"
@@ -17,7 +17,7 @@ proc ModulesHelp { } {
        puts stderr "\t- PATH\n"
}

module-whatis   "sets up the environment variables for system HDF5 $version ( GCC 14.3.1, MPI )\n"
module-whatis   "sets up the environment variables for system HDF5 $version ( GCC 15.2.1, MPI )\n"

conflict        hdf5
prereq		    mpi/openmpi-x86_64
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for OpenBLAS Library
##
set ModulesVersion  "0.3.26-system"
set ModulesVersion  "0.3.29-system"
+5 −5
Original line number Diff line number Diff line
#%Module
#
# OpenBLAS  (System gcc-14.3.1)
# OpenBLAS  (System gcc-15.2.1)
#

set	version		0.3.26
set	version		0.3.29

proc ModulesHelp { } {
	global version
        puts stderr "\tSets up the environment for OpenBLAS $version (System gcc-14.3.1)\n"
        puts stderr "\tSets up the environment for OpenBLAS $version (System gcc-15.2.1)\n"
        puts stderr "\t- PATH"
        puts stderr "\t- OPENBLAS_ROOT"
        puts stderr "\t- OPENBLAS_INCDIR"
@@ -18,7 +18,7 @@ proc ModulesHelp { } {
        puts stderr "\t- LD_RUN_PATH\n"
}

module-whatis   "sets up the environment for OpenBLAS $version (System gcc-14.3.1)"
module-whatis   "sets up the environment for OpenBLAS $version (System gcc-15.2.1)"

conflict	boost

@@ -37,5 +37,5 @@ setenv OPENBLAS_LIBDIR $pkghome/lib64

unset        pkghome

set MSG "Boost $version (System gcc-14.3.1, System python-3.13)"
set MSG "Boost $version (System gcc-15.2.1, System python-3.13)"
#source $env(MODULESHOME)/modincludes/info_logging.tcl
Loading