|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| Makefile.in | H A D | 03-May-2022 | 2.7 KiB | 110 | 71 |
| README | H A D | 26-Oct-2013 | 309 | 10 | 5 |
| depend | H A D | 26-Oct-2013 | 841 | 32 | 31 |
| fortlib.c | H A D | 26-Oct-2013 | 7 KiB | 290 | 225 |
| nf_error.F | H A D | 22-Nov-2016 | 1.7 KiB | 82 | 44 |
| nf_test.F | H A D | 16-Dec-2015 | 32.7 KiB | 862 | 592 |
| test_get.m4 | H A D | 22-Nov-2016 | 47.5 KiB | 1,290 | 1,231 |
| test_iget.m4 | H A D | 22-Nov-2016 | 42.9 KiB | 1,164 | 1,112 |
| test_iput.m4 | H A D | 22-Nov-2016 | 43.7 KiB | 1,226 | 1,149 |
| test_put.m4 | H A D | 03-Dec-2016 | 56.6 KiB | 1,621 | 1,516 |
| test_read.F | H A D | 05-Sep-2016 | 47.4 KiB | 1,467 | 1,230 |
| test_write.F | H A D | 16-Dec-2015 | 60.5 KiB | 1,741 | 1,405 |
| tests.inc.in | H A D | 13-Nov-2016 | 6.2 KiB | 237 | 197 |
| util.F | H A D | 09-Oct-2016 | 48.2 KiB | 1,530 | 1,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