Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add note about the NetCDF4 benchmark program
netcdf_put_vara.c is a sequential NetCDF4 program and not used in PnetCDF test runs. Its purpose is for comparing performance of NetCDF4 against PnetCDF, when running on one process. Note pnetcdf_put_vara.c has options of using blocking and nonblocking APIs. When using the blocking APIs, its write call sequence is exactly the same as netcdf_put_vara.c. Thus, the comparison should be fair.
- Loading branch information