Ticket #696 (closed bug: fixed)
Possible problem in persistent requests
| Reported by: | gropp | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | mpich2 | Keywords: | |
| Cc: |
Description
We routinely fail one of the Fortran tests in the Intel suite when using the Intel compiler - the fortran/persist_request/functional/MPI_Send_init_overtake test. There is a C test with the same name, but it turns out that the Fortran test creates and starts a bunch of requests and then uses MPI_Waitall while the C test creates a request, starts it, and then waits on it.
Now, there is a character variable that is too short in the Fortran version, which I'll fix. It would be good, however, to have a C version of this Fortran test that used the Waitall.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
