Skip to content

Commit

Permalink
DOCS: add link to gen lib job script in libraries docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lzkelley committed Mar 14, 2024
1 parent 5f91d33 commit 1af4c45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/getting_started/libraries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ In the preceding example, a :py:class:`holodeck.librarian.param_spaces_classic.P

A copy of the parameter-space instance itself (in this case an instance of :py:class:`~holodeck.librarian.param_spaces_classic.PS_Classic_Phenom_Uniform`) is saved as a numpy npz file to output directory also. This allows for the library generation to be resumed if it is halted (or fails) part way through, and also ensures that the specifications for the parameter space are easily accessible.

A more complicated job execution script which works for the SLURM job scheduler, is included in the file: `scripts/run_holodeck_lib_gen.sh <https://github.com/nanograv/holodeck/blob/dev/scripts/run_holodeck_lib_gen.sh>`.


Analytic GWB Fits to Libraries
==============================
Expand Down

0 comments on commit 1af4c45

Please sign in to comment.