Topic: MPI and Simplyfortran
Howdy all,
I've got f90 code that someone is paralleling via MPI to run on a big cluster.
I note that Simplyfortran supports OpenMP but I'm wondering if there is MPI support?
Specifically, I've got these pre-processor labels about now and the call to mpi
#ifdef USE_MPI
USE mod_GUTSUSY_mpi
USE mpi
#endif
Since I'm developing the physics in the serial version, I've just commented out all the #if statement and
can continue to develop. Just wondering what I should do short of those edits.
Thanks!
Btw, love your Simplyfortran package and got quite a few physicists here in Australia using it