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 (9 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
This test is ported from Unidata netCDF-3.5 to test the functionality
of the PnetCDF API Fortran interface particularly on a single processor.

The typical way to run the test includes two steps:

 	(1) create test.nc by 	"<mpirun -np 1> ./nf_test -c"
	(2) run the test   by 	"<mpirun -np 1> ./nf_test -v"