Hi all,
I performed some phonon Kinetic matrix calculations for a 20-atom structure in my windows PC, they work well but were time consuming. I thus moved to linux server to do the same calculations. In linux, I used 2 cores at two nodes (and 4cores/nodes) for ATK-DFT (energy cutoff: 90 Hartree; 8*8*6 kgrid). But during calculations it crashed after self-consistent calculations with ATK errors shown below. The ATK version is 2014.3.
| 14 E = -52.5709 dE = 9.491318e-06 dH = 3.159575e-06 |
+------------------------------------------------------------------------------+
| Calculation Converged in 14 steps |
| |
| Fermi Level = -3.417684 eV |
+------------------------------------------------------------------------------+
+------------------------------------------------------------------------------+
| |
| DFT Calculation [Finished Wed Aug 26 17:31:31 2015] |
| |
+------------------------------------------------------------------------------+
+------------------------------------------------------------------------------+
| Phonon: Automatically detected repetitions = [5 3 5] |
+------------------------------------------------------------------------------+
|--------------------------------------------------|
Calculating Kinetic Matrix : ===================rank 1 in job 1 a130_36884 caused collective abort of all ranks
exit status of rank 1: killed by signal 9
The job log indicated that + /opt/intel/impi/4.0.1.007/intel64/bin/mpirun --rsh=ssh -env I_MPI_DEVICE rdma:OpenIB-cma -np 2 atkpython ./phonon.py
terminate called after throwing an instance of 'std::bad_alloc'
what(): St9bad_alloc
Could anyone give some suggestions? Thank you in advance.