Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NERSC production details to the README #171

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ All run-time configuration happens through `config/TMS_Default_Config.toml`. At
* `scripts` contains simple scripts to run TMS studies in truth without reconstruction. Will produce output like `/pnfs/dune/persistent/ndmuonspect/FlatTrees`
* `utils` contains helper files mostly used for generating events with `edep-sim`. Most of the time you won't need these and they're mostly for documentation. You can also find these at `/pnfs/dune/persistent/ndmuonspect/Geometries`.

# Production at NERSC
The `dune-tms` repository features in the simulation and reconstruction chain of the full DUNE ND complex in the step referred to as `tms-reco`. The chain is currently exercised at NERSC using an SL7 container. Details of how to install the necessary software for, and, run both interctively and via batch job can be found [here](https://github.com/DUNE/ND_Production/tree/main/nersc/run-tms-reco) in the `run-tms-reco` subdirectory of the `ND_Production` repository.

# Contact
* Liam O'Sullivan, [[email protected]](mailto:[email protected])
* Gavin Davies, [[email protected]](mailto:[email protected])
Expand Down
Loading