Open bdas123 opened 7 months ago
It says
ld: library not found for -ld_classic
That's not something that Trilinos normally sets for the linker, so I guess it's your installation of OpenMPI. You could check with
mpif90 --showme:link
to see if that's indeed the case.
Hello, here is my following compiling script:
However, I get the following error:
Even ChatGPT told me to post to the community forums to see what the problem is.