File: README

package info (click to toggle)
pnetcdf 1.14.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,812 kB
  • sloc: ansic: 85,298; f90: 10,707; fortran: 9,283; cpp: 8,864; makefile: 3,084; perl: 2,833; sh: 2,538; yacc: 1,227; lex: 216
file content (12 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
This test is ported from Unidata netCDF-3.5 to test the functionality
of the PnetCDF API C interface particularly on a single processor.

The test programs have been modified and the typical way to run the test is:
(1) "<mpirun -np 1> ./nc_test -d output_folder"
    This command test files in CDF-1 format
(2) "<mpirun -np 1> ./nc_test -2 -d output_folder"
    This command test files in CDF-2 format
(3) "<mpirun -np 1> ./nc_test -5 -d output_folder"
    This command test files in CDF-5 format