-
Notifications
You must be signed in to change notification settings - Fork 225
add info on openPMD-api verbose option #5475
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
base: dev
Are you sure you want to change the base?
add info on openPMD-api verbose option #5475
Conversation
At this point, it would probably be helpful to mention that IO logging in PIConGPU corresponds to including logging level 32 in PIC_VERBOSE? Would be good to have all debugging options for IO in one place. |
If you encounter an error during reading or writing of openPMD files, it can be helpful to run openPMD-api with verbose output. | ||
This can be done by setting the following environment variable either in your environment (e.g. ``picongpu.profile``) or in your submit script ``./tbg/submit.start`` befor executing ``picongpu``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can be done by setting the following environment variable either in your environment (e.g. ``picongpu.profile``) or in your submit script ``./tbg/submit.start`` befor executing ``picongpu``. | |
This can be done by setting the following environment variable either in your environment (e.g. ``picongpu.profile``) or in your submit script ``./tbg/submit.start`` before executing ``picongpu``. |
little typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for spotting it.
Thanks for your review and input @franzpoeschel. I will add your suggestions. |
Has this happened yet? |
@chillenzer not yet (as discussed during the |
This PR adds information on how to activate the openPMD-api verbose option to our debug section.