Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions changes/88.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update README.md.
10 changes: 7 additions & 3 deletions examples/perlmutter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,13 @@ You need to make the following directories. (They don't have to have exactly th
* `dia_out_dir`
* `lc_out_dir`

In addition, create a directory `phrosty_temp` somewhere underneath `$SCRATCH`, e.g.:
```mkdir $SCRATCH/phrosty_temp```
(The further examples below will assume that this is where you made it.)
In addition, create a directories `phrosty_temp` and `phrosty_intermediate` somewhere underneath `$SCRATCH`, e.g.:
```
mkdir $SCRATCH/phrosty_temp
mkdir $SCRATCH/phrosty_intermediate
```

(The further examples below will assume that this is where you made them.)

### Populate your sn_info_dir

Expand Down