<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello.<br>
I am getting an error that i wasn't getting before.<br>
<br>
<hr size="2" width="100%">test.c: In function 'main':<br>
test.c:63: error: 'MPI_COMM_WORLD' undeclared (first use in this
function)<br>
test.c:63: error: (Each undeclared identifier is reported only once<br>
test.c:63: error: for each function it appears in.)<br>
test.c:111: error: 'MPI_INT' undeclared (first use in this function)<br>
<hr size="2" width="100%">line 63 : MPI_Comm_size(MPI_COMM_WORLD,
&numnodes);<br>
line 111:MPI_Scatter( array, PARTS, MPI_INT, my_array, PARTS,
MPI_INT, master, MPI_COMM_WORLD);<br>
<br>
<br>
I am under a 2.6.23-gentoo-r5 cluster with gcc version 4.2.2 (Gentoo
4.2.2 p1.0)<br>
<br>
</body>
</html>