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

xtb-6.7.0/src/gfnff/gfnff_eg.f90 compilation error #1012

Open
butterflycollector opened this issue Apr 17, 2024 · 0 comments
Open

xtb-6.7.0/src/gfnff/gfnff_eg.f90 compilation error #1012

butterflycollector opened this issue Apr 17, 2024 · 0 comments
Labels
unconfirmed This report has not yet been confirmed by the developers

Comments

@butterflycollector
Copy link

I get the following error during compilation of xtb-6.7.0 on Linux (Clear Linux)

uname -a Linux samara 6.0.7-1207.native #1 SMP Thu Nov 3 09:15:51 PDT 2022 x86_64 GNU/Linux

GCC version 12.2.1

      |                                             1
Error: ‘array’ argument of ‘product’ intrinsic at (1) must be an array
/home/lsd/Downloads/xtb-6.7.0/src/gfnff/gfnff_eg.f90:4041:44:

 4041 |   real(wp), intent(in) :: gTrans(3, product(2*ewaldCutR+1)-1)
      |                                            1
Error: ‘array’ argument of ‘product’ intrinsic at (1) must be an array
/home/lsd/Downloads/xtb-6.7.0/src/gfnff/gfnff_eg.f90:4041:44:

 4041 |   real(wp), intent(in) :: gTrans(3, product(2*ewaldCutR+1)-1)
      |                                            1
Error: ‘array’ argument of ‘product’ intrinsic at (1) must be an array
/home/lsd/Downloads/xtb-6.7.0/src/gfnff/gfnff_eg.f90:4039:45:

 4039 |   real(wp), intent(in) :: rTrans( 3, product(2*ewaldCutD+1))
      |                                             1
Error: ‘array’ argument of ‘product’ intrinsic at (1) must be an array
/home/lsd/Downloads/xtb-6.7.0/src/gfnff/gfnff_eg.f90:4039:45:

 4039 |   real(wp), intent(in) :: rTrans( 3, product(2*ewaldCutD+1))
      |                                             1
Error: ‘array’ argument of ‘product’ intrinsic at (1) must be an array
/home/lsd/Downloads/xtb-6.7.0/src/gfnff/gfnff_eg.f90:2023:12:```
@butterflycollector butterflycollector added the unconfirmed This report has not yet been confirmed by the developers label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unconfirmed This report has not yet been confirmed by the developers
Projects
None yet
Development

No branches or pull requests

1 participant