Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Mar 22, 2021
1 parent 747f22b commit 8fda1e1
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,25 @@ cd ADC-WW3-NWM-NEMS
- `WW3` / `WW3DATA`
- `NWM`
- `--plat` can be any combination of
- `cheyenne`
- `gaea`
- `hera`
- `stampede`
- `jet`
- `linux`
- `macosx`
- `orion`
- `stampede`
- `wcoss`
- `gaea`
- `cheyenne`
- `linux`
- `macosx`
- `--compiler` can be one of
- `intel`
- `gnu`
- `pgi`
- `--clean` is optional, and can be one of
- `1` (`make clean`, default)
- `2` (`make distclean`)
- `-1` (`make clean` then build)
- `-2` (`make distclean` then build)
- ` ` (`make clean` and exit)
- `1` (`make clean` and exit)
- `2` (`make clobber` and exit)
- `-1` (`make clean` and build)
- `-2` (`make clobber` and build)

#### adding a new platform / compiler to compilation script

Expand Down

0 comments on commit 8fda1e1

Please sign in to comment.