Hi everyone!<div><br></div><div>I have a problem that the job will stop writing output file when the cluster server shows the job is still running. Moreover, there is no error message. Is this the way CP2K told me the job is dead? Let me describe this problem in detail. I run a Molecular dynamics simulation of iceIh using BLYP or PBE functional for 30 ps.( timestep = 0.5 fs) The BLYP job would run well in certain nodes and cores. The best combination is 8nodes and each node has 8 cpus. When I increase the number of nodes to 12 (each has 8 cpus) the job will have the problem I have mentioned within 500 steps. Moreover, restarting the job will have the same problem. Besides, when I try to use the same setting (same nodes with the same cores) to run the PBE job. It has the problem again. Did anyone has the same problem? The following is my input file of the job.</div><div><br></div><div>Thanks in advance for any reply</div><div><br></div><div><br></div><div>Yu-ming Hung</div><div><br></div><div><br></div><div><span class="Apple-style-span" style="color: rgb(204, 0, 51); line-height: 19px; -webkit-text-decorations-in-effect: underline; font-size: medium; ">Institute of Atomic and Molecular Sciences, Academia Sinica</span><br></div><div><span class="Apple-style-span" style="color: rgb(204, 0, 51); line-height: 19px; -webkit-text-decorations-in-effect: underline; font-size: medium; "><br></span></div><div><br></div><div><div>&FORCE_EVAL</div><div>  METHOD QS</div><div>  STRESS_TENSOR ANALYTICAL</div><div><br></div><div>  &DFT</div><div>    BASIS_SET_FILE_NAME ./GTH_BASIS_SETS</div><div>    POTENTIAL_FILE_NAME ./POTENTIAL</div><div><br></div><div>    &MGRID</div><div>      CUTOFF 300</div><div>      NGRIDS 4</div><div>    &END MGRID</div><div><br></div><div>    &QS</div><div>      EPS_DEFAULT 1.0E-12</div><div>      EXTRAPOLATION PS</div><div>      EXTRAPOLATION_ORDER 3</div><div>    &END QS</div><div><br></div><div>    &SCF</div><div>      SCF_GUESS ATOMIC</div><div>      EPS_SCF      1.0E-6</div><div>      MAX_SCF      300</div><div><br></div><div>      &OT ON</div><div>        MINIMIZER DIIS</div><div>        PRECONDITIONER  FULL_KINETIC</div><div>      &END OT</div><div><br></div><div>      &PRINT</div><div>        &RESTART OFF</div><div>        &END</div><div>      &END</div><div><br></div><div>    &END SCF</div><div><br></div><div>    &XC</div><div>      &XC_FUNCTIONAL PBE</div><div>      &END XC_FUNCTIONAL</div><div>    &END XC</div></div><div><br></div><div><div>    &LOCALIZE</div><div>      EPS_LOCALIZATION 1E-7</div><div>      METHOD  JACOBI</div><div>    &END LOCALIZE</div><div><br></div><div>    &PRINT</div><div>      &LOCALIZATION</div><div>        &WANNIER_CENTERS</div><div>          IONS+CENTERS  TRUE</div><div>          FILENAME ./96_iceIh_150_NPT</div><div>          COMMON_ITERATION_LEVELS 1</div><div><br></div><div>          &EACH</div><div>          &END EACH</div><div><br></div><div>        &END WANNIER_CENTERS</div><div><br></div><div><br></div><div>        &MOLECULAR_DIPOLES</div><div>          FILENAME ./96_iceIh_150_NPT</div><div>          COMMON_ITERATION_LEVELS 1</div><div><br></div><div>          &EACH</div><div>          &END EACH</div><div>        &END MOLECULAR_DIPOLES</div><div><br></div><div><br></div><div>        &TOTAL_DIPOLE</div><div>          FILENAME ./96_iceIh_150_NPT</div><div>          COMMON_ITERATION_LEVELS 1</div><div><br></div><div>          &EACH</div><div>          &END EACH</div><div>        &END TOTAL_DIPOLE</div><div><br></div><div>      &END LOCALIZATION</div><div>    &END PRINT</div></div><div><br></div><div><div>  &END DFT</div></div><div><br></div><div>I skip the coordinate and velocity of atoms</div><div><br></div><div><div>    &KIND H</div><div>      BASIS_SET TZV2P-GTH</div><div>      POTENTIAL GTH-PBE-q1</div><div>      MASS 2.0</div><div>      ELEMENT H</div><div>    &END KIND</div><div><br></div><div>    &KIND O</div><div>      BASIS_SET TZV2P-GTH</div><div>      POTENTIAL GTH-PBE-q6</div><div>    &END KIND</div><div><br></div><div>  &END SUBSYS</div><div><br></div><div>&END FORCE_EVAL</div><div><br></div><div>&GLOBAL</div><div>  PROJECT 96_iceIh_NPT</div><div>  RUN_TYPE MD</div><div>  PRINT_LEVEL LOW</div><div>&END GLOBAL</div><div><br></div><div>&MOTION</div><div>  &MD</div><div>    ENSEMBLE NPT_F</div><div>    STEPS 60000</div><div>    TIMESTEP 0.5</div><div>    TEMPERATURE 150.0</div><div>    &THERMOSTAT</div><div>      REGION MASSIVE</div><div><br></div><div>      &NOSE</div><div>        LENGTH 3</div><div>        YOSHIDA 3</div><div>        TIMECON 100</div><div>        MTS 2</div><div>      &END NOSE</div><div>    &END THERMOSTAT</div></div><div><br></div><div><div>    &BAROSTAT</div><div>        PRESSURE 1.0</div><div>    &END BAROSTAT</div><div><br></div><div>  &END MD</div><div><br></div><div>  &PRINT</div><div>   &VELOCITIES</div><div>   &END</div><div><br></div><div>   &RESTART</div><div>     BACKUP_COPIES 1</div><div>   &END RESTART</div><div>  &END PRINT</div><div><br></div><div>&END MOTION</div></div><div><br></div>