-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
OpenMOLCAS interface compilation error #25
Comments
It seems to be a problem with the flags used by Cmake to compile these modules. |
Hi Loris, I have been unable to reproduce the errors you are having on a GCC 10 and GCC 13 compiler. Best, |
Hi @kszenes , thanks for our help! |
Thanks for sharing the patch! I will look into including it directly in the main branch. I saw that you were working with spack. Are you developing a spack package for qcmaquis? If so, would you mind sharing it with us? This was something I wanted to look into as well. |
Yes, actually there is already a recipe available here: https://github.com/spack/spack/blob/develop/var/spack/repos/builtin/packages/scine-qcmaquis/package.py |
Hello,
I am trying to build the OpenMOLCAS Fortran interface with the
BUILD_OPENMOLCAS_INTERFACE
option, but I get these errors:and a bunch of these warnings:
I tried several different compilers (GCC 9-12, Clang, Intel), but they all fail on the
qcmaquis_interface.f90
file.Do you have any suggestions?
The cmake command is essentially this:
and I am using MKL libs.
Thank you.
The text was updated successfully, but these errors were encountered: