-
Notifications
You must be signed in to change notification settings - Fork 3
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
Use MPICH scripts to generate stuff #33
Comments
Do this with MPICH scripts instead. @dalcinl knows how to do it. |
Please be aware that MPICH scripts are not really a general purpose tool. Any attempt to retarget them to generate stuff outside of MPICH needs may require heavy editing. For example, the Fortran stuff that you saw me produce and that we eventually decided to kill took quite a bit of work on my side. |
Maybe https://github.com/mpi-forum/pympistandard would be a more appropriate thing to base code generation on. |
I'll use whatever works. The stuff you used to generate the ill-fated stubs would be really useful. |
I think I can use the LLNL wrap generator for Fortran, with some hacking.
The text was updated successfully, but these errors were encountered: