We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
GCC 14.1 says:
xtb/src/gfnff/frag_hess.f90:413:0: 24 | function shortest_distance(nspin, start, goal, numnb, neighbours, input_distances, visited, precessor) ...... 413 | function shortest_distance(nspin, start, goal, numnb, neighbours, input_distances, visited, precessor) Warning: Rank mismatch in argument 'neighbours' (2/3) between (1) and (2)
To Reproduce
cmake -B_build -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_Fortran_COMPILER=gfortran -DCMAKE_BUILD_TYPE=Release
cd _build
make -j $(nproc)
Expected behaviour
No warning.
Additional context
GCC 14.1 is used. Release build is used.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
GCC 14.1 says:
To Reproduce
cmake -B_build -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_Fortran_COMPILER=gfortran -DCMAKE_BUILD_TYPE=Release
cd _build
make -j $(nproc)
Expected behaviour
No warning.
Additional context
GCC 14.1 is used.
Release build is used.
The text was updated successfully, but these errors were encountered: