Skip to content

Commit

Permalink
Fix node types header levels
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathon Anderson committed Oct 12, 2018
1 parent 5c21a12 commit e7f9723
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/compute/node-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ relatively common for other HPC centers. We will discuss each node
type and its intended use below.


## Login nodes
### Login nodes

* Four virtual machines
* This is where you are when you log in
Expand All @@ -16,15 +16,15 @@ type and its intended use below.
* To submit jobs from these nodes, will first need to run the command `module load slurm/summit`


## Compile nodes
### Compile nodes

* Where you compile code, such as Fortran, C, C++
* No heavy computation
* Can submit jobs from compile nodes, but do not need to run `module load slurm/summit`
* Access these nodes by typing `ssh scompile` from a login node


## Compute nodes
### Compute nodes

This is where jobs that are submitted through the scheduler run.

Expand Down

0 comments on commit e7f9723

Please sign in to comment.