29.01.2015 Views

Dr. David Cronk Innovative Computing Lab University of ... - It works!

Dr. David Cronk Innovative Computing Lab University of ... - It works!

Dr. David Cronk Innovative Computing Lab University of ... - It works!

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

BCAST<br />

If (myrank == root) {<br />

fp = fopen (filename, ‘r’);<br />

fscanf (fp, ‘%d’, &iters);<br />

fclose (fp);<br />

MPI_Bcast (&iters, 1, MPI_INT,<br />

root, MPI_COMM_WORLD);<br />

}<br />

else {<br />

MPI_Recv (&iters, 1, MPI_INT,<br />

root, tag, MPI_COMM_WORLD,<br />

&status);<br />

}<br />

If (myrank == root) {<br />

fp = fopen (filename, ‘r’);<br />

fscanf (fp, ‘%d’, &iters);<br />

fclose (fp);<br />

}<br />

MPI_Bcast (&iters, 1, MPI_INT,<br />

root, MPI_COMM_WORLD);<br />

cont<br />

THAT’S BETTER<br />

OOPS!<br />

<strong>David</strong> <strong>Cronk</strong> 88

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

Saved successfully!

Ooh no, something went wrong!