<div dir="ltr">Well I'm running a 2nd generation Car-Parrinello scheme, so only one OT SCF corrector step is being applied at each MD step. Does this mean I am looking at a hardware problem? Should I take this up with the NERSC people who manage the hardware?<br><br>On Monday, May 12, 2014 1:38:01 AM UTC-7, jgh wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Hi
<br>
<br>the big question is if this is due to increased work (meaning
<br>additional SCF steps) or problems with the computer hardware
<br>(probably the communication).
<br>You are running an unrestricted calculation. This could cause
<br>problems (in convergence) if you are having a strongly spin polarized entity
<br>in your water sample. But without more information ...
<br>
<br>regards
<br>
<br>Juerg
<br>
<br>------------------------------<wbr>------------------------------<wbr>--
<br>Juerg Hutter                        <wbr> Phone : ++41 44 635 4491
<br>Institut für Chemie                  FAX   <wbr>: ++41 44 635 6838
<br>Universität Zürich                   E-<wbr>mail: <a href="javascript:" target="_blank" gdf-obfuscated-mailto="aUZVc6JOmUwJ" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">hut...@chem.uzh.ch</a>
<br>Winterthurerstrasse 190
<br>CH-8057 Zürich, Switzerland
<br>------------------------------<wbr>------------------------------<wbr>---
<br>
<br>-----<a href="javascript:" target="_blank" gdf-obfuscated-mailto="aUZVc6JOmUwJ" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp...@googlegroups.com</a> wrote: -----
<br>To: <a href="javascript:" target="_blank" gdf-obfuscated-mailto="aUZVc6JOmUwJ" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp...@googlegroups.com</a>
<br>From: August Melcher 
<br>Sent by: <a href="javascript:" target="_blank" gdf-obfuscated-mailto="aUZVc6JOmUwJ" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp...@googlegroups.com</a>
<br>Date: 05/12/2014 03:00AM
<br>Subject: [CP2K:5266] Re: Orbital Transformation in MD
<br>
<br>My system is a 128 water box, see input file below for the rest of the details. I'm running on Edison (Cray XC30) at NERSC <a href="https://www.nersc.gov/users/computational-systems/edison/" target="_blank" onmousedown="this.href='https://www.google.com/url?q\75https%3A%2F%2Fwww.nersc.gov%2Fusers%2Fcomputational-systems%2Fedison%2F\46sa\75D\46sntz\0751\46usg\75AFQjCNG2_jJeIsT-nyVsXk_ePFmWSBBddQ';return true;" onclick="this.href='https://www.google.com/url?q\75https%3A%2F%2Fwww.nersc.gov%2Fusers%2Fcomputational-systems%2Fedison%2F\46sa\75D\46sntz\0751\46usg\75AFQjCNG2_jJeIsT-nyVsXk_ePFmWSBBddQ';return true;">https://www.nersc.gov/<wbr>users/computational-systems/<wbr>edison/</a>
<br>
<br>I'm running a 2nd generation Car-Parrinello molecular dynamics scheme (<a href="http://pubs.acs.org/doi/abs/10.1021/ct800417q" target="_blank" onmousedown="this.href='http://www.google.com/url?q\75http%3A%2F%2Fpubs.acs.org%2Fdoi%2Fabs%2F10.1021%2Fct800417q\46sa\75D\46sntz\0751\46usg\75AFQjCNFQkY8cuxbX0iUKVmBzqosbmXlK6A';return true;" onclick="this.href='http://www.google.com/url?q\75http%3A%2F%2Fpubs.acs.org%2Fdoi%2Fabs%2F10.1021%2Fct800417q\46sa\75D\46sntz\0751\46usg\75AFQjCNFQkY8cuxbX0iUKVmBzqosbmXlK6A';return true;">http://pubs.acs.org/doi/abs/<wbr>10.1021/ct800417q</a>)
<br>
<br>Starting with the same input, sometimes once the restart history is filled each step stays around ~5-6s and I obtain what seems to be optimal timing. Sometimes however, the timing for certain steps spikes way up (see attached .ener files for details). Does anyone know why this happens and how it could possibly be avoided?
<br>
<br>&FORCE_EVAL
<br>        METHOD Quickstep
<br>         &DFT
<br>                 UKS
<br>                WFN_RESTART_FILE_NAME /global/u1/a/amelcher/<wbr>restarts_data/new2CPMD/<wbr>128equil2CPMD-RESTART.wfn
<br>                BASIS_SET_FILE_NAME /global/u1/a/amelcher/soft/<wbr>cp2k/cp2k/tests/QS/GTH_BASIS_<wbr>SETS
<br>                POTENTIAL_FILE_NAME /global/u1/a/amelcher/soft/<wbr>cp2k/cp2k/tests/QS/GTH_<wbr>POTENTIALS
<br>                 &MGRID
<br>                        NGRIDS 4
<br>                         CUTOFF 320
<br>                 &END MGRID
<br>                 &QS
<br>                         WF_INTERPOLATION ASPC
<br>                         EXTRAPOLATION_ORDER 7
<br>                 &END QS
<br>                 &SCF
<br>                         EPS_SCF 1.0E-7
<br>                        EPS_SCF_HIST 1.0E-5
<br>                         SCF_GUESS atomic
<br>                         MAX_SCF 40
<br>                        MAX_SCF_HIST 1
<br>                         &OT T
<br>                                PRECONDITIONER FULL_KINETIC
<br>                                ALGORITHM IRAC
<br>                                 MINIMIZER DIIS
<br>                                 STEPSIZE 0.1
<br>                         &END OT
<br>                        &OUTER_SCF
<br>                            EPS_SCF 1.0E-7
<br>                            MAX_SCF 50
<br>                        &END OUTER_SCF
<br>                        &PRINT
<br>                            &RESTART_HISTORY
<br>                                ADD_LAST NUMERIC
<br>                                BACKUP_COPIES 7
<br>                                FILENAME =/global/u1/a/amelcher/<wbr>newirac/128equil2CPMD-RESTART.<wbr>wfn
<br>                                &EACH
<br>                                    __ROOT__ 1
<br>                                    MD 1
<br>                                    QS_SCF 0
<br>                                &END EACH
<br>                            &END RESTART_HISTORY
<br>                        &END PRINT
<br>                 &END SCF
<br>                 &XC
<br>                         &XC_FUNCTIONAL PBE
<br>                         &END XC_FUNCTIONAL
<br>                 &END XC
<br>         &PRINT
<br>         &END PRINT
<br>         &END DFT
<br>         &SUBSYS
<br>                 &CELL
<br>                         ABC 15.745248 15.745248 15.745248
<br>                 &END CELL
<br>                &TOPOLOGY
<br>                    COORDINATE XYZ
<br>                    COORD_FILE_NAME /global/u1/a/amelcher/coord_<wbr>files/128water.xyz
<br>                &END TOPOLOGY
<br>                &KIND O
<br>                         BASIS_SET TZV2P-GTH
<br>                         POTENTIAL GTH-PBE-q6
<br>                 &END KIND
<br>                 &KIND H
<br>                         BASIS_SET TZV2P-GTH
<br>                         POTENTIAL GTH-PBE-q1
<br>                 &END KIND
<br>         &END SUBSYS
<br>&END FORCE_EVAL
<br>&GLOBAL
<br>         PROJECT 128equil2CPMD
<br>         RUN_TYPE MD
<br>         PRINT_LEVEL LOW
<br>&END GLOBAL
<br>&MOTION
<br>         &MD
<br>                 ENSEMBLE LANGEVIN
<br>                &LANGEVIN
<br>                    GAMMA 1.35E-5
<br>                    NOISY_GAMMA 8.65E-5
<br>                &END LANGEVIN
<br>                 STEPS 1000000
<br>                 TIMESTEP 0.5
<br>         &END MD
<br>&END MOTION
<br>
<br>  
<br>  -- 
<br> You received this message because you are subscribed to the Google Groups "cp2k" group.
<br> To unsubscribe from this group and stop receiving emails from it, send an email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="aUZVc6JOmUwJ" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp2k+uns...@googlegroups.<wbr>com</a>.
<br> To post to this group, send email to <a href="javascript:" target="_blank" gdf-obfuscated-mailto="aUZVc6JOmUwJ" onmousedown="this.href='javascript:';return true;" onclick="this.href='javascript:';return true;">cp...@googlegroups.com</a>.
<br> Visit this group at <a href="http://groups.google.com/group/cp2k" target="_blank" onmousedown="this.href='http://groups.google.com/group/cp2k';return true;" onclick="this.href='http://groups.google.com/group/cp2k';return true;">http://groups.google.com/<wbr>group/cp2k</a>.
<br> For more options, visit <a href="https://groups.google.com/d/optout" target="_blank" onmousedown="this.href='https://groups.google.com/d/optout';return true;" onclick="this.href='https://groups.google.com/d/optout';return true;">https://groups.google.com/d/<wbr>optout</a>.
<br> 
<br>
<br>[attachment "1-1.ener" removed by Jürg Hutter/at/UZH]
<br>[attachment "2-1.ener" removed by Jürg Hutter/at/UZH]
<br>[attachment "3-1.ener" removed by Jürg Hutter/at/UZH]
<br></blockquote></div>