Commit 6da8d396 authored by Christof Schulze's avatar Christof Schulze 😎
Browse files

updated Comsol Teachting to 5.3.1.348

parent 4ffc5898
Loading
Loading
Loading
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/...
```
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@
##
## version file for Comsol Teaching
##
set ModulesVersion  "5.3.0.260"
set ModulesVersion  "5.3.1.348"
+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