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

2009-09-16 Thread Ralph Castain
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. I believe the thread safety constraints within OMPI are discussed to some extent on the FAQ site. At the least, they have been discussed in some

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

2009-09-16 Thread Ashika Umanga Umagiliya
Any tips ? Anyone ? :( Ashika Umanga Umagiliya wrote: One more modification , I do not call MPI_Finalize() from the "libParallel.so" library. Ashika Umanga Umagiliya wrote: Greetings all, After some reading , I found out that I have to build openMPI using "--enable-mpi-threads" After thatm

Re: [OMPI users] OpenMPI on OS X - file is not of required architecture

2009-09-16 Thread Andreas Haselbacher
I made a silly mistake, so I'm sorry for wasting your time. I installed ifort and set the paths, but when I logged in as root, it was using the old ifort compiler. Therefore, once I tried to run mpif90 from my account, it of course did not match what was compiled after configure... Andreas On Fri

[OMPI users] cartofile

2009-09-16 Thread Eugene Loh
I feel like I should know, but what's a cartofile? I guess you supply "topological" information about a host, but I can't tell how this information is used by, say, mpirun.

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

2009-09-16 Thread Marcin Stolarek
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. However I stil can't find MCA:blcr in ompi_all -info, It's working. marcin 2009/9/15 Marcin Stolarek > Hi, > > I've done everythink from the beginig

Re: [OMPI users] Fails to run "MPI_Comm_spawn" on remote host

2009-09-16 Thread Ralph Castain
Good to hear! I'll update the man page as it should have included that info. On Tue, Sep 15, 2009 at 9:48 PM, Jaison Paul wrote: > Hi Ralph, > > Thank you so much for your reply. Your tips worked! The idea is to set the > hosts first and then pick them using 'host' reserved key in MPI_info. Gre