Next: , Previous: , Up: Utility programs   [Index]


pnetcdf_version

pnetcdf_version prints the version information of PnetCDF library and the configure command line used to build the library.

Synopsis

pnetcdf_version [-v] [-d] [-c] [-b] [-h]

Command-line Options

-v

Version number of this PnetCDF release.

-d

Release date.

-c

Configure command-line arguments used to build this PnetCDF.

-b

MPI compilers used to build this PnetCDF library

-h

Print the available command-line options of pnetcdf_version.

Example

% pnetcdf_version

  PnetCDF Version:         1.4.2.pre1
  PnetCDF Release date:    15 Apr 2014
  PnetCDF configure:  --with-mpi=/usr/local/bin
  MPICC:  /usr/local/bin/mpicc -g -O2
  MPICXX: /usr/local/bin/mpicxx -g -O2
  MPIF77: /usr/local/bin/mpif77 -g -O2
  MPIF90: /usr/local/bin/mpif90 -g -O2

Next: , Previous: , Up: Utility programs   [Index]