Open
Description
When compiling OMPI like this:
./configure CC=icc CXX=icpc FC=ifort F77=ifort FCFLAGS=-i8 FFLAGS=-i8 ...
a bunch of warnings fly by during compilation suggesting that MPI attributes functionality is probably broken. Here's some of them:
attribute/attribute.c(712): warning #167: argument of type "int *" is incompatible with parameter of type "long long *"
DELETE_ATTR_CALLBACKS(communicator, attr, keyval, object);
^
pcomm_create_keyval_f.c(88): warning #167: argument of type "long long *" is incompatible with parameter of type "int *"
comm_keyval, *extra_state, OMPI_KEYVAL_F77,
^