orte mpi tests: don't use deprecated MPI functions
Change MPI_Errhandler_set -> MPI_Comm_set_errhandler
Этот коммит содержится в:
родитель
cc7f433c0f
Коммит
07179ef669
@ -71,7 +71,7 @@ int main(int argc, char *argv[])
|
||||
MPI_Abort(MPI_COMM_WORLD, -1);
|
||||
}
|
||||
|
||||
MPI_Errhandler_set(MPI_COMM_WORLD, MPI_ERRORS_RETURN);
|
||||
MPI_Comm_set_errhandler(MPI_COMM_WORLD, MPI_ERRORS_RETURN);
|
||||
|
||||
mpierr = MPI_Comm_rank(MPI_COMM_WORLD, &rank);
|
||||
if (mpierr != MPI_SUCCESS || rank < 0)
|
||||
|
@ -56,7 +56,7 @@ int main(int argc, char *argv[])
|
||||
MPI_Abort(MPI_COMM_WORLD, -1);
|
||||
}
|
||||
|
||||
MPI_Errhandler_set(MPI_COMM_WORLD, MPI_ERRORS_RETURN);
|
||||
MPI_Comm_set_errhandler(MPI_COMM_WORLD, MPI_ERRORS_RETURN);
|
||||
|
||||
mpierr = MPI_Comm_rank(MPI_COMM_WORLD, &rank);
|
||||
if (mpierr != MPI_SUCCESS || rank < 0)
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user