Skip to content

Commit

Permalink
Update loadbalancer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrahan41 committed Dec 17, 2020
1 parent 36ef421 commit 6b74a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/software/loadbalancer.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The CU Research Computing Load Balancer is an effective tool for
optimally utilizing multiple processors and nodes on the Summit HPC
resource, without the need to learn OpenMP or MPI. This document
assumes user knowledge of Slurm job submission, shell scripting, and
assumes user knowledge of Slurm jobs, shell scripting, and
some python.


Expand Down Expand Up @@ -97,7 +97,7 @@ module load loadbalance
mpirun lb lb_cmd_file
```

Submitting this script via sbatch will run the commands we stored in
Running this script via sbatch will run the commands we stored in
lb_cmd_file in parallel. A successful job will result in output that
looks something like this:

Expand Down

0 comments on commit 6b74a3d

Please sign in to comment.