Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MPI-agnostic "ncmpidump" #58

Open
cponder opened this issue Nov 6, 2019 · 2 comments
Open

MPI-agnostic "ncmpidump" #58

cponder opened this issue Nov 6, 2019 · 2 comments

Comments

@cponder
Copy link
Contributor

cponder commented Nov 6, 2019

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!)

@wkliao
Copy link
Member

wkliao commented Nov 6, 2019

I believe your question is better asked in the PnetCDF mailing list
[email protected]

For PnetCDF internal, ncmpidump ncmpidiff is used when running command "make ptest" to compare output files generated from different I/O drivers.

@wkliao
Copy link
Member

wkliao commented Nov 6, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants