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
Currently we define our own values and then we convert them. Instead, let's use the actual values from MPI C, which we know (via mpi_wrapper.c). Then we don't need to convert between Fortran and C all the time, so it will simplify the code.