Jeff

I am invoking MPI_Init_thread() with MPI_THREAD_MULTIPLE. If openib BTL
is responsible for the warning and openib BTL is excluded in this case,
then that explains the discrepancy.

FYI, I invoked MPI_Init_thread() with MPI_THREAD_SERIALIZED and I got
the warning message about the fork().

Thanks

Ananda

----------------------- PREVIOUS MESSAGE -------------------------

Subject: Re: [OMPI devel] Warning on fork() disappears if I use MPI
threads!!
From: Jeff Squyres (jsquyres_at_[hidden])
List-Post: devel@lists.open-mpi.org
Date: 2010-11-29 14:10:44

*       Next message: N.M. Maclaren: "Re: [OMPI devel] Warning on fork()
disappears if I use MPI threads!!"
<http://www.open-mpi.org/community/lists/devel/2010/11/8731.php>
*       Previous message: George Bosilca: "Re: [OMPI devel] Warning on
fork() disappears if I use MPI threads!!"
<http://www.open-mpi.org/community/lists/devel/2010/11/8729.php>
*       In reply to: ananda.mudar_at_[hidden]: "[OMPI devel] Warning on
fork() disappears if I use MPI threads!!"
<http://www.open-mpi.org/community/lists/devel/2010/11/8698.php>

________________________________

On Nov 23, 2010, at 3:23 PM, <ananda.mudar_at_[hidden]>
<ananda.mudar_at_[hidden]> wrote:

> However this error message goes away, if I initialize MPI with threads
ie; MPI_Init_thread(). Can anyone explain this discrepancy?

What thread level are you invoking MPI_INIT_THREAD with?

One possible reason this could be happening is that the openib BTL is
excluding itself if you use MPI_THREAD_MULTIPLE. The openib BTL is the
entity that is responsible for the fork warning -- if it's not being
used, then no warning is issued because there is no problem with
forking.

--
Jeff Squyres
jsquyres_at_[hidden]
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/
________________________________


Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email. 

www.wipro.com

Reply via email to