Arf! Didn't check this *without* enabling the fortran bindings.
This is a hackaround so that people can compile; I need to move the macro definitions elsewhere to do this right. Will do so tonight. This commit was SVN r2998.
Этот коммит содержится в:
родитель
dded02fdcb
Коммит
6b48c878a1
@ -30,8 +30,12 @@ int MPI_Status_f2c(MPI_Fint *f_status, MPI_Status *c_status)
|
||||
MPI_STATUS[ES]_IGNORE, it's erroneous */
|
||||
|
||||
if (NULL == f_status ||
|
||||
#if OMPI_WANT_F77_BINDINGS || OMPI_WANT_F90_BINDINGS
|
||||
/* JMS HACKAROUND: these macros need to move out of the
|
||||
fortran bindings */
|
||||
OMPI_IS_FORTRAN_STATUS_IGNORE(f_status) ||
|
||||
OMPI_IS_FORTRAN_STATUSES_IGNORE(f_status) ||
|
||||
#endif
|
||||
NULL == c_status) {
|
||||
return OMPI_ERRHANDLER_INVOKE(MPI_COMM_WORLD,
|
||||
MPI_ERR_IN_STATUS, FUNC_NAME);
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user