Replies: 2 comments
-
fortls cannot read .mod files (since they are compiler and ABI dependant), it can read only Fortran sources. If you are using VS Code then you should be specifying the the include path to the linter (i.e. the static analysis tool) which IS a compiler. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah I see. No I am using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I include mpi using the syntax below, fortls cannot find the module.
I get
Module "mpi" not found in project
even though I have added the location of mpi.mod and the mpi header files using:I have also tried
source_dirs
but with no luck.Am I doing something wrong?
FYI I am using version
fortls 2.13.0
installed viapip
.Beta Was this translation helpful? Give feedback.
All reactions