• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.inH A D03-May-20222.7 KiB11071

READMEH A D26-Oct-2013309 105

dependH A D26-Oct-2013841 3231

fortlib.cH A D26-Oct-20137 KiB290225

nf_error.FH A D22-Nov-20161.7 KiB8244

nf_test.FH A D16-Dec-201532.7 KiB862592

test_get.m4H A D22-Nov-201647.5 KiB1,2901,231

test_iget.m4H A D22-Nov-201642.9 KiB1,1641,112

test_iput.m4H A D22-Nov-201643.7 KiB1,2261,149

test_put.m4H A D03-Dec-201656.6 KiB1,6211,516

test_read.FH A D05-Sep-201647.4 KiB1,4671,230

test_write.FH A D16-Dec-201560.5 KiB1,7411,405

tests.inc.inH A D13-Nov-20166.2 KiB237197

util.FH A D09-Oct-201648.2 KiB1,5301,166

README

1This test is ported from Unidata netCDF-3.5 to test the functionality
2of the PnetCDF API Fortran interface particularly on a single processor.
3
4The typical way to run the test includes two steps:
5
6 	(1) create test.nc by 	"<mpirun -np 1> ./nf_test -c"
7	(2) run the test   by 	"<mpirun -np 1> ./nf_test -v"
8
9
10