Calculation crashed on postprocessing of anphon #215
Unanswered
umichwbaek
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Can you tell us the following information?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Dr. Tadano,
I got job crash at postprocessing step while running anphon on SCPH mode.
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Diagonalizing dynamical matrices for all k points ... done !
Preparing for calculating V4 ... done!
RESTART_SCPH is true.
Dynamical matrix is read from file ... done.
Running postprocess of SCPH/QHA (calculation of free energy, MSD, DOS)
The number of temperature points: 21
BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
RANK 0 PID 2538917 RUNNING AT c456-227
KILLED BY SIGNAL: 11 (Segmentation fault)
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
It shows 'free(): invalid pointer' error.
It seems the problem is the memory allocation problem. I run the calculation in HPC with 128 GB per node. I also tried multinode calculation up to 10 nodes but it did not work, either.
I tried installing the program in anaconda and manual but both shows the same error.
Here is my input for anphon. The total number of atoms is 128. Would the calculation with more memory solve the error?
&general
PREFIX = LPS_scph2-2
MODE = SCPH
NKD = 3; KD = Li P S
FCSXML = LPS_anharmonic.xml
NONANALYTIC = 0
TMIN =0; TMAX = 1000; DT = 50
DELTA_E = 5.0
/
&cell
23.7264589626202
1.0 0.0 0.0
0.0 1.06247 0.0
0.0 0.0 1.2519462
/
&kpoint
2
3 3 2
/
&scph
SELF_OFFDIAG = 0
IALGO = 1
MAXITER = 2000
MIXALPHA = 0.05
LOWER_TEMP = 1
KMESH_INTERPOLATE = 3 3 2
KMESH_SCPH = 3 3 2
TOL_SCPH = 1.0e-7
/
Beta Was this translation helpful? Give feedback.
All reactions