Advertisement
Guest User

valgring-git-openmpi_error_log

a guest
Jan 17th, 2020
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. mpicc -I../include -g -O -fno-omit-frame-pointer -Wall -fpic -m64 -Wno-deprecated-declarations -MT libmpiwrap_amd64_linux_so-libmpiwrap.o -MD -MP -MF .deps/libmpiwrap_amd64_linux_so-libmpiwrap.Tpo -c -o libmpiwrap_amd64_linux_so-libmpiwrap.o `test -f 'libmpiwrap.c' || echo './'`libmpiwrap.c
  2. In file included from libmpiwrap.c:116:
  3. libmpiwrap.c: In function ‘showTy’:
  4. libmpiwrap.c:282:19: error: expected expression before ‘_Static_assert’
  5. 282 | else if (ty == MPI_UB) fprintf(f,"UB");
  6. | ^~~~~~
  7. libmpiwrap.c:285:19: error: expected expression before ‘_Static_assert’
  8. 285 | else if (ty == MPI_LB) fprintf(f,"LB");
  9. | ^~~~~~
  10. libmpiwrap.c: In function ‘showCombiner’:
  11. libmpiwrap.c:358:12: error: expected expression before ‘_Static_assert’
  12. 358 | case MPI_COMBINER_HVECTOR_INTEGER: fprintf(f, "HVECTOR_INTEGER"); break;
  13. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  14. libmpiwrap.c:358:12: error: expected expression before ‘_Static_assert’
  15. libmpiwrap.c:358:40: error: expected expression before ‘:’ token
  16. 358 | case MPI_COMBINER_HVECTOR_INTEGER: fprintf(f, "HVECTOR_INTEGER"); break;
  17. | ^
  18. In file included from libmpiwrap.c:116:
  19. libmpiwrap.c:363:12: error: expected expression before ‘_Static_assert’
  20. 363 | case MPI_COMBINER_HINDEXED_INTEGER: fprintf(f, "HINDEXED_INTEGER"); break;
  21. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  22. libmpiwrap.c:363:12: error: expected expression before ‘_Static_assert’
  23. libmpiwrap.c:363:41: error: expected expression before ‘:’ token
  24. 363 | case MPI_COMBINER_HINDEXED_INTEGER: fprintf(f, "HINDEXED_INTEGER"); break;
  25. | ^
  26. In file included from libmpiwrap.c:116:
  27. libmpiwrap.c:370:12: error: expected expression before ‘_Static_assert’
  28. 370 | case MPI_COMBINER_STRUCT_INTEGER: fprintf(f, "STRUCT_INTEGER"); break;
  29. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  30. libmpiwrap.c:370:12: error: expected expression before ‘_Static_assert’
  31. libmpiwrap.c:370:39: error: expected expression before ‘:’ token
  32. 370 | case MPI_COMBINER_STRUCT_INTEGER: fprintf(f, "STRUCT_INTEGER"); break;
  33. | ^
  34. libmpiwrap.c: In function ‘extentOfTy’:
  35. libmpiwrap.c:466:8: warning: implicit declaration of function ‘PMPI_Type_extent’; did you mean ‘MPI_Type_extent’? [-Wimplicit-function-declaration]
  36. 466 | r = PMPI_Type_extent(ty, &n);
  37. | ^~~~~~~~~~~~~~~~
  38. | MPI_Type_extent
  39. In file included from libmpiwrap.c:116:
  40. libmpiwrap.c: In function ‘walk_type’:
  41. libmpiwrap.c:741:17: error: expected expression before ‘_Static_assert’
  42. 741 | if (ty == MPI_LB || ty == MPI_UB)
  43. | ^~~~~~
  44. make[2]: *** [Makefile:662: libmpiwrap_amd64_linux_so-libmpiwrap.o] Error 1
  45. make[2]: Leaving directory '/home/pbreugno/Downloads/aur/valgrind-git/src/valgrind/mpi'
  46. make[1]: *** [Makefile:850: all-recursive] Error 1
  47. make[1]: Leaving directory '/home/pbreugno/Downloads/aur/valgrind-git/src/valgrind'
  48. make: *** [Makefile:719: all] Error 2
  49. ==> ERROR: A failure occurred in build().
  50. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement