[OMPI users] [MPI][Boost] Some Questions About Delta Stepping Dijkstra in Boost

2011-08-16 Thread Chen Kai
Environment: Boost1.47 + Microsoft HPC 2008 SDK I find Delta Stepping Dijkstra and Crauser Dijkstra in boost, and both of them are slower than sequential dijkstra in boost. (About 10 times slower. I used 10 graphs, the biggest graph contains 10 million nodes and 10 million edges) Q1: I wonder why

Re: [OMPI users] MPI_Spawn and process allocation policy

2011-08-16 Thread Ralph Castain
I'm not finding a bug - the code looks clean. If I send you a patch, could you apply it, rebuild, and send me the resulting debug output? On Aug 16, 2011, at 10:18 AM, Ralph Castain wrote: > Smells like a bug - I'll take a look. > > > On Aug 16, 2011, at 9:10 AM, Simone Pellegrini wrote: > >

Re: [OMPI users] MPI_Spawn and process allocation policy

2011-08-16 Thread Ralph Castain
Smells like a bug - I'll take a look. On Aug 16, 2011, at 9:10 AM, Simone Pellegrini wrote: > On 08/16/2011 02:11 PM, Ralph Castain wrote: >> That should work, then. When you set the "host" property, did you give the >> same name as was in your machine file? >> >> Debug options that might help

Re: [OMPI users] MPI_Spawn and process allocation policy

2011-08-16 Thread Simone Pellegrini
On 08/16/2011 02:11 PM, Ralph Castain wrote: That should work, then. When you set the "host" property, did you give the same name as was in your machine file? Debug options that might help: -mca plm_base_verbose 5 -mca rmaps_base_verbose 5 You'll need to configure --enable-debug to get the ou

Re: [OMPI users] MPI_WAITALL error when running between two virtual machines

2011-08-16 Thread Hoot Thompson
I will try NetPIPE or similar On 8/16/11 9:01 AM, "Jeff Squyres" wrote: > Are you able to run other TCP-based applications between the two VM's, such as > the TCP version of NetPIPE? > > > On Aug 15, 2011, at 10:57 PM, Hoot Thompson wrote: > >> I'm trying to run openmpi between two 11.04 vir

Re: [OMPI users] MPI_WAITALL error when running between two virtual machines

2011-08-16 Thread Jeff Squyres
Are you able to run other TCP-based applications between the two VM's, such as the TCP version of NetPIPE? On Aug 15, 2011, at 10:57 PM, Hoot Thompson wrote: > I'm trying to run openmpi between two 11.04 virtual machines, each on each > own physical node. Each VM has three network interfaces,

Re: [OMPI users] MPI_Spawn and process allocation policy

2011-08-16 Thread Ralph Castain
That should work, then. When you set the "host" property, did you give the same name as was in your machine file? Debug options that might help: -mca plm_base_verbose 5 -mca rmaps_base_verbose 5 You'll need to configure --enable-debug to get the output, but that should help tell us what is hap

Re: [OMPI users] MPI_Spawn and process allocation policy

2011-08-16 Thread Simone Pellegrini
On 08/16/2011 12:30 PM, Ralph Castain wrote: What version are you using? OpenMPI 1.4.3 On Aug 16, 2011, at 3:19 AM, Simone Pellegrini wrote: Dear all, I am developing a system to manage MPI tasks on top of MPI. The architecture is rather simple, I have a set of scheduler processes which

Re: [OMPI users] MPI_Spawn and process allocation policy

2011-08-16 Thread Ralph Castain
What version are you using? On Aug 16, 2011, at 3:19 AM, Simone Pellegrini wrote: > Dear all, > I am developing a system to manage MPI tasks on top of MPI. The architecture > is rather simple, I have a set of scheduler processes which takes care to > manage the resources of a node. The idea is

[OMPI users] MPI_Spawn and process allocation policy

2011-08-16 Thread Simone Pellegrini
Dear all, I am developing a system to manage MPI tasks on top of MPI. The architecture is rather simple, I have a set of scheduler processes which takes care to manage the resources of a node. The idea is to have 1 (or more) of those scheduler allocated on each node of a cluster and then creat