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
|