04.06.2013 Views

PVM - DCC - UFRJ

PVM - DCC - UFRJ

PVM - DCC - UFRJ

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Um Programa <strong>PVM</strong> – Fonte Único<br />

#include <br />

#include <br />

#include <br />

void main() {<br />

int mytid, parent;<br />

mytid = pvm_mytid();<br />

parent = pvm_parent();;<br />

if (parent == PvmNoParent)<br />

master();<br />

else<br />

slave();

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!