In all the MPI programs we have seen, we have argc and argv
passed as the parameters to the "main" function. Since
those aren't in the parameter list we send to our matrix
multiplication routine, what arguments do we give to
MPI_Init?
I've tried declaring internal variables
int argc;
char *argv[];
and using those in the call MPI_Init(&argv, &argv) but that
doesn't seem to work.
Thanks in advance,
Jeff Chuang
----
NOTE: This message was sent using a WWW form. The address jchuang@mit.edu
was typed manually, and may easily be incorrect.
In-Reply-To: 9704091513.AA06971@arachnophobia.MIT.EDU