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

Misc build fixes and header cleanups #28

Merged
merged 1 commit into from
Jun 26, 2019

Conversation

tonyhutter
Copy link
Contributor

  • Add headers to fix:
test_kvtree_write_gather.c: warning: implicit declaration of function ‘kvtree_write_gather’
test_kvtree_exchange.c: warning: implicit declaration of function ‘kvtree_exchange_sendq
  • Only build MPI tests when MPI is present. Fixes:
test_kvtree_write_gather.c mpi.h: No such file or directory
  • Use brackets instead of quotes when including system headers

Fixes: #27

- Add headers to fix:
test_kvtree_write_gather.c: warning: implicit declaration of function ‘kvtree_write_gather’
test_kvtree_exchange.c: warning: implicit declaration of function ‘kvtree_exchange_sendq

- Only build MPI tests when MPI is present.  Fixes:
test_kvtree_write_gather.c mpi.h: No such file or directory

- Use brackets instead of quotes when including system headers

Fixes: ECP-VeloC#27

Signed-off-by: Tony Hutter <hutter2@llnl.gov>
@CamStan CamStan merged commit 376d0d8 into ECP-VeloC:master Jun 26, 2019
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

Successfully merging this pull request may close these issues.

test_kvtree_write_gather.c:3:10: mpi.h: No such file or directory
3 participants