Hi there ,
I'm new to LAM . I've install LAM and i am using Redhat Linux 7.3
i am using k-develop, when i compile the program, i face errors of mpi.h is not found.
I have the following code fragment :
#include <stdio.h>
#include <mpi.h>
main(int argc , char **argv)
{
MPI_Init(&argc,&argv);
MPI_Finalize();
}
Ahmed irshad
---------------------------------
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
|