Loading README.md 0 → 100644 +27 −0 Original line number Diff line number Diff line # Module files ## for available software in WW8 ### Development Clone the Repository to your `~/privatemodules/dev` folder so they get all prefixed with **dev**: ```bash git clone https://simlab.ww.uni-erlangen.de/ww8it/module-environment.git ~/privatemodules/dev ``` and load the **privatemodules**: ```bash module load use.own ``` To test the modules: ``` module load dev/... ``` comsol/teaching/.version +1 −1 Original line number Diff line number Diff line Loading @@ -2,4 +2,4 @@ ## ## version file for Comsol Teaching ## set ModulesVersion "5.3.0.260" set ModulesVersion "5.3.1.348" comsol/teaching/5.3.1.348 0 → 100644 +28 −0 Original line number Diff line number Diff line #%Module 1.0 # # Comsol module for use with 'environment-modules' package: # set version "5.3.1.348" proc ModulesHelp { } { global version puts stderr "\tAdds 'Comsol' to your PATH environment variable" puts stderr "\n\tDescription TODO" puts stderr "\n\tVersion $version\n" } module-whatis "activates Comsol v$version (v52au1) Teaching " conflict comsol set pkghome /opt/apps/comsol/ append pkghome $version append pkghome _teaching set-alias comsol "$pkghome/bin/comsol -ckl" unset pkghome Loading
README.md 0 → 100644 +27 −0 Original line number Diff line number Diff line # Module files ## for available software in WW8 ### Development Clone the Repository to your `~/privatemodules/dev` folder so they get all prefixed with **dev**: ```bash git clone https://simlab.ww.uni-erlangen.de/ww8it/module-environment.git ~/privatemodules/dev ``` and load the **privatemodules**: ```bash module load use.own ``` To test the modules: ``` module load dev/... ```
comsol/teaching/.version +1 −1 Original line number Diff line number Diff line Loading @@ -2,4 +2,4 @@ ## ## version file for Comsol Teaching ## set ModulesVersion "5.3.0.260" set ModulesVersion "5.3.1.348"
comsol/teaching/5.3.1.348 0 → 100644 +28 −0 Original line number Diff line number Diff line #%Module 1.0 # # Comsol module for use with 'environment-modules' package: # set version "5.3.1.348" proc ModulesHelp { } { global version puts stderr "\tAdds 'Comsol' to your PATH environment variable" puts stderr "\n\tDescription TODO" puts stderr "\n\tVersion $version\n" } module-whatis "activates Comsol v$version (v52au1) Teaching " conflict comsol set pkghome /opt/apps/comsol/ append pkghome $version append pkghome _teaching set-alias comsol "$pkghome/bin/comsol -ckl" unset pkghome