wrap
wrap copied to clipboard
Bugfix: fortran with threads
MPI_Init_thread also has different syntax for C and fortran. Mimic special handling of MPI_Init for MPI_Init_thread.
@nikhil-jain Instead of copy/pasting this, can you please generify the code generation so that it doesn't have to be maintained twice?
@tgamblin I will give it a second try. Due to presence of non argc/argv arguements in init thread, I dint see an easy way, but let me try once more.