Indexing errors during L-BFGS relaxation #109
Replies: 8 comments 4 replies
-
When I run this on two processes, I get the error: index_trans: i_h2d wrong 0 3157 Is that what you see, or do you get the error in the title? |
Beta Was this translation helpful? Give feedback.
-
I get the error in the title ; using a different compilor (intel), I obtain something close to your error. |
Beta Was this translation helpful? Give feedback.
-
I get the same error (index_trans: i_h2d wrong) with Intel 2016 and PGI 18.5 What compilers give you the halo_rem error? |
Beta Was this translation helpful? Give feedback.
-
With gcc4.8.5 it runs without the error! This is very strange. I am using Conquest version: develop; tag, hash: v1.0.5-pre-114-ge0f11dc |
Beta Was this translation helpful? Give feedback.
-
I got the same error (index_trans: i_h2d wrong 0 3157) with intel 2021. i did run it through valgrind, and got an uninitialized value for g0 in subroutine lbfgs (control.f90) somewhere in the do while loop at "else if(abs(gg/g0)>ten) then". Initializing g0 before the do while loop solved it. But, not sure if it is related, after some iteration I get another error "Atoms are too close to each other: 10 12" and the structure looks very strange. Maybe I did initialize g0 in a strange way. |
Beta Was this translation helpful? Give feedback.
-
I'm going to change the name of this discussion to "Indexing errors during relaxation". The original title was: Index '0' of dimension 1 of array 'halo_rem%ndimj' below lower bound of 1 but this error message seems to be less common than "index_trans: i_h2d wrong". In both cases, the problem seems to be fixed by correctly defining the variable |
Beta Was this translation helpful? Give feedback.
-
Thank you very much Marius and Dave. Problem is fixed. |
Beta Was this translation helpful? Give feedback.
-
Dear All,
this error message may appear when doing geometry optimisation using lbfgs
for molecule in a box. It doesn't seem to appear for 'cg' or 'sqnm' ; not tested with MD.
Inputs files are provided
Conquest_halo_rem_error.tar.gz
Best regards,
Lionel
Beta Was this translation helpful? Give feedback.
All reactions