You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to debug my PNetCDF output by running command-line instructions on the login node of my cluster. I can use cdfdiff to look at the differences between files, but I still need to use MPI to be able to run the ncmpidump utility, for example
mpirun -n 2 ncmpidump --help
Does anyone really want to use MPI with this tool?
(The cdfdiff is working great, BTW!)
The text was updated successfully, but these errors were encountered:
My understanding is ncmpidump was developed because of NetCDF's ncdump.
It has not been updated for a long time and there is no command-line option that ncmpidump can do but not ncdump. Because ncmpidump prints its output
to stdout, it makes less sense to do so in parallel. I personally use ncdump more
often than ncmpidump.
I'd like to debug my PNetCDF output by running command-line instructions on the login node of my cluster. I can use
cdfdiff
to look at the differences between files, but I still need to use MPI to be able to run thencmpidump
utility, for examplempirun -n 2 ncmpidump --help
Does anyone really want to use MPI with this tool?
(The
cdfdiff
is working great, BTW!)The text was updated successfully, but these errors were encountered: