Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yellowstone updates #1759

Merged
merged 2 commits into from
Jul 26, 2017
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
4 changes: 2 additions & 2 deletions config/cesm/machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1678,10 +1678,10 @@
<command name="load">gnu/5.2.0</command>
</modules>
<modules mpilib="mpi-serial">
<command name="load">netcdf/4.3.3.1</command>
<command name="load">netcdf/4.4.1</command>
</modules>
<modules mpilib="!mpi-serial">
<command name="load">netcdf-mpi/4.3.3.1</command>
<command name="load">netcdf-mpi/4.4.1</command>
<command name="load">pnetcdf/1.6.1</command>
</modules>
<modules>
Expand Down
8 changes: 6 additions & 2 deletions tools/cprnc/README
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ cprnc README
cprnc is a generic tool for analyzing a netcdf file or comparing
two netcdf files.

If you are trying to debug an installed cprnc tool make sure that you
are looking at the correct one by comparing the path to the one in
your case directory.


Quick Start Guide:
------------------

On cime supported systems you can generate a Macros file using the following
(assuming you are running the command from the directory cime/tools/cprnc):

CIMEROOT=../.. ../configure --macros-format=Makefile
CIMEROOT=../.. ../configure --macros-format=Makefile --mpilib=mpi-serial

To change the compiler or MPI library used, or to enable debugging options,
set the COMPILER, MPILIB, or DEBUG environment variables prior to running
Expand All @@ -27,7 +31,7 @@ config_machines.xml.
You can also build cprnc using cmake:
export CIMEROOT=../..
MPILIB=mpi-serial source ./.env_mach_specific.sh
../configure --macros-format=CMake
../configure --macros-format=CMake --mpilib=mpi-serial

Next run cmake . to build the Makefile and then
make to build cprnc.
Expand Down