-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request