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
In Fortran, MPI_INIT_THREAD functions should be declared like this MPI_INIT_THREAD(required, provided, ierror) and not like this MPI_INIT_THREAD(argc, argv, required, provided, ierr) as documented here: https://www.mpich.org/static/docs/v4.2.x/www3/MPI_Init_thread.html
The text was updated successfully, but these errors were encountered:
In Fortran, MPI_INIT_THREAD functions should be declared like this MPI_INIT_THREAD(required, provided, ierror) and not like this MPI_INIT_THREAD(argc, argv, required, provided, ierr) as documented here: https://www.mpich.org/static/docs/v4.2.x/www3/MPI_Init_thread.html
The text was updated successfully, but these errors were encountered: