[OMPI devel] centos-7 / rhel-7 build fail (configure fails to recognize g++)

2014-07-04 Thread olivier . lahaye1

Hi, 

On centos-7 beta, the configure script fails to recognize the g++ compiler. 
checking for the C++ compiler vendor... unknown 
checking if C and C++ are link compatible... no 
** 
* It appears that your C++ compiler is unable to link against object 
* files created by your C compiler. This generally indicates either 
* a conflict between the options specified in CFLAGS and CXXFLAGS 
* or a problem with the local compiler installation. More 
* information (including exactly what command was given to the 
* compilers and what error resulted when the commands were executed) is 
* available in the config.log file in this directory. 
** 

Solution: doing: 
yum -y install libtool-ltdl-devel 
autoreconf -if 

=> And it works. 
./configure FC=gfortran CC=gcc CXX=g++ --with-verbs=/usr --with-tm=/opt/pbs 
--with-slurm --enable-oshmem --with-libltdl 

NOTE: that during reconfigure I get a lot of: "config/opal_get_version.sh: No 
such file or directory." 
Build doesn't seem to be affected though. 

./config/ contains both opal_get_version.m4 and opal_get_version.m4sh, but no 
.sh file. 
Doing make opal_get_version.sh restarts a full reconfigure with some warnings 
about FF and other obsolete variables buf don't know how to build 
opal_get_version.sh 

Hope this helps. 

Best regards, 


-- 
Olivier LAHAYE 



Re: [OMPI devel] MPI_Recv_init_null_c from intel test suite fails vs ompi trunk

2014-07-04 Thread Gilles Gouaillardet
Yossi,

thanks for reporting this issue.

i commited r32139 and r32140 to trunk in order to fix this issue (with
MPI_Startall)
and some misc extra bugs.

i also made CMR #4764 for the v1.8 branch (and asked George to review it)

Cheers,

Gilles

On 2014/07/03 22:25, Yossi Etigin wrote:
> Looks like this has to be fixed also for MPI_Startall, right?
>
>