On RHEL6.4 with:

"CFLAGS=-g -pipe -m32" CXXFLAGS=-m32 FFLAGS=-m32 FCFLAGS=-m32 
--with-wrapper-cflags=-m32 --with-wrapper-cxxflags=-m32 
--with-wrapper-fflags=-m32 --with-wrapper-fcflags=-m32 
--enable-mpirun-prefix-by-default --disable-dlopen --enable-mpi-cxx

I get a ton of compile errors in oshmem/op/op.c, like this one:

-----
op/op.c:194:1: note: in expansion of macro 'FUNC_OP_CREATE'
 FUNC_OP_CREATE(max, freal16, ompi_fortran_real16_t, __max_op);
op/op.c:135:15: error: 'b' undeclared (first use in this function)
         type *b = (type *) out;                                             \
               ^
-----

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

Reply via email to