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

added QuantumEspresso 6.5, fixes in Salome

parent b1ba7469
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
#%Module1.0#####################################################################
##
## version file for QuantumEspresso
##
set ModulesVersion  "6.5"

quantumespresso/6.5

0 → 100644
+26 −0
Original line number Diff line number Diff line
#%Module 1.0
#
#  QuantumEspresso module for use with 'environment-modules' package:
#
set     version      "6.5.0"

proc ModulesHelp { } {
        global version

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

module-whatis   "activates QuantumEspresso $version (no optimization)"


conflict      quantumespresso

set           pkghome       /opt/apps/quantumespresso

setenv        QE_BASE       $pkghome/$version
prepend-path  PATH          $pkghome/$version/bin


unset         pkghome
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ proc ModulesHelp { } {

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

module-whatis   "activates the Plugins for Salome $version (no optimization)"
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ proc ModulesHelp { } {

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

module-whatis   "activates the Plugins for Salome $version (no optimization)"
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ proc ModulesHelp { } {

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

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