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

added DAMASK 3.0.0a3

parent 8f2605d4
Loading
Loading
Loading
Loading

DAMASK/.version

0 → 100644
+5 −0
Original line number Diff line number Diff line
#%Module1.0#####################################################################
##
## default version file for DAMASK
##
set ModulesVersion  "3.0.0a3"

DAMASK/3.0.0a3

0 → 100644
+31 −0
Original line number Diff line number Diff line
#%Module 1.0
#
#  DAMASK module for use with 'environment-modules' package:
#
set           version          "3.0.0a3"

proc ModulesHelp { } {
        global version

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

module-whatis   "activates the Plugins for Ovito $version (no optimization)"



conflict      DAMASK
module   load    mpi/openmpi-x86_64

set           pkghome          /opt/apps/DAMASK/$version

setenv        DAMASK_ROOT      $pkghome
setenv        DAMASK_BIN       $pkghome/bin

prepend-path  PATH             "$pkghome/bin"
prepend-path  PYTHONPATH       "$pkghome/lib/python3.9/site-packages/"


unset			pkghome
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for HDF5 Libraries
##
set ModulesVersion  "1.10.5-system"
set ModulesVersion  "1.10.6-system"
+4 −4
Original line number Diff line number Diff line
#%Module
#
# HDF5 with GCC 10.1.1 compiler (no MPI)
# HDF5 with GCC 11.1.1 compiler (no MPI)
#
set    version         1.10.5
set    version         1.10.6
proc ModulesHelp { } {
        global version
        puts stderr "\tSets up the environment variables for system HDF5 ( GCC 10.1.1, NO MPI )\n"
        puts stderr "\tSets up the environment variables for system HDF5 ( GCC 11.1.1, NO 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 10.1.1, NO MPI )\n"
module-whatis   "sets up the environment variables for system HDF5 $version ( GCC 11.1.1, NO MPI )\n"


conflict       hdf5
+4 −4
Original line number Diff line number Diff line
#%Module
#
# HDF5 with GCC 10.1.1 compiler ( MPI )
# HDF5 with GCC 11.1.1 compiler ( MPI )
#
set     version         1.10.5
set     version         1.10.6
proc ModulesHelp { } {
        global version
        puts stderr "\tSets up the environment variables for system HDF5 ( GCC 10.1.1, MPI )\n"
        puts stderr "\tSets up the environment variables for system HDF5 ( GCC 11.1.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 10.1.1, MPI )\n"
module-whatis   "sets up the environment variables for system HDF5 $version ( GCC 11.1.1, MPI )\n"

conflict        hdf5
prereq		      mpi/openmpi-x86_64