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
9e1e73ce
Commit
9e1e73ce
authored
6 years ago
by
John-Paul Robinson
Browse files
Options
Downloads
Patches
Plain Diff
Fix compute node naming in README.md
parent
9dd94146
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-6
6 additions, 6 deletions
README.md
with
6 additions
and
6 deletions
README.md
+
6
−
6
View file @
9e1e73ce
...
...
@@ -38,24 +38,24 @@ ready to ingest compute nodes via wwnodescan and prompt to you
start a compute node. You can create a compute node and start it with
the helper scripts:
Create node c
0
(choose whatever name makes sense, c
0
matches the config):
Create node c
1
(choose whatever name makes sense, c
1
matches the config):
```
compute_create c
0
compute_create c
1
```
When prompted start node c
0
:
When prompted start node c
1
:
```
compute_start c
0
compute_start c
1
```
If you want to stop the node:
```
compute_stop c
0
compute_stop c
1
```
If you want to get rid of the compute node VM:
```
compute_destroy c
0
compute_destroy c
1
```
Note, the compute scripts work directly with the VirtualBox hypervisor. The
...
...
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