You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another issue -
pio_rearr_opts.F90:858:19: 858 | USE mpi, only : mpi_abort, mpi_comm_world
| 1
Error: Symbol ‘mpi_abort’ referenced at (1) not found in module ‘mpi’
Makefile:736: recipe for target 'pio_rearr_opts.o' failed
Note that the mpi-serial build works correctly when using cmake.
Otherwise you get an error:
pioc_support.c(831): error: identifier "MPI_SIGNED_CHAR" is undefined
my_mpi_type = MPI_SIGNED_CHAR;
The text was updated successfully, but these errors were encountered: