From 8aa7fcdb55e254bf927989fe0afce63905cee4e1 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Tue, 25 Jul 2017 15:01:22 -0600 Subject: [PATCH 1/2] update netcdf on yellowstone and README for cprnc --- config/cesm/machines/config_machines.xml | 6 +++--- tools/cprnc/README | 8 ++++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/config/cesm/machines/config_machines.xml b/config/cesm/machines/config_machines.xml index 18572e039ba..fa7d692739b 100644 --- a/config/cesm/machines/config_machines.xml +++ b/config/cesm/machines/config_machines.xml @@ -1678,11 +1678,11 @@ gnu/5.2.0 - netcdf/4.3.3.1 + netcdf/4.4.1 - netcdf-mpi/4.3.3.1 - pnetcdf/1.6.1 + netcdf-mpi/4.4.1 + pnetcdf/1.7.0 ncarcompilers/1.0 diff --git a/tools/cprnc/README b/tools/cprnc/README index eceb705aafc..25b7784e1e6 100644 --- a/tools/cprnc/README +++ b/tools/cprnc/README @@ -4,6 +4,10 @@ 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: ------------------ @@ -11,7 +15,7 @@ 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 @@ -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. From 51a9525b8a497994a3d88702fa0df5805018418d Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Tue, 25 Jul 2017 15:10:31 -0600 Subject: [PATCH 2/2] revert pnetcdf for compiler compatibilty --- config/cesm/machines/config_machines.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cesm/machines/config_machines.xml b/config/cesm/machines/config_machines.xml index fa7d692739b..3546fa8b10a 100644 --- a/config/cesm/machines/config_machines.xml +++ b/config/cesm/machines/config_machines.xml @@ -1682,7 +1682,7 @@ netcdf-mpi/4.4.1 - pnetcdf/1.7.0 + pnetcdf/1.6.1 ncarcompilers/1.0