-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
expose Fortran conversions #784
Comments
What's a concrete example of what you'd like to do? |
I'm reviewing a paper (JuliaCon/proceedings-review#134) where they call Julia from Fortran. See section 3.4 of |
One of the challenges is that if a user converts c2f -> f2c, they may end up with a different Julia object corresponding to the MPI handle. I think the way to do this:
|
I would also like this feature. I want to be able to pass a communicator to MUMPS.jl, and MUMPS expects a Fortran communicator. See also https://discourse.julialang.org/t/can-i-pass-mpi-jl-communicator-to-the-fortran-side/76547/2. |
It would be helpful to expose an interface to convert Fortran handles (i.e. integers) to Julia ones, and vice-versa.
The text was updated successfully, but these errors were encountered: