2015-03-26 17:58 GMT+06:00 Gianmario Pozzi <pozzigma...@gmail.com>: > Hi everyone, > I'm an italian M.Sc. student in Computer Engineering at Politecnico di > Milano. > > My team and I are trying to integrate OpenMPI with a real time resource > manager written by a group of students named BBQ ( > http://bosp.dei.polimi.it/ ). We are encountering some troubles, though. > > Our main issue is to understand how ORTE interacts with the resource > manager, which parts of the code (if any) are executed on the "slave" nodes > and which ones on the "master". > We spent some time looking at the source code but we still have many > doubts. >
Hello, check orte/mca/plm and orte/mca/ras PLM - process lifecycle manager RAS - resource allocation subsystem. In RAS mpirun detects under which RM it works and gets the allocation. in PLM spawn of remote processes is done. mpirun spawns orted daemons on the slave nodes and all the rest is done without RM intervention (IMHO). > > Thank you. > > _______________________________________________ > devel mailing list > de...@open-mpi.org > Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel > Link to this post: > http://www.open-mpi.org/community/lists/devel/2015/03/17157.php > -- С Уважением, Поляков Артем Юрьевич Best regards, Artem Y. Polyakov