Re: [OMPI users] Viewing the output of the program

2016-10-01 Thread Gilles Gouaillardet
Mahmood, iirc, a related bug was fixed in v2.0.0 Can you please update to 2.0.1 and try again ? Cheers, Gilles On Saturday, October 1, 2016, Mahmood Naderan wrote: > Hi, > Here is the bizarre behavior of the system and hope that someone can > clarify is this related to OMPI or not. > > When I

[OMPI users] Viewing the output of the program

2016-10-01 Thread Mahmood Naderan
Hi, Here is the bizarre behavior of the system and hope that someone can clarify is this related to OMPI or not. When I issue the mpirun command with -np 2, I can see the output of the program online as it is running (I am std out). However, if I issue the command with -np 4, the progress is not s

Re: [OMPI users] How to paralellize the algorithm...

2016-10-01 Thread Constantinos Makassikis
Dear, It seems to me you are trying to parallelize following a Master/Slave paradigm. Perhaps you may want to take a look and test some existing MPI-based library for achieving that: - DMSM: https://www.hpcvl.org/faqs/dmsm-library - TOP-C: http://www.ccs.neu.edu/home/gene/topc.html - ADLB: https: