M
Malcolm McLean
Yes and no. The rules are quite simple (basically a Fortran parameter2 -- Which Fortran Standard you consider as "the best language
for heavy number crunching"?
Fortran 77. MPI supports it.
3 -- Would it be difficult to interface Fortran and C code once I have
written a long and complex program-project in Fortran (or C) ?
becomes a pointer parameter in C).
The problem is that Fortran indexes from 1 to N, C from 0 to N-1, and
matrices are referenced row-major rather than column-major. In
practice these turn interfacing into a nightmare - the human mind
can't make both transitions at once.