21 lines
554 B
Markdown
21 lines
554 B
Markdown
# jfjoch_viewer
|
|
|
|
Step 1: make sure you are in the `unx-mx_adm` group -- no -adm account needed, members can update the modules in `/opt/psi/MX` directly (if you have problems, please let the admins know)
|
|
|
|
Step 2: load the latest Pmodules package
|
|
|
|
```
|
|
module use unstable
|
|
module load Pmodules/1.1.20
|
|
```
|
|
|
|
Step 3: go into jfjoch_viewer directory, update config.yaml to add newest release version and build module with that release name
|
|
|
|
```
|
|
cd jfjoch_viewer
|
|
vi files/config.yaml
|
|
./build 1.0.0-rc.156
|
|
```
|
|
|
|
Step 4: confirm that the module loads as expected
|