[OMPI users] running open mpi on ubuntu 9.04

2009-09-17 Thread Hodgess, Erin
Dear Open MPI people: I'm trying to run a simple "hello world" program on Ubuntu 9.04 It's on a dual core laptop; no other machines. Here is the output: erin@erin-laptop:~$ mpirun -np 2 a.out ssh: connect to host erin-laptop port 22: Connection refused

Re: [OMPI users] Multi-threading with OpenMPI ?

2009-09-17 Thread Ashika Umanga Umagiliya
HI Jeff, Ralph, Yes, I call MPI_COMM_SPAWN in multiple threads simultaneously. Because I need to expose my parallel algorithm as a web service, I need multiple clients connect and execute my logic as same time(ie mutiple threads). For each client , a new thread is created (by Web service

Re: [OMPI users] Application hangs when checkpointing application (update)

2009-09-17 Thread Josh Hursey
Interesting. I'll try to take a look and see if I can reproduce today. -- Josh On Sep 14, 2009, at 4:54 PM, Jean Potsam wrote: Hi Josh, Thanks for the response. I am actually testing it on a single node (though in the near future i will run it on a set of nodes). Therefore, my

Re: [OMPI users] OpenMPI much slower than Mpich2

2009-09-17 Thread Jeff Squyres
Sorry for the delay in replying; my INBOX has become a disaster recently. More below. On Sep 14, 2009, at 5:08 AM, Sam Verboven wrote: Dear All, I'm having the following problem. If I execute the exact same application using both openmpi and mpich2, the former takes more than 2 times as

Re: [OMPI users] How does OpenMPI decided to use which algorithm inMPI_Bcast????????????????

2009-09-17 Thread Jeff Squyres
Search through the mailing list archives -- this question has been discussed a few times. On Sep 3, 2009, at 2:03 AM, shan axida wrote: Hi, I had a glance at OpenMPI source codes and there are several algorithms for MPI_Bcast function. My question is how is the algorithm decided to use in

Re: [OMPI users] Multi-threading with OpenMPI ?

2009-09-17 Thread Jeff Squyres
On Sep 16, 2009, at 9:53 PM, Ralph Castain wrote: Only the obvious, and not very helpful one: comm_spawn isn't thread safe at this time. You'll need to serialize your requests to that function. This is likely the cause of your issues if you are calling MPI_COMM_SPAWN in multiple threads

Re: [OMPI users] infiniband question

2009-09-17 Thread Jeff Squyres
Correct, you don't need DAPL. Can you send all the information listed here: http://www.open-mpi.org/community/help/ On Sep 17, 2009, at 9:17 AM, Yann JOBIC wrote: Hi, I'm new to infiniband. I installed the rdma_cm, rdma_ucm and ib_uverbs kernel modules. When i'm running a ring test

[OMPI users] infiniband question

2009-09-17 Thread Yann JOBIC
Hi, I'm new to infiniband. I installed the rdma_cm, rdma_ucm and ib_uverbs kernel modules. When i'm running a ring test openmpi code, i've got : [Lidia][0,1,1][btl_openib_endpoint.c:992:mca_btl_openib_endpoint_qp_init_query] Set MTU to IBV value 4 (2048 bytes)

Re: [OMPI users] How to build OMPI with Checkpoint/restart.

2009-09-17 Thread Joshua Hursey
On Sep 16, 2009, at 8:30 AM, Marcin Stolarek wrote: Hi, It seems I solved my problem. Root of the error was, that I haven't loaded blcr module. So I couldn't checkpoint even one therad application. I am glad to hear that you have things working now. However I stil can't find MCA:blcr