Re: [OMPI users] error building openmpi-dev-1527-g97444d8

2015-04-18 Thread Jeff Squyres (jsquyres)
Thanks for reporting, Siegmar.  I've filed 
https://github.com/open-mpi/ompi/issues/540.


> On Apr 18, 2015, at 2:34 AM, Siegmar Gross 
>  wrote:
> 
> Hi,
> 
> yesterday I tried to build openmpi-dev-1527-g97444d8 on my machines
> (Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1
> x86_64) with gcc-4.9.2 and Sun C 5.13 and got errors on all three
> platforms for both compilers once more. I used the following configure
> command for all platforms for gcc.
> 
> ../openmpi-dev-1346-gb41d2ad/configure 
> --prefix=/usr/local/openmpi-1.9.0_64_gcc \
>  --libdir=/usr/local/openmpi-1.9.0_64_gcc/lib64 \
>  --with-jdk-bindir=/usr/local/jdk1.8.0/bin \
>  --with-jdk-headers=/usr/local/jdk1.8.0/include \
>  JAVA_HOME=/usr/local/jdk1.8.0 \
>  LDFLAGS="-m64" CC="gcc" CXX="g++" FC="gfortran" \
>  CFLAGS="-m64" CXXFLAGS="-m64" FCFLAGS="-m64" \
>  CPP="cpp" CXXCPP="cpp" \
>  CPPFLAGS="" CXXCPPFLAGS="" \
>  --enable-mpi-cxx \
>  --enable-cxx-exceptions \
>  --enable-mpi-java \
>  --enable-heterogeneous \
>  --enable-mpi-thread-multiple \
>  --with-hwloc=internal \
>  --without-verbs \
>  --with-wrapper-cflags="-std=c11 -m64" \
>  --with-wrapper-cxxflags="-m64" \
>  --with-wrapper-fcflags="-m64" \
>  --enable-debug \
>  |& tee log.configure.$SYSTEM_ENV.$MACHINE_ENV.64_gcc
> 
> 
> I still get the same errors on my Linux and Solaris machines that
> I reported before (https://github.com/open-mpi/ompi/issues/403).
> 
> tyr openmpi-dev-1527-g97444d8-Linux.x86_64.64_gcc 137 tail -20 log.make.* 
> 
> MCA_PML_OB1_RDMA_HDR_HTON(hdr->hdr_rdma);
> ^
> ../../../../../openmpi-dev-1527-g97444d8/ompi/mca/pml/ob1/pml_ob1.c: In 
> function `mca_pml_ob1_send_fin':
> ../../../../../openmpi-dev-1527-g97444d8/ompi/mca/pml/ob1/pml_ob1.c:665:18: 
> error: `hdr' undeclared (first use in this function)
> ob1_hdr_hton(hdr, MCA_PML_OB1_HDR_TYPE_FIN, proc);
>  ^
> ../../../../../openmpi-dev-1527-g97444d8/ompi/mca/pml/ob1/pml_ob1_hdr.h:465:43:
>  note: in definition of macro `ob1_hdr_hton'
> ob1_hdr_hton_intr((mca_pml_ob1_hdr_t*)h, t, p)
>   ^
> ../../../../../openmpi-dev-1527-g97444d8/ompi/mca/pml/ob1/pml_ob1.c:665:18: 
> note: each undeclared identifier is reported only once 
> for each function it appears in
> ob1_hdr_hton(hdr, MCA_PML_OB1_HDR_TYPE_FIN, proc);
>  ^
> ../../../../../openmpi-dev-1527-g97444d8/ompi/mca/pml/ob1/pml_ob1_hdr.h:465:43:
>  note: in definition of macro `ob1_hdr_hton'
> ob1_hdr_hton_intr((mca_pml_ob1_hdr_t*)h, t, p)
>   ^
> make[2]: *** [pml_ob1.lo] Error 1
> ...
> 
> 
> Do I have any chance that somebody will fix the problem? Thank
> you very much for any help in advance.
> 
> 
> Kind regards
> 
> Siegmar
> 
> ___
> users mailing list
> us...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users
> Link to this post: 
> http://www.open-mpi.org/community/lists/users/2015/04/26753.php


-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/



[OMPI users] error building openmpi-dev-1527-g97444d8

2015-04-18 Thread Siegmar Gross
Hi,

yesterday I tried to build openmpi-dev-1527-g97444d8 on my machines
(Solaris 10 Sparc, Solaris 10 x86_64, and openSUSE Linux 12.1
x86_64) with gcc-4.9.2 and Sun C 5.13 and got errors on all three
platforms for both compilers once more. I used the following configure
command for all platforms for gcc.

../openmpi-dev-1346-gb41d2ad/configure --prefix=/usr/local/openmpi-1.9.0_64_gcc 
\
  --libdir=/usr/local/openmpi-1.9.0_64_gcc/lib64 \
  --with-jdk-bindir=/usr/local/jdk1.8.0/bin \
  --with-jdk-headers=/usr/local/jdk1.8.0/include \
  JAVA_HOME=/usr/local/jdk1.8.0 \
  LDFLAGS="-m64" CC="gcc" CXX="g++" FC="gfortran" \
  CFLAGS="-m64" CXXFLAGS="-m64" FCFLAGS="-m64" \
  CPP="cpp" CXXCPP="cpp" \
  CPPFLAGS="" CXXCPPFLAGS="" \
  --enable-mpi-cxx \
  --enable-cxx-exceptions \
  --enable-mpi-java \
  --enable-heterogeneous \
  --enable-mpi-thread-multiple \
  --with-hwloc=internal \
  --without-verbs \
  --with-wrapper-cflags="-std=c11 -m64" \
  --with-wrapper-cxxflags="-m64" \
  --with-wrapper-fcflags="-m64" \
  --enable-debug \
  |& tee log.configure.$SYSTEM_ENV.$MACHINE_ENV.64_gcc


I still get the same errors on my Linux and Solaris machines that
I reported before (https://github.com/open-mpi/ompi/issues/403).

tyr openmpi-dev-1527-g97444d8-Linux.x86_64.64_gcc 137 tail -20 log.make.*   
  
MCA_PML_OB1_RDMA_HDR_HTON(hdr->hdr_rdma);
 ^
../../../../../openmpi-dev-1527-g97444d8/ompi/mca/pml/ob1/pml_ob1.c: In 
function `mca_pml_ob1_send_fin':
../../../../../openmpi-dev-1527-g97444d8/ompi/mca/pml/ob1/pml_ob1.c:665:18: 
error: `hdr' undeclared (first use in this function)
 ob1_hdr_hton(hdr, MCA_PML_OB1_HDR_TYPE_FIN, proc);
  ^
../../../../../openmpi-dev-1527-g97444d8/ompi/mca/pml/ob1/pml_ob1_hdr.h:465:43: 
note: in definition of macro `ob1_hdr_hton'
 ob1_hdr_hton_intr((mca_pml_ob1_hdr_t*)h, t, p)
   ^
../../../../../openmpi-dev-1527-g97444d8/ompi/mca/pml/ob1/pml_ob1.c:665:18: 
note: each undeclared identifier is reported only once 
for each function it appears in
 ob1_hdr_hton(hdr, MCA_PML_OB1_HDR_TYPE_FIN, proc);
  ^
../../../../../openmpi-dev-1527-g97444d8/ompi/mca/pml/ob1/pml_ob1_hdr.h:465:43: 
note: in definition of macro `ob1_hdr_hton'
 ob1_hdr_hton_intr((mca_pml_ob1_hdr_t*)h, t, p)
   ^
make[2]: *** [pml_ob1.lo] Error 1
...


Do I have any chance that somebody will fix the problem? Thank
you very much for any help in advance.


Kind regards

Siegmar