Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ohpc_vagrant
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
John-Paul Robinson
ohpc_vagrant
Commits
9659b8b9
Commit
9659b8b9
authored
6 years ago
by
John-Paul Robinson
Browse files
Options
Downloads
Patches
Plain Diff
Add post provision cluster sanity check
parent
291dfb1e
No related branches found
No related tags found
1 merge request
!4
Resolve "ansible for create slurm cluster fails"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+20
-0
20 additions, 0 deletions
README.md
with
20 additions
and
0 deletions
README.md
+
20
−
0
View file @
9659b8b9
...
@@ -62,3 +62,23 @@ Note, the compute scripts work directly with the VirtualBox hypervisor. The
...
@@ -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
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
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.
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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment