[OMPI users] Supported MPI standard ?

2025-04-11 Thread Mathieu Westphal
Hi, On https://www.open-mpi.org/ I read: > Full MPI-4.1 standards conformance But on https://docs.open-mpi.org/ I read: > In the Open MPI v5.0.x series, all MPI-3.1 functionality is supported. *> Some* MPI-4.0 functionality is supported. > As such, MPI_VERSION is set to 3 and MPI_SUBVERSION i

Re: [OMPI users] "Partial" Reduce and overlapping communicator

2012-04-06 Thread Mathieu westphal
o the non-blocking collective proposed in MPI 3.0. Otherwise you should implement your own based on non-blocking point-to-point communications. george. On Apr 5, 2012, at 06:02 , Mathieu westphal wrote: Hello I got a problem with my code, wich run some kinf of a simulator. I get 4 worker (

[OMPI users] "Partial" Reduce and overlapping communicator

2012-04-05 Thread Mathieu westphal
Hello I got a problem with my code, wich run some kinf of a simulator. I get 4 worker (aka 4 mpi process ) wich process data. These data aren't available at the same time, so i get another process (Splitter) wich send chunk of data to each process in round robin. This work well using MPI_Sen

[OMPI users] Strange Execution block each second

2011-12-21 Thread Mathieu westphal
on | 10 ms BLOCK | 1000 ms execution and so on. It's always the 8th process who block the programm. Do someone experience any similar behavior? Thanks Mathieu Westphal

Re: [OMPI users] Passwordless ssh

2011-12-20 Thread Mathieu westphal
Hello You have to copy nodeX public key at the end of nodeY authorizedkeys. Mathieu Le 20/12/2011 05:03, Shaandar Nyamtulga a écrit : Hi I built Beuwolf cluster using OpenMPI reading the following link. http://techtinkering.com/2009/12/02/setting-up-a-beowulf-cluster-using-open-mpi-on-linux/ I

Re: [OMPI users] exploitation of vampirTrace generated otf files.

2011-12-19 Thread Mathieu westphal
Hello I think it's solved. It's indeed the number of tick, and i found the information with the otfinfo command, wich give me the line : time resolution | 2.27 Ghz This value allow us to convert these tick values to seconds values. THanks all. Le 19/12/2011 14:32, Mathieu westph

[OMPI users] exploitation of vampirTrace generated otf files.

2011-12-19 Thread Mathieu westphal
Hello I'm generating otf file by compiling my programm with mpicc-vt. It works very well and i can visualize the trace with the free Vampir. But i need to analyze the results with some mathematical tools. with vampir , i cannot extract any usefull data. So i try to use otfdump to extract the

Re: [OMPI users] ERROR: too many MPI processes

2011-10-19 Thread Mathieu Westphal
Right ! that's the problem when you work on someone else code. Thanks MW Le 19/10/2011 14:08, Ralph Castain a écrit : I've never seen that error output before - is it coming from your program? It doesn't match anything from OMPI. On Oct 19, 2011, at 6:04 AM, Mathieu Westphal

[OMPI users] ERROR: too many MPI processes

2011-10-19 Thread Mathieu Westphal
Hello I'm extending a code currently working well on a server with some quadri-core. But for debugging purpose i want to execute it on my local computer. When i use the command : mpirun -np 6 -host local ./execFile i get an : ERROR: too many MPI processes i've tried other mpi programs,