epd created page: OIC authored by Doak, Peter W.'s avatar Doak, Peter W.
# Just oicphase5.ornl.gov for now
# OIC Docs
As explained in this [document](http://www.cnms.ornl.gov/capabilities/CNMS_ComputerCluster.pdf) CNMS's portion of the OIC cluster consists of several phases. Each one is a distinct platform. For now these documents only support phase 5. If there is demand for it we can prepare some phase 3 docs. Outside of that the hardware is extremely obsolete but may be useful for your own codes if they are low impact.
## OIC Phase 5
28 Compute Nodes: Each with two Interlagos Opterons 6274 w/ 16 cores 2.2GHz 16MB L3 Cache, 128GB RAM (DDR3 Registered, Dual Rank, 1333MHz, 1.5v), 1TB HDD
###Getting there
```shell-session
ssh oicphase5.ornl.gov
```
###Accessing CNMS modules
add to your .bashrc
```shell
export MODULEPATH=$MODULEPATH:/projects/cnms/modules
```
###Seeing which modules are available
```shell-session
[you@b24l01]$ module avail
...
--------------------------------------------------------------- /projects/cnms/modules ----------------------------------------------------------------
espresso/5.3.0 intelenv lammps/16Feb16 spack vasp/5.4.1.2(default:5.4.1.2)
```
currently the modules for vasp, lammps have been tested
currently modules for vasp and lammps are available.
to use them
###load modules
```shell-session
module load vasp
module load lammps
module load module_name
```
to see what they provide
```shell-session
module show lammps
module show module_name
```
lammps has undergone only minimal testing via the examples.
And example PBS script is provided in this repo.
Feedback would be appreciated.
vasp pbs example soon.
And example PBS script is provided in this repo, please clone the repo if you have examples to share. But please work on a branch not master..
General information on all phases [CNMS-OIC](http://www.cnms.ornl.gov/capabilities/CNMS_ComputerCluster.pdf)
\ No newline at end of file
[vasp pbs example](https://code.ornl.gov/CNMS/CNMS_Computing_Resources/blob/master/OIC/VASP/vasp_job.pbs)