Update Metis authored by Doak, Peter W.'s avatar Doak, Peter W.
......@@ -34,6 +34,21 @@ if [[ $HOSTNAME =~ metis ]]
then
fi
```
## PBS HEADERS
```shell
#!/bin/bash
#PBS -S /bin/bash
#PBS -m be
##PBS -M your_email@ornl.gov #change and uncomment
#PBS -N sample_job
#PBS -q batch
#PBS -l nodes=2
#PBS -l walltime=00:30:00
#PBS -A cnms
#PBS -W group_list=cades-cnms
```
We don't have best practices to suggest at this time. Consider having a script you manually source if you have trouble. The order in which the files are loaded is different on Cray XK and Centos.
## Power Users
......@@ -47,3 +62,4 @@ please let @epd know of builds you are confident of and we can make modules as w
Be aware that this is not a place for private directories and your directory permission may be changed without notice.
Outside of the shared directories and actual modules installed Metis is basically a small chunk of Titan.
## [OLCF titan docs](https://www.olcf.ornl.gov/support/system-user-guides/titan-user-guide/)