Fixed and CMR'ed:

   https://svn.open-mpi.org/trac/ompi/ticket/4012


On Dec 20, 2013, at 12:27 AM, Paul Hargrove <phhargr...@lbl.gov> wrote:

> Manually #ifdef'ing out the RLIMIT_AS code which lead to my previous failure 
> on OpenBSD-5 allows me to reach the (sigh) *next* problem:
> 
> Making all in mpi/cxx
>   CXX      mpicxx.lo
> /home/phargrov/OMPI/openmpi-1.7.4rc2forpaul-openbsd5-amd64/openmpi-1.7.4rc2forpaul/ompi/mpi/cxx/mpicxx.cc:120:21:
>  error: macro "MAX" requires 2 arguments, but only 1 given
> /home/phargrov/OMPI/openmpi-1.7.4rc2forpaul-openbsd5-amd64/openmpi-1.7.4rc2forpaul/ompi/mpi/cxx/mpicxx.cc:121:21:
>  error: macro "MIN" requires 2 arguments, but only 1 given
> 
> 
> I think all that is needed is addition of
>   #undef MAX
>   #undef MIN
> suitably early in this file.
> At least that was sufficient to allow my build to complete.
> 
> -Paul
> 
> 
> -- 
> Paul H. Hargrove                          phhargr...@lbl.gov
> Future Technologies Group
> Computer and Data Sciences Department     Tel: +1-510-495-2352
> Lawrence Berkeley National Laboratory     Fax: +1-510-486-6900
> _______________________________________________
> devel mailing list
> de...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/devel


-- 
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