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

[*] more obvious strukture for Comsol verion (Chaos)

parent 67269a78
Loading
Loading
Loading
Loading

comsol/5.1-teaching

deleted100644 → 0
+0 −28
Original line number Diff line number Diff line
#%Module 1.0
#
#  Comsol module for use with 'environment-modules' package:
#
set     version      "5.1.0.234"

proc ModulesHelp { } {
        global version

        puts stderr "\tAdds 'Comsol' to your PATH environment variable"
        puts stderr "\n\tDescription Default version of Comsol is $version\n NO Heat Transfer Module"
        puts stderr "\n\tVersion $version\n"
}

module-whatis   "activates  Comsol v$version Teaching "



conflict		comsol

set                     pkghome         /opt/apps/comsol/comsol
append                  pkghome         $version
append                  pkghome         _teaching


set-alias		comsol		$pkghome/bin/comsol

unset			pkghome

comsol/5.1.0.180-teaching

deleted100644 → 0
+0 −28
Original line number Diff line number Diff line
#%Module 1.0
#
#  Comsol module for use with 'environment-modules' package:
#
set     version      "5.1.0.180"

proc ModulesHelp { } {
        global version

        puts stderr "\tAdds 'Comsol' to your PATH environment variable"
        puts stderr "\n\tDescription Head Transfer Module included"
        puts stderr "\n\tVersion $version\n"
}

module-whatis   "activates  Comsol v$version Teaching "



conflict		comsol

set 			pkghome		/opt/apps/comsol/comsol
append			pkghome		$version
append			pkghome		_teaching


set-alias		comsol		$pkghome/bin/comsol

unset			pkghome
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
#%Module1.0#####################################################################
##
## version file for oofem
## version file for Comsol Research
##
set ModulesVersion  "5.2.0.166-teaching"
set ModulesVersion  "5.2.0.166"
+0 −0

File moved.

+0 −0

File moved.

Loading