-
Notifications
You must be signed in to change notification settings - Fork 8
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
sed-Script for Adios Check #20
Conversation
sed -e 's/h5py/adios/g' \ | ||
-e 's/\.h5/\.bp/g' \ | ||
-e 's/h5/ad/g' \ | ||
-e "s/ad.is_hdf5.*(\(.*\))/\1.endswith('.bp')/g" \ |
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.
:D
solves #1 |
runtime checks: to do on the ADIOS numpy wrapper side:
|
-e 's/\.h5/\.bp/g' \ | ||
-e 's/h5/ad/g' \ | ||
-e "s/ad.is_hdf5.*(\(.*\))/\1.endswith('.bp')/g" \ | ||
-e 's/, "w"//g' \ |
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.
's/, "r"//g'
we keep PR for reference but changed the branch for now. |
Convert
checkOpenPMD_h5.py
with sed for adios.