The libsrcp directory is the wrapper around pnetcdf to allow parallel I/O using pnetcdf.
I am not sure it is widely used. What is widely used is PIO, which is much more capable for HPC programming, and talks to both netcdf-c and pnetcdf, without needing the libsrcp dispatch layer. So perhaps there are no users. However, it has been a feature since (I think) before PIO.
Anyway, as long as the code is included, it should be documented.
I will add it to my open documentation PR #3268
The libsrcp directory is the wrapper around pnetcdf to allow parallel I/O using pnetcdf.
I am not sure it is widely used. What is widely used is PIO, which is much more capable for HPC programming, and talks to both netcdf-c and pnetcdf, without needing the libsrcp dispatch layer. So perhaps there are no users. However, it has been a feature since (I think) before PIO.
Anyway, as long as the code is included, it should be documented.
I will add it to my open documentation PR #3268