Re: [OMPI devel] Master broken

2018-06-03 Thread Thananon Patinyasakdikul
It is tested against 1.5. it should not work with lower version. I will fix it. Arm On Sun, Jun 3, 2018, 7:43 AM r...@open-mpi.org wrote: > Here are more problems with a different version of libfabric: > > *btl_ofi_component.c:* In function ‘*validate_info*’: > *btl_ofi_component.c:64:23:* *err

Re: [OMPI devel] Master broken

2018-06-03 Thread r...@open-mpi.org
Here are more problems with a different version of libfabric: btl_ofi_component.c: In function ‘validate_info’: btl_ofi_component.c:64:23: error: ‘FI_MR_VIRT_ADDR’ undeclared (first use in this function) (mr_mode & ~(FI_MR_VIRT_ADDR | FI_MR_ALLOCATED | FI_MR_PROV_KEY)) == 0)) {

[OMPI devel] Master broken

2018-06-03 Thread r...@open-mpi.org
On my system, which has libfabric installed (but maybe an older version than expected?): btl_ofi_component.c: In function ‘mca_btl_ofi_component_progress’: btl_ofi_component.c:557:63: error: ‘FI_EINTR’ undeclared (first use in this function) } else if (OPAL_UNLIKELY(ret != -FI_EAGAIN &&

Re: [OMPI devel] Master warnings?

2018-06-03 Thread Gilles Gouaillardet
Nathan, there could be another issue : with gcc 8.1.0, I get some warnings (see logs at the end) From https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-error-function-attribute error ("message")warning ("message") If the error or warning attribute is used on a function