[OMPI users] vprotocol pessimist

2008-07-15 Thread Tom Riddle
Hi,

I wonder if anyone can shed some light on what exactly this is referring to? At 
the start of any mpirun program I get the following

mca: base: component_find: unable to open vprotocol pessimist: file not found 
(ignored)

I combed the FAQs and the forum archives but didn't see anything that jumped 
out. I am running the latest version from the openmpi trunk. TIA, Tom






Re: [OMPI users] vprotocol pessimist

2008-07-15 Thread Aurélien Bouteiller
This is a harmless error, related to fault tolerance component. If you  
don't need FT, you can safely ignore it. It will disappear soon.


Aurelien


Le 15 juil. 08 à 11:22, Tom Riddle a écrit :


Hi,

I wonder if anyone can shed some light on what exactly this is  
referring to? At the start of any mpirun program I get the following


mca: base: component_find: unable to open vprotocol pessimist: file  
not found (ignored)


I combed the FAQs and the forum archives but didn't see anything  
that jumped out. I am running the latest version from the openmpi  
trunk. TIA, Tom



___
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users





Re: [OMPI users] vprotocol pessimist

2008-07-15 Thread Jeff Squyres
It's also only on the developer trunk (and v1.3) branch; we have an  
open ticket:


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

I'll add you into the CC list so that you can see what happens as we  
fix it.



On Jul 15, 2008, at 11:49 AM, Aurélien Bouteiller wrote:

This is a harmless error, related to fault tolerance component. If  
you don't need FT, you can safely ignore it. It will disappear soon.


Aurelien


Le 15 juil. 08 à 11:22, Tom Riddle a écrit :


Hi,

I wonder if anyone can shed some light on what exactly this is  
referring to? At the start of any mpirun program I get the following


mca: base: component_find: unable to open vprotocol pessimist: file  
not found (ignored)


I combed the FAQs and the forum archives but didn't see anything  
that jumped out. I am running the latest version from the openmpi  
trunk. TIA, Tom



___
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users



___
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users



--
Jeff Squyres
Cisco Systems




Re: [OMPI users] vprotocol pessimist

2008-07-15 Thread Tom Riddle
Thanks! I hadn't seen any adverse effects to anything I was running but I'd 
thought I'd ask anyway. Tom

--- On Tue, 7/15/08, Jeff Squyres  wrote:
From: Jeff Squyres 
Subject: Re: [OMPI users] vprotocol pessimist
To: "Open MPI Users" 
Cc: rarebit...@yahoo.com
List-Post: users@lists.open-mpi.org
Date: Tuesday, July 15, 2008, 8:52 AM

It's also only on the developer trunk (and v1.3) branch; we have an  
open ticket:

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

I'll add you into the CC list so that you can see what happens as we  
fix it.


On Jul 15, 2008, at 11:49 AM, Aurélien Bouteiller wrote:

> This is a harmless error, related to fault tolerance component. If  
> you don't need FT, you can safely ignore it. It will disappear soon.
>
> Aurelien
>
>
> Le 15 juil. 08 à 11:22, Tom Riddle a écrit :
>
>> Hi,
>>
>> I wonder if anyone can shed some light on what exactly this is  
>> referring to? At the start of any mpirun program I get the following
>>
>> mca: base: component_find: unable to open vprotocol pessimist: file  
>> not found (ignored)
>>
>> I combed the FAQs and the forum archives but didn't see anything  
>> that jumped out. I am running the latest version from the openmpi  
>> trunk. TIA, Tom
>>
>>
>> ___
>> users mailing list
>> us...@open-mpi.org
>> http://www.open-mpi.org/mailman/listinfo.cgi/users
>
>
> ___
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users


-- 
Jeff Squyres
Cisco Systems


  

Re: [OMPI users] vprotocol pessimist

2008-07-15 Thread Rolf vandeVaart
And if you want to stop seeing it in the short term, you have at least 
two choices I know of.


At configure time, add this to your configure line.

--enable-mca-no-build=vprotocol

This will prevent that component from being built, and will eliminate 
the message. 

If it is in there, you can force the component to not be opened (and 
therefore eliminate the message) at run time with this mca parameter.


--mca pml ^v

Rolf

Tom Riddle wrote:
Thanks! I hadn't seen any adverse effects to anything I was running 
but I'd thought I'd ask anyway. Tom


--- On *Tue, 7/15/08, Jeff Squyres //* wrote:

From: Jeff Squyres 
Subject: Re: [OMPI users] vprotocol pessimist
To: "Open MPI Users" 
Cc: rarebit...@yahoo.com
Date: Tuesday, July 15, 2008, 8:52 AM

It's also only on the developer trunk (and v1.3) branch; we have an  
open ticket:


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

I'll add you into the CC list so that you can see what happens as we  
fix it.



On Jul 15, 2008, at 11:49 AM, Aurélien Bouteiller wrote:

> This is a harmless error, related to
 fault tolerance component. If  
> you don't need FT, you can safely ignore it. It will disappear soon.

>
> Aurelien
>
>
> Le 15 juil. 08 à 11:22, Tom Riddle a écrit :
>
>> Hi,
>>
>> I wonder if anyone can shed some light on what exactly this is  
>> referring to? At the start of any mpirun program I get the following

>>
>> mca: base: component_find: unable to open vprotocol pessimist: file  
>> not found (ignored)

>>
>> I combed the FAQs and the forum archives but didn't see anything  
>> that jumped out. I am running the latest version from the openmpi  
>> trunk. TIA, Tom

>>
>>
>> ___
>> users mailing list
>> us...@open-mpi.org
>> http://www.open-mpi.org/mailman/listinfo.cgi/users
>
>
>
 ___
> users mailing list
> us...@open-mpi.org
> http://www.open-mpi.org/mailman/listinfo.cgi/users


-- 
Jeff Squyres

Cisco Systems




___
users mailing list
us...@open-mpi.org
http://www.open-mpi.org/mailman/listinfo.cgi/users