Skip to content

Commit

Permalink
Changed Pnetcdf required version to 1.6.1 in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Katetc committed May 16, 2016
1 parent 3faa0e9 commit 36c065c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion doc/source/Installing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The PIO code is currently stored on github at <https://github.com/PARALLELIO/Par

### Dependencies ###

PIO can use NetCDF (version 4.3.3+) and/or PnetCDF (version 1.6.0+) for I/O.
PIO can use NetCDF (version 4.3.3+) and/or PnetCDF (version 1.6.1+) for I/O.
Ideally, the NetCDF version should be built with MPI, which requires that it
be linked with an MPI-enabled version of HDF5. Optionally, NetCDF can be
built with DAP support, which introduces a dependency on CURL. Additionally,
Expand Down
20 changes: 10 additions & 10 deletions doc/source/mach_walkthrough.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Modules required for installation depend on your prefered compiler. Issue the co
%> module load git/2.3.0<br>
%> module load cmake/3.0.2<br>
%> module load netcdf-mpi/4.3.3.1<br>
%> module load pnetcdf/1.6.0<br>
%> module load pnetcdf/1.6.1<br>

+ GNU

Expand All @@ -54,7 +54,7 @@ Modules required for installation depend on your prefered compiler. Issue the co
%> module load git/2.3.0<br>
%> module load cmake/3.0.2<br>
%> module load netcdf-mpi/4.3.3.1<br>
%> module load pnetcdf/1.6.0<br>
%> module load pnetcdf/1.6.1<br>

+ PGI

Expand All @@ -64,7 +64,7 @@ Modules required for installation depend on your prefered compiler. Issue the co
%> module load git/2.3.0<br>
%> module load cmake/3.0.2<br>
%> module load netcdf-mpi/4.3.3.1<br>
%> module load pnetcdf/1.6.0<br>
%> module load pnetcdf/1.6.1<br>

<li>Environment Variables

Expand Down Expand Up @@ -103,7 +103,7 @@ Modules required for installation depend on your prefered compiler. Issue the co
%> module load cmake/3.0.0<br>
%> module load cray-hdf5-parallel/1.8.14<br>
%> module load cray-netcdf-hdf5parallel/4.3.3.1<br>
%> module load cray-parallel-netcdf/1.6.0<br>
%> module load cray-parallel-netcdf/1.6.1<br>

+ GNU

Expand All @@ -117,7 +117,7 @@ Modules required for installation depend on your prefered compiler. Issue the co
%> module load cmake/3.0.0<br>
%> module load cray-hdf5-parallel/1.8.14<br>
%> module load cray-netcdf-hdf5parallel/4.3.3.1<br>
%> module load cray-parallel-netcdf/1.6.0<br>
%> module load cray-parallel-netcdf/1.6.1<br>

+ Cray

Expand All @@ -132,7 +132,7 @@ Modules required for installation depend on your prefered compiler. Issue the co
%> module load cmake/3.0.0<br>
%> module load cray-hdf5-parallel/1.8.14<br>
%> module load cray-netcdf-hdf5parallel/4.3.3.1<br>
%> module load cray-parallel-netcdf/1.6.0<br>
%> module load cray-parallel-netcdf/1.6.1<br>

<li>Environment Variables

Expand Down Expand Up @@ -178,7 +178,7 @@ And then set the following environment variables to add in the rest of the libra
%> setenv LIBZ /soft/libraries/alcf/current/xl/ZLIB<br>
%> setenv HDF5 /soft/libraries/hdf5/1.8.14/cnk-xl/V1R2M2-20150213<br>
%> setenv NETCDF /soft/libraries/netcdf/4.3.3-f4.4.1/cnk-xl/V1R2M2-20150213<br>
%> setenv PNETCDF /soft/libraries/pnetcdf/1.6.0/cnk-xl/V1R2M2-20150213<br>
%> setenv PNETCDF /soft/libraries/pnetcdf/1.6.1/cnk-xl/V1R2M2-20150213<br>
%> setenv CC /soft/compilers/wrappers/xl/mpixlc_r<br>
%> setenv FC /soft/compilers/wrappers/xl/mpixlf90_r<br>

Expand Down Expand Up @@ -209,7 +209,7 @@ Modules required for installation depend on your prefered compiler. Issue the co
%> module load cmake<br>
%> module load cray-hdf5-parallel/1.8.14<br>
%> module load cray-netcdf-hdf5parallel/4.3.3.1<br>
%> module load cray-parallel-netcdf/1.6.0<br>
%> module load cray-parallel-netcdf/1.6.1<br>

+ PGI

Expand All @@ -219,7 +219,7 @@ Modules required for installation depend on your prefered compiler. Issue the co
%> module load cmake<br>
%> module load cray-hdf5-parallel/1.8.14<br>
%> module load cray-netcdf-hdf5parallel/4.3.3.1<br>
%> module load cray-parallel-netcdf/1.6.0<br>
%> module load cray-parallel-netcdf/1.6.1<br>

<li>Environment Variables

Expand Down Expand Up @@ -477,5 +477,5 @@ variables to these tests will increase the time significantly.

</ol>

_Last updated: 11-18-2015_
_Last updated: 05-16-2016_
*/

0 comments on commit 36c065c

Please sign in to comment.