LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: jkamel_at_[hidden]
Date: 2006-10-13 18:18:57


Hello,
I am a new member of lam, I have a question. I used to call a fortran program
from matlab using mex. That works fine. Now I want to call a similar fortran
program that is parallized through mpi. I just wonder if I can still compile
that fortran file with mex as I have done before?

before I used to mex in matlab in that way:
mex -fortran my_file_name.f
It works fine now my_file_name is using mpi so how can I compile and call it
from matlab.
Thanks,
John