- Global nc__create_mp (const char *path, int cmode, size_t initialsz, int basepe, size_t *chunksizehintp, int *ncidp)
- This function was used in the old days with the Cray at NCAR. The Cray is long gone, and this call is supported only for backward compatibility.
- Global nc__open_mp (const char *path, int mode, int basepe, size_t *chunksizehintp, int *ncidp)
- This function was used in the old days with the Cray at NCAR. The Cray is long gone, and this call is supported only for backward compatibility.
- Global nc_inq_base_pe (int ncid, int *pe)
- This function was used in the old days with the Cray at NCAR. The Cray is long gone, and this call is supported only for backward compatibility.
- Global NC_LOCK
- The following flag currently is ignored, but use in nc_open() or nc_create() may someday support use of advisory locking to prevent multiple writers from clobbering a file
- Global nc_set_base_pe (int ncid, int pe)
- This function was used in the old days with the Cray at NCAR. The Cray is long gone, and this call is supported only for backward compatibility.