hpc / ompi

Open MPI main development repository
Other
1 stars 2 forks source link

sessions: info_f2c error checking needs to be fixed up #53

Closed hppritcha closed 3 years ago

hppritcha commented 3 years ago

low priority but the fortran info_f2c code needs to be fixed up for checking about mpi initialization - ompi/mpi/c/info_c2f.c and ompi/mpi/c/info_f2c.c

hppritcha commented 3 years ago

actually these routines appear to be okay. to have info handles other than 0 or 1 the app would have had to call MPI_Info_create whichi would invoke instance_retain.