Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure needs to add -D_MPISERIAL when building with mpi-serial library #1900

Open
jedwards4b opened this issue Jan 11, 2022 · 1 comment
Assignees

Comments

@jedwards4b
Copy link
Contributor

Otherwise you get an error:
pioc_support.c(831): error: identifier "MPI_SIGNED_CHAR" is undefined
my_mpi_type = MPI_SIGNED_CHAR;

@jedwards4b
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants