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:

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

2016-09-30 Thread Bar�� Ke�eci via users
Hello everyone,I'm trying to investigate the paralellization of an algorithm with OpenMPI on a distributed computers' network. In the network there are one Master PC and 24 Computing Node PCs. I'm quite a newbie in this field. However i achieved installing the OpenMPI and compiling and running m