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
[ 47%] Building C object test/CMakeFiles/kvtree_write_gather_test.dir/test_kvtree_write_gather.c.o
/home/hutter/new-kvtree/test/test_kvtree_write_gather.c:3:10: fatal error: mpi.h: No such file or directory
3 | #include "mpi.h"
| ^~~~~~~
compilation terminated.
- 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>
Building master without MPI gives:
This fixes it for me:
I havn't tested it yet with MPI to see if that still works.
The text was updated successfully, but these errors were encountered: