Skip to content
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

Compilation error on develop branch #287

Closed
AugustinLu opened this issue Nov 20, 2023 · 2 comments
Closed

Compilation error on develop branch #287

AugustinLu opened this issue Nov 20, 2023 · 2 comments
Labels
area: main-source Relating to the src/ directory (main Conquest source code) area: PAOs Relating to PAO generation and form help wanted Extra attention is needed

Comments

@AugustinLu
Copy link
Contributor

From last week, compiling CONQUEST from the develop branch leads to an error as shown below:

mpif90 -O3 -I/home/augustin/local/lib/libxc-6.2.2/include -I/usr/local/include  -fallow-argument-mismatch -c S_matrix_module.f90
S_matrix_module.f90:275:41:

  275 |     call PAO_or_gradPAO_to_grid(atomfns, evaluate_pao, 0)
      |                                         1
Error: Interface mismatch in dummy procedure ‘evaluate’ at (1): Type mismatch in argument 'm' (INTEGER(4)/REAL(8))
make: *** [Makefile:85: S_matrix_module.o] Error 1

This seems related some calls in the PAO_or_gradPAO_to_grid subroutine.

Does anyone know where this comes from?

Thank you very much.

@AugustinLu AugustinLu added help wanted Extra attention is needed area: main-source Relating to the src/ directory (main Conquest source code) area: PAOs Relating to PAO generation and form labels Nov 20, 2023
@davidbowler
Copy link
Contributor

davidbowler commented Nov 20, 2023 via email

@AugustinLu
Copy link
Contributor Author

Thank you for your prompt reply. I will use an older version in the meantime.

Augustin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: main-source Relating to the src/ directory (main Conquest source code) area: PAOs Relating to PAO generation and form help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants