You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,18 @@ function dirusage {
181
181
}
182
182
```
183
183
184
+
### Pippin on Perlmutter
185
+
186
+
On perlmutter, add `source /global/cfs/cdirs/lsst/groups/TD/setup_td.sh` to your `~/.bashrc` to load all the relevant paths and environment variables.
187
+
188
+
This will add the `$PIPPIN_DIR` path for Pippin source code, and `$PIPPIN_OUTPUT` for the output of Pippin jobs. Additionally `pippin.sh` can be run from any directory.
189
+
190
+
To load the perlmutter specific `cfg.yml` you must add the following to the start of your Pippin job:
0 commit comments