Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
John-Paul Robinson
ohpc_vagrant
Commits
9659b8b9
Commit
9659b8b9
authored
Sep 25, 2018
by
John-Paul Robinson
Browse files
Add post provision cluster sanity check
parent
291dfb1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9659b8b9
...
...
@@ -62,3 +62,23 @@ Note, the compute scripts work directly with the VirtualBox hypervisor. The
machine created is a basic, lightweight diskless compute node the boots
via iPXE from the OpenHPC master. You may need to adjust the path to the
ipxe.iso in compute_create to match your local environment.
## Cluster Check
After the
`vagrant up`
completes you can can log into the cluster with
`vagrant ssh`
.
To confirm the system is operational run
`sinfo`
and you should see the following text:
```
PARTITION AVAIL TIMELIMIT NODES STATE NODELIST
low* up 2-00:00:00 1 idle c0
```
You can run a test command on the compute node via slurm using:
```
srun hostname
```
This should return the name
`c0`
.
With these tests confirmed you have a working OpenHPC cluster running slurm.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment