Hello everyone!
I am having the same problem when trying to use RASPA 2.0.47. At the time, I am running calculations in a highthroughput screening scheme. However, only a part of the .cif files that constitute the group of structures I am studying are calculated. The other structures fall into a loop that returns the following calculation status in a slurm file:
"
[...]
unknown: 1,000
unknown: 1,000
unknown: 1,000
End reading cif-file
Shift all potentials
'force_field.def' file not found and therefore not used
Realloc MaxNumberOfCoulombicSites: 2048
realloc(): invalid next size
_cell_length_a: 7.119000
_cell_length_b: 21.580000
_cell_length_c: 9.100000
_cell_length_alpha: 90.000000
_cell_length_beta: 90.000000
_cell_length_gamma: 90.000000
_symmetry_space_group_name_H-M: P 1 found space group: 1
_symmetry_Int_Tables_number: 1
space group found from symmetry elements: 1 (nr elements: 1)
unknown: 1,000
unknown: 1,000
[...]
unknown: 1,000
unknown: 1,000
unknown: 1,000
End reading cif-file
Shift all potentials
'force_field.def' file not found and therefore not used
free(): invalid pointer
Realloc MaxNumberOfCoulombicSites: 2048
realloc(): invalid next size
free(): invalid pointer
Realloc MaxNumberOfCoulombicSites: 2048
realloc(): invalid next size
free(): invalid pointer
free(): invalid pointer
Realloc MaxNumberOfCoulombicSites: 2048
realloc(): invalid next size
free(): invalid pointer
"
And then the calculation crashes in an abnormal termination.
I am a beginner with RASPA. I looked in the manual, chapter 5 "the source code" and found no mention of the part of the code that deals with the subject raised (MaxNumberOfCoulombicSites).
Can you tell me where, in which file contained in the /src/ folder I can find the code, and what is the best way to modify it so that I can overcome this problem?
Thank you in advance, thank you very much.
I am having the same problem when trying to use RASPA 2.0.47. At the time, I am running calculations in a highthroughput screening scheme. However, only a part of the .cif files that constitute the group of structures I am studying are calculated. The other structures fall into a loop that returns the following calculation status in a slurm file:
"
[...]
unknown: 1,000
unknown: 1,000
unknown: 1,000
End reading cif-file
Shift all potentials
'force_field.def' file not found and therefore not used
Realloc MaxNumberOfCoulombicSites: 2048
realloc(): invalid next size
_cell_length_a: 7.119000
_cell_length_b: 21.580000
_cell_length_c: 9.100000
_cell_length_alpha: 90.000000
_cell_length_beta: 90.000000
_cell_length_gamma: 90.000000
_symmetry_space_group_name_H-M: P 1 found space group: 1
_symmetry_Int_Tables_number: 1
space group found from symmetry elements: 1 (nr elements: 1)
unknown: 1,000
unknown: 1,000
[...]
unknown: 1,000
unknown: 1,000
unknown: 1,000
End reading cif-file
Shift all potentials
'force_field.def' file not found and therefore not used
free(): invalid pointer
Realloc MaxNumberOfCoulombicSites: 2048
realloc(): invalid next size
free(): invalid pointer
Realloc MaxNumberOfCoulombicSites: 2048
realloc(): invalid next size
free(): invalid pointer
free(): invalid pointer
Realloc MaxNumberOfCoulombicSites: 2048
realloc(): invalid next size
free(): invalid pointer
"
And then the calculation crashes in an abnormal termination.
I am a beginner with RASPA. I looked in the manual, chapter 5 "the source code" and found no mention of the part of the code that deals with the subject raised (MaxNumberOfCoulombicSites).
Can you tell me where, in which file contained in the /src/ folder I can find the code, and what is the best way to modify it so that I can overcome this problem?
Thank you in advance, thank you very much.