Commit 8043eeb4 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

matlab modules added

parent c63a7f14
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
#%Module1.0#####################################################################
##
## version file for Matlab Research
##
set ModulesVersion  "2018a"

matlab/research/2015b

0 → 100644
+27 −0
Original line number Diff line number Diff line
#%Module 1.0
#
#  Matlab module for use with 'environment-modules' package:
#
set     version      "2015b"

proc ModulesHelp { } {
        global version

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

module-whatis   "activates  Matlab v$version Research"



conflict		matlab

set                     pkghome         /opt/apps/matlab/
append                  pkghome         r$version
append                  pkghome         -research

set-alias		matlab		$pkghome/bin/matlab

unset			pkghome

matlab/research/2016b

0 → 100644
+27 −0
Original line number Diff line number Diff line
#%Module 1.0
#
#  Matlab module for use with 'environment-modules' package:
#
set     version      "2016b"

proc ModulesHelp { } {
        global version

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

module-whatis   "activates  Matlab v$version Research"



conflict		matlab

set                     pkghome         /opt/apps/matlab/
append                  pkghome         r$version
append                  pkghome         _research

set-alias		matlab		$pkghome/bin/matlab

unset			pkghome

matlab/research/2017a

0 → 100644
+27 −0
Original line number Diff line number Diff line
#%Module 1.0
#
#  Matlab module for use with 'environment-modules' package:
#
set     version      "2017a"

proc ModulesHelp { } {
        global version

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

module-whatis   "activates  Matlab v$version Research"



conflict		matlab

set                     pkghome         /opt/apps/matlab/
append                  pkghome         r$version
append                  pkghome         _research

set-alias		matlab		$pkghome/bin/matlab

unset			pkghome

matlab/research/2017b

0 → 100644
+27 −0
Original line number Diff line number Diff line
#%Module 1.0
#
#  Matlab module for use with 'environment-modules' package:
#
set     version      "2017b"

proc ModulesHelp { } {
        global version

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

module-whatis   "activates  Matlab v$version Research"



conflict		matlab

set                     pkghome         /opt/apps/matlab/
append                  pkghome         r$version
append                  pkghome         _research

set-alias		matlab		$pkghome/bin/matlab

unset			pkghome
Loading