I have very basic question about the use of high performance cluster in our university and MPIs with FORTRAN. I have copied my FORTRAN code to the cluster to include the MPIs as I cannot compile my MPI Fortran code outside the cluster; on cluster I am using the emacs as editor.
This editing is very slow due to the emacs, especially to write something from start. Is there any way to edit, compile, link and execute the Fortran MPIs code outside the cluster? If everything starts working properly so at the end I can copy the code to cluster to run in parallel. This will make my life very easy.
Thank you very much in advance.
Zahur Ullah
So you’re asking whether it’s possible to install a Fortran (not FORTRAN!) development environment including a MPI library on a machine which isn’t a cluster?
Well, yes, of course it’s possible to do that.