[O-MPI devel] configure warning
Running configure from 1.0.2a3 on OSX 10.4.3: configure: WARNING: net/if.h: present but cannot be compiled configure: WARNING: net/if.h: check for missing prerequisite headers? configure: WARNING: net/if.h: see the Autoconf documentation configure: WARNING: net/if.h: section "Present But Cannot Be Compiled" configure: WARNING: net/if.h: proceeding with the preprocessor's result configure: WARNING: net/if.h: in the future, the compiler will take precedence configure: WARNING: ## -- ## configure: WARNING: ## Report this to http://www.open-mpi.org/ community/help/ ## configure: WARNING: ## -- ## Greg
Re: [O-MPI devel] configure warning
* Greg Watson wrote on Tue, Jan 10, 2006 at 05:58:35PM CET: > Running configure from 1.0.2a3 on OSX 10.4.3: > > configure: WARNING: net/if.h: present but cannot be compiled > configure: WARNING: net/if.h: check for missing prerequisite > headers? Yes. The test is broken. You need to #include first. See info Autoconf "Header Portability" under `net/if.h' for a complete description. Cheers, Ralf
[O-MPI devel] Intel tests
Hi everyone, I have been playing around with Open-MPI, using it as a test bed for another project I am working on, and have found that on the intel test suite, ompi is failing the MPI_Allreduce_user_c, MPI_Reduce_scatter_user_c, and MPI_Reduce_user_c tests (it prints something like MPITEST error (2): i=0, int value=4, expected 1, etc). Are these known error? BTW, this is on a x86_64 linux box running 4 processes locally, running the trunk svn version 8667, with no additional mca parameters set. Thanks, TIm
Re: [O-MPI devel] Intel tests
Hi Tim nope, can you rerun with mpirun -np 4 -mca coll_base_verbose 1 and email me the output? Thanks G On Tue, 10 Jan 2006, Tim Prins wrote: Hi everyone, I have been playing around with Open-MPI, using it as a test bed for another project I am working on, and have found that on the intel test suite, ompi is failing the MPI_Allreduce_user_c, MPI_Reduce_scatter_user_c, and MPI_Reduce_user_c tests (it prints something like MPITEST error (2): i=0, int value=4, expected 1, etc). Are these known error? BTW, this is on a x86_64 linux box running 4 processes locally, running the trunk svn version 8667, with no additional mca parameters set. Thanks, TIm ___ devel mailing list de...@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/devel Thanks, Graham. -- Dr Graham E. Fagg | Distributed, Parallel and Meta-Computing Innovative Computing Lab. PVM3.4, HARNESS, FT-MPI, SNIPE & Open MPI Computer Science Dept | Suite 203, 1122 Volunteer Blvd, University of Tennessee | Knoxville, Tennessee, USA. TN 37996-3450 Email: f...@cs.utk.edu | Phone:+1(865)974-5790 | Fax:+1(865)974-8296 Broken complex systems are always derived from working simple systems --
Re: [O-MPI devel] Intel tests
Graham, It works properly if I select the basic coll component. Anyways, here is the output you requested. The full output is about 140MB, so I killed it before it finished... Tim Quoting Graham E Fagg : > Hi Tim > nope, can you rerun with mpirun -np 4 -mca coll_base_verbose 1 > > and email me the output? > Thanks > G > On Tue, 10 Jan 2006, Tim Prins wrote: > > > Hi everyone, > > > > I have been playing around with Open-MPI, using it as a test bed > for > > another project I am working on, and have found that on the intel > test > > suite, ompi is failing the MPI_Allreduce_user_c, > > MPI_Reduce_scatter_user_c, and MPI_Reduce_user_c tests (it prints > > something like MPITEST error (2): i=0, int value=4, expected 1, > etc). > > Are these known error? > > > > BTW, this is on a x86_64 linux box running 4 processes locally, > running > > the trunk svn version 8667, with no additional mca parameters set. > > > > Thanks, > > > > TIm > > ___ > > devel mailing list > > de...@open-mpi.org > > http://www.open-mpi.org/mailman/listinfo.cgi/devel > > > > > Thanks, > Graham. > -- > Dr Graham E. Fagg | Distributed, Parallel and Meta-Computing > Innovative Computing Lab. PVM3.4, HARNESS, FT-MPI, SNIPE & Open MPI > Computer Science Dept | Suite 203, 1122 Volunteer Blvd, > University of Tennessee | Knoxville, Tennessee, USA. TN 37996-3450 > Email: f...@cs.utk.edu | Phone:+1(865)974-5790 | > Fax:+1(865)974-8296 > Broken complex systems are always derived from working simple > systems > -- > ___ > devel mailing list > de...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/devel > allreduce_user_c.out.bz2 Description: BZip2 compressed data reduce_scatter_user_c.out.bz2 Description: BZip2 compressed data reduce_user_c.out.bz2 Description: BZip2 compressed data
Re: [O-MPI devel] configure warning
On Jan 10, 2006, at 12:15 PM, Ralf Wildenhues wrote: * Greg Watson wrote on Tue, Jan 10, 2006 at 05:58:35PM CET: Running configure from 1.0.2a3 on OSX 10.4.3: configure: WARNING: net/if.h: present but cannot be compiled configure: WARNING: net/if.h: check for missing prerequisite headers? Yes. The test is broken. You need to #include first. See info Autoconf "Header Portability" under `net/if.h' for a complete description. But as I understand it, this isn't anything we can do anything about, right? I mean, other than report it to the AC developers? Brian -- Brian Barrett Open MPI developer http://www.open-mpi.org/