Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. mpicc-mpich-mp -g -O2 -ggdb -Wall -Wextra -Wno-unused-variable -Wno-unused-parameter -Wno-unused-but-set-variable -Wno-unknown-pragmas -DMPI -c bounds.c
  2. warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean
  3. '-Wno-unused-const-variable'? [-Wunknown-warning-option]
  4. In file included from bounds.c:47:
  5. In file included from ./decs.h:47:
  6. /opt/local/include/mpich-mp/mpi.h:116:56: error: expected identifier
  7. static const MPI_Datatype mpich_mpi_char MPICH_ATTR_TYPE_T...
  8. ^
  9. /opt/local/include/mpich-mp/mpi.h:24:106: note: expanded from macro
  10. 'MPICH_ATTR_TYPE_TAG'
  11. ...__attribute__((type_tag_for_datatype(MPI,type)))
  12. ^
  13. <command line>:1:13: note: expanded from here
  14. #define MPI 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement