We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted by @Carltoffel in #859 (comment) :
When I use the MPI metapackage with `use mpi`, I also have to use `build.external-modules = ["mpi"]`. Is this behaviour intended? Otherwise, I get:
+ which mpiexec /usr/bin/mpiexec <ERROR> *cmd_run* Targets error: Unable to find source for module dependency: "mpi" used by "app/main.f90"
In the example_packages directory, import mpif.h is used, which circumvents this. Which method is preferred?
import mpif.h
The text was updated successfully, but these errors were encountered:
mpi
mpi_f08
Closed by #930.
Sorry, something went wrong.
No branches or pull requests
Originally posted by @Carltoffel in #859 (comment) :
In the example_packages directory,
import mpif.h
is used, which circumvents this. Which method is preferred?The text was updated successfully, but these errors were encountered: