[O-MPI devel] configure warning

2006-01-10 Thread Greg Watson
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 B

Re: [O-MPI devel] configure warning

2006-01-10 Thread Ralf Wildenhues
* 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 #in

[O-MPI devel] Intel tests

2006-01-10 Thread Tim Prins
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

Re: [O-MPI devel] Intel tests

2006-01-10 Thread 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 te

Re: [O-MPI devel] Intel tests

2006-01-10 Thread Tim Prins
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 emai

Re: [O-MPI devel] configure warning

2006-01-10 Thread Brian Barrett
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?