Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig committed Aug 10, 2019
1 parent 2cdeeb3 commit 56d6d81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/developer_guide/dg_scripts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Build Scripts
CICE uses gmake to build the model. There is a common **Makefile** for all machines.
Each machine provides a Macros file to define some Makefile variables
and and an env file to specify the modules/software stack for each compiler.
The machine is build by the cice.build script which invokes gmake.
The machine is built by the cice.build script which invokes gmake.
There is a special trap for circular dependencies in the cice.build script to
highlight this error when it occurs.

Expand Down
4 changes: 4 additions & 0 deletions doc/source/user_guide/ug_running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Software Requirements
-------

To run stand-alone, CICE requires

- gmake
- Fortran and C compilers (intel, pgi, gnu, cray, and nag have been tested)
- netcdf
Expand All @@ -24,6 +25,7 @@ point, we are regularly testing on several different compilers, but not necessar
possible compiler versions.

The consortium has tested the following compilers at some point,

- intel 15.0.3.187
- intel 16.0.1.150
- intel 17.0.1.132
Expand All @@ -41,6 +43,7 @@ The consortium has tested the following compilers at some point,
- nag 6.2

The consortium has tested the following mpi versions,

- mpich 7.3.2
- mpich 7.5.3
- mpich 7.6.2
Expand All @@ -54,6 +57,7 @@ The consortium has tested the following mpi versions,
- openmpi 1.6.5

The netcdf implementation is relatively general and should work with any version of netcdf 3 or 4. The consortium has tested

- netcdf 4.3.0
- netcdf 4.3.2
- netcdf 4.4.0
Expand Down

0 comments on commit 56d6d81

Please sign in to comment.