Skip to content

Commit

Permalink
build: MPI_Handler_function no longer defined in MPI 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iraikov committed Jun 15, 2020
1 parent 21dad10 commit 552b64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.scm
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ EOF
free (argv);
}
#if MPI_VERSION >= 3
MPI_Comm_create_errhandler((MPI_Handler_function *)MPI_error_handler, &hdlr);
MPI_Comm_create_errhandler((MPI_Comm_errhandler_function *)MPI_error_handler, &hdlr);
MPI_Comm_set_errhandler(MPI_COMM_WORLD, hdlr);
#else
MPI_Errhandler_create((MPI_Handler_function *)MPI_error_handler, &hdlr);
Expand Down

0 comments on commit 552b64f

Please sign in to comment.