Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Oct 23, 2023
1 parent c24a0af commit 0e0e010
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,21 @@
In your `.bashrc` or `.tcshrc` or other rc file add a line:

##### NCCS

NCCS currently has two different OSs. So you'll need to use different modulefiles depending on which OS you are using.

###### SLES 12

```
module use -a /discover/swdev/gmao_SIteam/modulefiles-SLES12
```

###### SLES 15

```
module use -a /discover/swdev/gmao_SIteam/modulefiles-SLES15
```

##### NAS
```
module use -a /nobackup/gmao_SIteam/modulefiles
Expand Down Expand Up @@ -148,6 +159,15 @@ you choose.

If all you wish is to build the model, you can run `parallel_build.csh` from a head node. Doing so will checkout all the external repositories of the model and build it. When done, the resulting model build will be found in `build/` and the installation will be found in `install/` with setup scripts like `gcm_setup` and `fvsetup` in `install/bin`.

#### Building at NCCS (Multiple OSs)

In all the examples below, NCCS builds will act differently. Because NCCS currently has two different OSs, when you use
`parallel_build.csh` you will see that the `build` and `install` directories will be appended with `-SLES12` or `-SLES15` depending
on where you submitted to. When NCCS moves to a single OS again, this will be removed.

Note that if you use the `-builddir` and `-installdir` options, you can override this behavior and no OS will be automatically
appended.

#### Develop Version of GEOS GCM

`parallel_build.csh` provides a special flag for checking out the
Expand Down

0 comments on commit 0e0e010

Please sign in to comment.