Skip to content

Commit

Permalink
Merge pull request #112 from lukemartinlogan/master
Browse files Browse the repository at this point in the history
Make resource graph + hostfile outside of the step
  • Loading branch information
lukemartinlogan authored Jan 24, 2025
2 parents f4f7f76 + af2328f commit f8c5676
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,7 @@ this parameter can be set later.

For a personal machine, these directories can be the same directory.

In addition to initializing the jarvis conf file, you must also build a resource graph.

#### Set the active Hostfile
## Set the active Hostfile

The hostfile contains the set of nodes that the pipeline will run over.
This is structured the same way as a traditional MPI hostfile.
Expand All @@ -100,7 +98,10 @@ pipeline. Jarvis does not automatically detect changes to this file.
jarvis ppl update
```

#### Building the Resource Graph
## Building the Resource Graph

NOTE: This step only needs to be run if you did ``jarvis bootstrap from local`` or ``jarvis init``.
If you bootstrap from a specific machine, then you're finished.

The resource graph is a snapshot of your systems network and storage.
Many packages depend on it for their configurations. The Hermes I/O system, for example,
Expand Down

0 comments on commit f8c5676

Please sign in to comment.