Re: [OMPI devel] Rankfile related problems

2010-02-27 Thread Ralph Castain
I can't seem to replicate this first problem - it runs fine for me even if the rankfile contains only one entry. What you could do is build 1.4.1 with --enable-debug and then run with --debug-devel -mca rmaps_base_verbose 5 to get more info on what is happening. On Feb 27, 2010, at 11:26 AM,

Re: [OMPI devel] Rankfile related problems

2010-02-27 Thread Ralph Castain
I'm looking at the first problem - will get back to you on it. As to the second issue: it was r21728, and no - it does not appear to have been moved to the 1.4 series (rankfile is untested on a regular basis). I will do so now. Thanks! Ralph On Feb 15, 2010, at 10:39 AM, Bogdan Costescu wrote:

Re: [OMPI devel] question about pids

2010-02-27 Thread Ralph Castain
This look okay? Ralph:svn-trunk rhc$ mpirun -n 3 -xml -output-proctable hostname Ralph Ralph Ralph I added an mca parameter OMPI_MCA_orte_output_debugger_proctable, and a corresponding cmd line option --output-proctable

Re: [OMPI devel] Openmpi with slurm : salloc -c

2010-02-27 Thread Ralph Castain
We've gone around on this one a few times too. We finally settled on the current formula and confirmed it did what the slurm folks expected, so I'm somewhat loath to change it given that situation. I suggest you take it up with the slurm folks to find out what behavior is expected when tasks_pe

Re: [OMPI devel] typo in opal/event/evutil.h ?

2010-02-27 Thread Ralph Castain
I checked the trunk and it is indeed wrong (the LONG had been fixed, but not this one). Why don't you go ahead and commit it? On Feb 26, 2010, at 7:06 AM, Nadia Derbey wrote: > On Fri, 2010-02-26 at 06:41 -0700, Ralph Castain wrote: >> Hi Nadia >> >> I thought I saw a correction go by recently