You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspired by the C interface of the Fenix library, we allow the user to specify NULL for the robust output communicator. This is not possible in Fortran. There is no error in the specification, since we have not yet defined the Fortran interface. I propose that we use MPI_COMM_NULL for Fortran, but keep NULL for C.
The text was updated successfully, but these errors were encountered:
Inspired by the C interface of the Fenix library, we allow the user to specify NULL for the robust output communicator. This is not possible in Fortran. There is no error in the specification, since we have not yet defined the Fortran interface. I propose that we use MPI_COMM_NULL for Fortran, but keep NULL for C.
The text was updated successfully, but these errors were encountered: