25 lines
477 B
Markdown
25 lines
477 B
Markdown
XDS
|
|
|
|
Step 1: login with your -adm account
|
|
|
|
```
|
|
[smith_k@ra-l-005 xds]$ kinit smith_k-adm
|
|
[smith_k@ra-l-005 xds]$ aklog
|
|
```
|
|
|
|
Step 2: load the latest Pmodules package
|
|
|
|
```
|
|
module use unstable
|
|
module load Pmodules/1.1.20
|
|
```
|
|
|
|
Step 3: go into xds directory, update config.yaml to add newest release version and build module with that release name (e.g. below is for 20240724)
|
|
|
|
```
|
|
cd xds
|
|
vi files/config.yaml
|
|
./build 20240724
|
|
```
|
|
|
|
Step 4: confirm that the module loads as expected |