jeffhammond / vapaa

A standalone implementation of the MPI Fortran 2018 module
MIT License
19 stars 1 forks source link

Use MPICH scripts to generate stuff #33

Open jeffhammond opened 1 year ago

jeffhammond commented 1 year ago

I think I can use the LLNL wrap generator for Fortran, with some hacking.

jeffhammond commented 4 months ago

Do this with MPICH scripts instead. @dalcinl knows how to do it.

dalcinl commented 4 months ago

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.

dalcinl commented 4 months ago

Maybe https://github.com/mpi-forum/pympistandard would be a more appropriate thing to base code generation on.

jeffhammond commented 4 months ago

I'll use whatever works. The stuff you used to generate the ill-fated stubs would be really useful.