Solving Makefile Confusion for Fortran Code

  • Context: Fortran 
  • Thread starter Thread starter Matterwave
  • Start date Start date
  • Tags Tags
    Confusion
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
34 replies · 5K views
Matterwave said:
Do you mean the whole code, or just the module spincohere?

The whole code is VERY long! I'd imagine it would take quite a while to actually go through. I never even went through it all in its entirety...@_@
Just spincohere.
 
Physics news on Phys.org
Matterwave said:
I have messaged it to you. Thanks. :D
I had a look, and there is no problem there. I now realize that I misread something in the error message you posted, and it should've been clear to me that the error was not in your code.

I'll get back to you tomorrow.
 
DrClaude said:
I had a look, and there is no problem there. I now realize that I misread something in the error message you posted, and it should've been clear to me that the error was not in your code.

I'll get back to you tomorrow.

Ok thanks!
 
DrClaude said:
I had a look, and there is no problem there. I now realize that I misread something in the error message you posted, and it should've been clear to me that the error was not in your code.

I'll get back to you tomorrow.

I have figured it out! I needed to install liblapack-dev instead of just liblapack3 as well. Now my code runs! But now I have more questions, which, since it has nothing to do with this make file, I will now post in a separate thread.