You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Fortran project template does not include an example showcasing the usage of MPI (Message Passing Interface) for parallel programming. Adding an MPI example will showcase how to migrate a project to this template.
Some ideas:
Create a new example directory under examples/ for MPI usage.
Develop a simple Fortran program that utilizes MPI for parallel processing.
Update the fpm.toml file to include the necessary MPI dependencies.
Document the MPI example in the README.md, including instructions on how to compile and run the example.
The text was updated successfully, but these errors were encountered:
The current Fortran project template does not include an example showcasing the usage of MPI (Message Passing Interface) for parallel programming. Adding an MPI example will showcase how to migrate a project to this template.
Some ideas:
fpm.toml
file to include the necessary MPI dependencies.README.md
, including instructions on how to compile and run the example.The text was updated successfully, but these errors were encountered: