2 * This file is part of the GROMACS molecular simulation package.
4 * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
5 * Copyright (c) 2001-2004, The GROMACS development team.
6 * Copyright (c) 2011,2012,2013,2014,2015,2016,2017, by the GROMACS development team, led by
7 * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
8 * and including many others, as listed in the AUTHORS file in the
9 * top-level source directory and at http://www.gromacs.org.
11 * GROMACS is free software; you can redistribute it and/or
12 * modify it under the terms of the GNU Lesser General Public License
13 * as published by the Free Software Foundation; either version 2.1
14 * of the License, or (at your option) any later version.
16 * GROMACS is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 * Lesser General Public License for more details.
21 * You should have received a copy of the GNU Lesser General Public
22 * License along with GROMACS; if not, see
23 * http://www.gnu.org/licenses, or write to the Free Software Foundation,
24 * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
26 * If you want to redistribute modifications to GROMACS, please
27 * consider that scientific software is very special. Version
28 * control is crucial - bugs must be traceable. We will be happy to
29 * consider code for inclusion in the official distribution, but
30 * derived work must not be called official GROMACS. Details are found
31 * in the README & COPYING files - if they are missing, get the
32 * official version at http://www.gromacs.org.
34 * To help us fund GROMACS development, we humbly ask that you cite
35 * the research papers on the package. Check out http://www.gromacs.org.
39 * \brief Implements the MD runner routine calling all integrators.
41 * \author David van der Spoel <david.vanderspoel@icm.uu.se>
42 * \ingroup module_mdlib
57 #include "gromacs/commandline/filenm.h"
58 #include "gromacs/domdec/domdec.h"
59 #include "gromacs/domdec/domdec_struct.h"
60 #include "gromacs/ewald/pme.h"
61 #include "gromacs/fileio/checkpoint.h"
62 #include "gromacs/fileio/oenv.h"
63 #include "gromacs/fileio/tpxio.h"
64 #include "gromacs/gmxlib/network.h"
65 #include "gromacs/gpu_utils/gpu_utils.h"
66 #include "gromacs/hardware/cpuinfo.h"
67 #include "gromacs/hardware/detecthardware.h"
68 #include "gromacs/hardware/hardwareassign.h"
69 #include "gromacs/listed-forces/disre.h"
70 #include "gromacs/listed-forces/orires.h"
71 #include "gromacs/math/calculate-ewald-splitting-coefficient.h"
72 #include "gromacs/math/functions.h"
73 #include "gromacs/math/utilities.h"
74 #include "gromacs/math/vec.h"
75 #include "gromacs/mdlib/calc_verletbuf.h"
76 #include "gromacs/mdlib/constr.h"
77 #include "gromacs/mdlib/force.h"
78 #include "gromacs/mdlib/forcerec.h"
79 #include "gromacs/mdlib/gmx_omp_nthreads.h"
80 #include "gromacs/mdlib/integrator.h"
81 #include "gromacs/mdlib/main.h"
82 #include "gromacs/mdlib/md_support.h"
83 #include "gromacs/mdlib/mdatoms.h"
84 #include "gromacs/mdlib/mdrun.h"
85 #include "gromacs/mdlib/minimize.h"
86 #include "gromacs/mdlib/nbnxn_search.h"
87 #include "gromacs/mdlib/qmmm.h"
88 #include "gromacs/mdlib/sighandler.h"
89 #include "gromacs/mdlib/sim_util.h"
90 #include "gromacs/mdlib/tpi.h"
91 #include "gromacs/mdrunutility/mdmodules.h"
92 #include "gromacs/mdrunutility/threadaffinity.h"
93 #include "gromacs/mdtypes/commrec.h"
94 #include "gromacs/mdtypes/edsamhistory.h"
95 #include "gromacs/mdtypes/energyhistory.h"
96 #include "gromacs/mdtypes/inputrec.h"
97 #include "gromacs/mdtypes/md_enums.h"
98 #include "gromacs/mdtypes/observableshistory.h"
99 #include "gromacs/mdtypes/state.h"
100 #include "gromacs/mdtypes/swaphistory.h"
101 #include "gromacs/pbcutil/pbc.h"
102 #include "gromacs/pulling/pull.h"
103 #include "gromacs/pulling/pull_rotation.h"
104 #include "gromacs/timing/wallcycle.h"
105 #include "gromacs/topology/mtop_util.h"
106 #include "gromacs/trajectory/trajectoryframe.h"
107 #include "gromacs/utility/cstringutil.h"
108 #include "gromacs/utility/exceptions.h"
109 #include "gromacs/utility/fatalerror.h"
110 #include "gromacs/utility/filestream.h"
111 #include "gromacs/utility/gmxassert.h"
112 #include "gromacs/utility/gmxmpi.h"
113 #include "gromacs/utility/logger.h"
114 #include "gromacs/utility/loggerbuilder.h"
115 #include "gromacs/utility/pleasecite.h"
116 #include "gromacs/utility/programcontext.h"
117 #include "gromacs/utility/smalloc.h"
123 #include "resource-division.h"
126 #include "corewrap.h"
129 //! First step used in pressure scaling
130 gmx_int64_t deform_init_init_step_tpx
;
131 //! Initial box for pressure scaling
132 matrix deform_init_box_tpx
;
133 //! MPI variable for use in pressure scaling
134 tMPI_Thread_mutex_t deform_init_box_mutex
= TMPI_THREAD_MUTEX_INITIALIZER
;
137 /* The minimum number of atoms per tMPI thread. With fewer atoms than this,
138 * the number of threads will get lowered.
140 #define MIN_ATOMS_PER_MPI_THREAD 90
141 #define MIN_ATOMS_PER_GPU 900
143 struct mdrunner_arglist
150 const gmx_output_env_t
*oenv
;
158 const char *dddlb_opt
;
163 const char *nbpu_opt
;
165 gmx_int64_t nsteps_cmdline
;
169 const ReplicaExchangeParameters
*replExParams
;
178 /* The function used for spawning threads. Extracts the mdrunner()
179 arguments from its one argument and calls mdrunner(), after making
181 static void mdrunner_start_fn(void *arg
)
185 struct mdrunner_arglist
*mda
= (struct mdrunner_arglist
*)arg
;
186 struct mdrunner_arglist mc
= *mda
; /* copy the arg list to make sure
187 that it's thread-local. This doesn't
188 copy pointed-to items, of course,
189 but those are all const. */
190 t_commrec
*cr
; /* we need a local version of this */
191 FILE *fplog
= nullptr;
194 // TODO This duplication is formally necessary if any thread
195 // might modify any memory in fnm or the pointers it
196 // contains. If the contents are ever provably const, then we
197 // can remove this allocation (and memory leak).
198 fnm
= dup_tfn(mc
.nfile
, mc
.fnm
);
200 cr
= reinitialize_commrec_for_this_thread(mc
.cr
);
207 gmx::mdrunner(&mc
.hw_opt
, fplog
, cr
, mc
.nfile
, fnm
, mc
.oenv
,
208 mc
.bVerbose
, mc
.nstglobalcomm
,
209 mc
.ddxyz
, mc
.dd_rank_order
, mc
.npme
, mc
.rdd
,
210 mc
.rconstr
, mc
.dddlb_opt
, mc
.dlb_scale
,
211 mc
.ddcsx
, mc
.ddcsy
, mc
.ddcsz
,
212 mc
.nbpu_opt
, mc
.nstlist_cmdline
,
213 mc
.nsteps_cmdline
, mc
.nstepout
, mc
.resetstep
,
214 mc
.nmultisim
, *mc
.replExParams
, mc
.pforce
,
215 mc
.cpt_period
, mc
.max_hours
, mc
.imdport
, mc
.Flags
);
217 GMX_CATCH_ALL_AND_EXIT_WITH_FATAL_ERROR
;
221 /*! \brief Start thread-MPI threads.
223 * Called by mdrunner() to start a specific number of threads
224 * (including the main thread) for thread-parallel runs. This in turn
225 * calls mdrunner() for each thread. All options are the same as for
227 static t_commrec
*mdrunner_start_threads(gmx_hw_opt_t
*hw_opt
,
228 FILE *fplog
, t_commrec
*cr
, int nfile
,
229 const t_filenm fnm
[], const gmx_output_env_t
*oenv
, gmx_bool bVerbose
,
231 ivec ddxyz
, int dd_rank_order
, int npme
,
232 real rdd
, real rconstr
,
233 const char *dddlb_opt
, real dlb_scale
,
234 const char *ddcsx
, const char *ddcsy
, const char *ddcsz
,
235 const char *nbpu_opt
, int nstlist_cmdline
,
236 gmx_int64_t nsteps_cmdline
,
237 int nstepout
, int resetstep
,
239 const ReplicaExchangeParameters
&replExParams
,
240 real pforce
, real cpt_period
, real max_hours
,
243 struct mdrunner_arglist
*mda
;
246 /* first check whether we even need to start tMPI */
247 if (hw_opt
->nthreads_tmpi
< 2)
252 /* a few small, one-time, almost unavoidable memory leaks: */
254 // TODO This duplication is formally necessary if any thread might
255 // modify any memory in fnm or the pointers it contains. If the
256 // contents are ever provably const, then we can remove this
257 // allocation (and memory leak).
258 fnmn
= dup_tfn(nfile
, fnm
);
260 /* fill the data structure to pass as void pointer to thread start fn */
261 /* hw_opt contains pointers, which should all be NULL at this stage */
262 mda
->hw_opt
= *hw_opt
;
268 mda
->bVerbose
= bVerbose
;
269 mda
->nstglobalcomm
= nstglobalcomm
;
270 mda
->ddxyz
[XX
] = ddxyz
[XX
];
271 mda
->ddxyz
[YY
] = ddxyz
[YY
];
272 mda
->ddxyz
[ZZ
] = ddxyz
[ZZ
];
273 mda
->dd_rank_order
= dd_rank_order
;
276 mda
->rconstr
= rconstr
;
277 mda
->dddlb_opt
= dddlb_opt
;
278 mda
->dlb_scale
= dlb_scale
;
282 mda
->nbpu_opt
= nbpu_opt
;
283 mda
->nstlist_cmdline
= nstlist_cmdline
;
284 mda
->nsteps_cmdline
= nsteps_cmdline
;
285 mda
->nstepout
= nstepout
;
286 mda
->resetstep
= resetstep
;
287 mda
->nmultisim
= nmultisim
;
288 mda
->replExParams
= &replExParams
;
289 mda
->pforce
= pforce
;
290 mda
->cpt_period
= cpt_period
;
291 mda
->max_hours
= max_hours
;
294 /* now spawn new threads that start mdrunner_start_fn(), while
295 the main thread returns, we set thread affinity later */
296 if (tMPI_Init_fn(TRUE
, hw_opt
->nthreads_tmpi
, TMPI_AFFINITY_NONE
,
297 mdrunner_start_fn
, (void*)(mda
)) != TMPI_SUCCESS
)
299 GMX_THROW(gmx::InternalError("Failed to spawn thread-MPI threads"));
302 return reinitialize_commrec_for_this_thread(cr
);
305 #endif /* GMX_THREAD_MPI */
308 /*! \brief Cost of non-bonded kernels
310 * We determine the extra cost of the non-bonded kernels compared to
311 * a reference nstlist value of 10 (which is the default in grompp).
313 static const int nbnxnReferenceNstlist
= 10;
314 //! The values to try when switching
315 const int nstlist_try
[] = { 20, 25, 40 };
316 //! Number of elements in the neighborsearch list trials.
317 #define NNSTL sizeof(nstlist_try)/sizeof(nstlist_try[0])
318 /* Increase nstlist until the non-bonded cost increases more than listfac_ok,
319 * but never more than listfac_max.
320 * A standard (protein+)water system at 300K with PME ewald_rtol=1e-5
321 * needs 1.28 at rcoulomb=0.9 and 1.24 at rcoulomb=1.0 to get to nstlist=40.
322 * Note that both CPU and GPU factors are conservative. Performance should
323 * not go down due to this tuning, except with a relatively slow GPU.
324 * On the other hand, at medium/high parallelization or with fast GPUs
325 * nstlist will not be increased enough to reach optimal performance.
327 /* CPU: pair-search is about a factor 1.5 slower than the non-bonded kernel */
328 //! Max OK performance ratio beween force calc and neighbor searching
329 static const float nbnxn_cpu_listfac_ok
= 1.05;
330 //! Too high performance ratio beween force calc and neighbor searching
331 static const float nbnxn_cpu_listfac_max
= 1.09;
332 /* CPU: pair-search is about a factor 2-3 slower than the non-bonded kernel */
333 //! Max OK performance ratio beween force calc and neighbor searching
334 static const float nbnxn_knl_listfac_ok
= 1.22;
335 //! Too high performance ratio beween force calc and neighbor searching
336 static const float nbnxn_knl_listfac_max
= 1.3;
337 /* GPU: pair-search is a factor 1.5-3 slower than the non-bonded kernel */
338 //! Max OK performance ratio beween force calc and neighbor searching
339 static const float nbnxn_gpu_listfac_ok
= 1.20;
340 //! Too high performance ratio beween force calc and neighbor searching
341 static const float nbnxn_gpu_listfac_max
= 1.30;
343 /*! \brief Try to increase nstlist when using the Verlet cut-off scheme */
344 static void increase_nstlist(FILE *fp
, t_commrec
*cr
,
345 t_inputrec
*ir
, int nstlist_cmdline
,
346 const gmx_mtop_t
*mtop
, matrix box
,
347 bool makeGpuPairList
, const gmx::CpuInfo
&cpuinfo
)
349 float listfac_ok
, listfac_max
;
350 int nstlist_orig
, nstlist_prev
;
351 verletbuf_list_setup_t ls
;
352 real rlistWithReferenceNstlist
, rlist_inc
, rlist_ok
, rlist_max
;
353 real rlist_new
, rlist_prev
;
354 size_t nstlist_ind
= 0;
355 gmx_bool bBox
, bDD
, bCont
;
356 const char *nstl_gpu
= "\nFor optimal performance with a GPU nstlist (now %d) should be larger.\nThe optimum depends on your CPU and GPU resources.\nYou might want to try several nstlist values.\n";
357 const char *nve_err
= "Can not increase nstlist because an NVE ensemble is used";
358 const char *vbd_err
= "Can not increase nstlist because verlet-buffer-tolerance is not set or used";
359 const char *box_err
= "Can not increase nstlist because the box is too small";
360 const char *dd_err
= "Can not increase nstlist because of domain decomposition limitations";
363 if (nstlist_cmdline
<= 0)
365 if (ir
->nstlist
== 1)
367 /* The user probably set nstlist=1 for a reason,
368 * don't mess with the settings.
373 if (fp
!= nullptr && makeGpuPairList
&& ir
->nstlist
< nstlist_try
[0])
375 fprintf(fp
, nstl_gpu
, ir
->nstlist
);
378 while (nstlist_ind
< NNSTL
&& ir
->nstlist
>= nstlist_try
[nstlist_ind
])
382 if (nstlist_ind
== NNSTL
)
384 /* There are no larger nstlist value to try */
389 if (EI_MD(ir
->eI
) && ir
->etc
== etcNO
)
393 fprintf(stderr
, "%s\n", nve_err
);
397 fprintf(fp
, "%s\n", nve_err
);
403 if (ir
->verletbuf_tol
== 0 && makeGpuPairList
)
405 gmx_fatal(FARGS
, "You are using an old tpr file with a GPU, please generate a new tpr file with an up to date version of grompp");
408 if (ir
->verletbuf_tol
< 0)
412 fprintf(stderr
, "%s\n", vbd_err
);
416 fprintf(fp
, "%s\n", vbd_err
);
424 listfac_ok
= nbnxn_gpu_listfac_ok
;
425 listfac_max
= nbnxn_gpu_listfac_max
;
427 else if (cpuinfo
.feature(gmx::CpuInfo::Feature::X86_Avx512ER
))
429 listfac_ok
= nbnxn_knl_listfac_ok
;
430 listfac_max
= nbnxn_knl_listfac_max
;
434 listfac_ok
= nbnxn_cpu_listfac_ok
;
435 listfac_max
= nbnxn_cpu_listfac_max
;
438 nstlist_orig
= ir
->nstlist
;
439 if (nstlist_cmdline
> 0)
443 sprintf(buf
, "Getting nstlist=%d from command line option",
446 ir
->nstlist
= nstlist_cmdline
;
449 verletbuf_get_list_setup(true, makeGpuPairList
, &ls
);
451 /* Allow rlist to make the list a given factor larger than the list
452 * would be with the reference value for nstlist (10).
454 nstlist_prev
= ir
->nstlist
;
455 ir
->nstlist
= nbnxnReferenceNstlist
;
456 calc_verlet_buffer_size(mtop
, det(box
), ir
, -1, &ls
, nullptr,
457 &rlistWithReferenceNstlist
);
458 ir
->nstlist
= nstlist_prev
;
460 /* Determine the pair list size increase due to zero interactions */
461 rlist_inc
= nbnxn_get_rlist_effective_inc(ls
.cluster_size_j
,
462 mtop
->natoms
/det(box
));
463 rlist_ok
= (rlistWithReferenceNstlist
+ rlist_inc
)*std::cbrt(listfac_ok
) - rlist_inc
;
464 rlist_max
= (rlistWithReferenceNstlist
+ rlist_inc
)*std::cbrt(listfac_max
) - rlist_inc
;
467 fprintf(debug
, "nstlist tuning: rlist_inc %.3f rlist_ok %.3f rlist_max %.3f\n",
468 rlist_inc
, rlist_ok
, rlist_max
);
471 nstlist_prev
= nstlist_orig
;
472 rlist_prev
= ir
->rlist
;
475 if (nstlist_cmdline
<= 0)
477 ir
->nstlist
= nstlist_try
[nstlist_ind
];
480 /* Set the pair-list buffer size in ir */
481 calc_verlet_buffer_size(mtop
, det(box
), ir
, -1, &ls
, nullptr, &rlist_new
);
483 /* Does rlist fit in the box? */
484 bBox
= (gmx::square(rlist_new
) < max_cutoff2(ir
->ePBC
, box
));
486 if (bBox
&& DOMAINDECOMP(cr
))
488 /* Check if rlist fits in the domain decomposition */
489 if (inputrec2nboundeddim(ir
) < DIM
)
491 gmx_incons("Changing nstlist with domain decomposition and unbounded dimensions is not implemented yet");
494 copy_mat(box
, state_tmp
.box
);
495 bDD
= change_dd_cutoff(cr
, &state_tmp
, ir
, rlist_new
);
500 fprintf(debug
, "nstlist %d rlist %.3f bBox %d bDD %d\n",
501 ir
->nstlist
, rlist_new
, bBox
, bDD
);
506 if (nstlist_cmdline
<= 0)
508 if (bBox
&& bDD
&& rlist_new
<= rlist_max
)
510 /* Increase nstlist */
511 nstlist_prev
= ir
->nstlist
;
512 rlist_prev
= rlist_new
;
513 bCont
= (nstlist_ind
+1 < NNSTL
&& rlist_new
< rlist_ok
);
517 /* Stick with the previous nstlist */
518 ir
->nstlist
= nstlist_prev
;
519 rlist_new
= rlist_prev
;
531 gmx_warning(!bBox
? box_err
: dd_err
);
534 fprintf(fp
, "\n%s\n", bBox
? box_err
: dd_err
);
536 ir
->nstlist
= nstlist_orig
;
538 else if (ir
->nstlist
!= nstlist_orig
|| rlist_new
!= ir
->rlist
)
540 sprintf(buf
, "Changing nstlist from %d to %d, rlist from %g to %g",
541 nstlist_orig
, ir
->nstlist
,
542 ir
->rlist
, rlist_new
);
545 fprintf(stderr
, "%s\n\n", buf
);
549 fprintf(fp
, "%s\n\n", buf
);
551 ir
->rlist
= rlist_new
;
555 /*! \brief Initialize variables for Verlet scheme simulation */
556 static void prepare_verlet_scheme(FILE *fplog
,
560 const gmx_mtop_t
*mtop
,
562 bool makeGpuPairList
,
563 const gmx::CpuInfo
&cpuinfo
)
565 /* For NVE simulations, we will retain the initial list buffer */
566 if (EI_DYNAMICS(ir
->eI
) &&
567 ir
->verletbuf_tol
> 0 &&
568 !(EI_MD(ir
->eI
) && ir
->etc
== etcNO
))
570 /* Update the Verlet buffer size for the current run setup */
571 verletbuf_list_setup_t ls
;
574 /* Here we assume SIMD-enabled kernels are being used. But as currently
575 * calc_verlet_buffer_size gives the same results for 4x8 and 4x4
576 * and 4x2 gives a larger buffer than 4x4, this is ok.
578 verletbuf_get_list_setup(true, makeGpuPairList
, &ls
);
580 calc_verlet_buffer_size(mtop
, det(box
), ir
, -1, &ls
, nullptr, &rlist_new
);
582 if (rlist_new
!= ir
->rlist
)
584 if (fplog
!= nullptr)
586 fprintf(fplog
, "\nChanging rlist from %g to %g for non-bonded %dx%d atom kernels\n\n",
587 ir
->rlist
, rlist_new
,
588 ls
.cluster_size_i
, ls
.cluster_size_j
);
590 ir
->rlist
= rlist_new
;
594 if (nstlist_cmdline
> 0 && (!EI_DYNAMICS(ir
->eI
) || ir
->verletbuf_tol
<= 0))
596 gmx_fatal(FARGS
, "Can not set nstlist without %s",
597 !EI_DYNAMICS(ir
->eI
) ? "dynamics" : "verlet-buffer-tolerance");
600 if (EI_DYNAMICS(ir
->eI
))
602 /* Set or try nstlist values */
603 increase_nstlist(fplog
, cr
, ir
, nstlist_cmdline
, mtop
, box
, makeGpuPairList
, cpuinfo
);
607 /*! \brief Override the nslist value in inputrec
609 * with value passed on the command line (if any)
611 static void override_nsteps_cmdline(const gmx::MDLogger
&mdlog
,
612 gmx_int64_t nsteps_cmdline
,
617 /* override with anything else than the default -2 */
618 if (nsteps_cmdline
> -2)
620 char sbuf_steps
[STEPSTRSIZE
];
621 char sbuf_msg
[STRLEN
];
623 ir
->nsteps
= nsteps_cmdline
;
624 if (EI_DYNAMICS(ir
->eI
) && nsteps_cmdline
!= -1)
626 sprintf(sbuf_msg
, "Overriding nsteps with value passed on the command line: %s steps, %.3g ps",
627 gmx_step_str(nsteps_cmdline
, sbuf_steps
),
628 fabs(nsteps_cmdline
*ir
->delta_t
));
632 sprintf(sbuf_msg
, "Overriding nsteps with value passed on the command line: %s steps",
633 gmx_step_str(nsteps_cmdline
, sbuf_steps
));
636 GMX_LOG(mdlog
.warning
).asParagraph().appendText(sbuf_msg
);
638 else if (nsteps_cmdline
< -2)
640 gmx_fatal(FARGS
, "Invalid nsteps value passed on the command line: %d",
643 /* Do nothing if nsteps_cmdline == -2 */
649 //! Halt the run if there are inconsistences between user choices to run with GPUs and/or hardware detection.
650 static void exitIfCannotForceGpuRun(bool requirePhysicalGpu
,
652 bool useVerletScheme
,
653 bool compatibleGpusFound
)
655 /* Was GPU acceleration either explicitly (-nb gpu) or implicitly
656 * (gpu ID passed) requested? */
657 if (!requirePhysicalGpu
)
662 if (GMX_GPU
== GMX_GPU_NONE
)
664 gmx_fatal(FARGS
, "GPU acceleration requested, but %s was compiled without GPU support!",
665 gmx::getProgramContext().displayName());
670 gmx_fatal(FARGS
, "GPU emulation cannot be requested together with GPU acceleration!");
673 if (!useVerletScheme
)
675 gmx_fatal(FARGS
, "GPU acceleration requested, but can't be used without cutoff-scheme=Verlet");
678 if (!compatibleGpusFound
)
680 gmx_fatal(FARGS
, "GPU acceleration requested, but no compatible GPUs were detected.");
684 /*! \brief Return whether GPU acceleration is useful with the given settings.
686 * If not, logs a message about falling back to CPU code. */
687 static bool gpuAccelerationIsUseful(const MDLogger
&mdlog
,
688 const t_inputrec
*ir
,
691 if (doRerun
&& ir
->opts
.ngener
> 1)
693 /* Rerun execution time is dominated by I/O and pair search,
694 * so GPUs are not very useful, plus they do not support more
695 * than one energy group. If the user requested GPUs
696 * explicitly, a fatal error is given later. With non-reruns,
697 * we fall back to a single whole-of system energy group
698 * (which runs much faster than a multiple-energy-groups
699 * implementation would), and issue a note in the .log
700 * file. Users can re-run if they want the information. */
701 GMX_LOG(mdlog
.warning
).asParagraph().appendText("Multiple energy groups is not implemented for GPUs, so is not useful for this rerun, so falling back to the CPU");
708 //! \brief Return the correct integrator function.
709 static integrator_t
*my_integrator(unsigned int ei
)
718 if (!EI_DYNAMICS(ei
))
720 GMX_THROW(APIError("do_md integrator would be called for a non-dynamical integrator"));
735 GMX_THROW(APIError("do_tpi integrator would be called for a non-TPI integrator"));
739 GMX_THROW(NotImplementedError("SD2 integrator has been removed"));
741 GMX_THROW(APIError("Non existing integrator selected"));
745 //! Initializes the logger for mdrun.
746 static gmx::LoggerOwner
buildLogger(FILE *fplog
, const t_commrec
*cr
)
748 gmx::LoggerBuilder builder
;
749 if (fplog
!= nullptr)
751 builder
.addTargetFile(gmx::MDLogger::LogLevel::Info
, fplog
);
753 if (cr
== nullptr || SIMMASTER(cr
))
755 builder
.addTargetStream(gmx::MDLogger::LogLevel::Warning
,
756 &gmx::TextOutputFile::standardError());
758 return builder
.build();
761 int mdrunner(gmx_hw_opt_t
*hw_opt
,
762 FILE *fplog
, t_commrec
*cr
, int nfile
,
763 const t_filenm fnm
[], const gmx_output_env_t
*oenv
, gmx_bool bVerbose
,
765 ivec ddxyz
, int dd_rank_order
, int npme
, real rdd
, real rconstr
,
766 const char *dddlb_opt
, real dlb_scale
,
767 const char *ddcsx
, const char *ddcsy
, const char *ddcsz
,
768 const char *nbpu_opt
, int nstlist_cmdline
,
769 gmx_int64_t nsteps_cmdline
, int nstepout
, int resetstep
,
770 int gmx_unused nmultisim
,
771 const ReplicaExchangeParameters
&replExParams
,
772 real pforce
, real cpt_period
, real max_hours
,
773 int imdport
, unsigned long Flags
)
776 gmx_ddbox_t ddbox
= {0};
777 int npme_major
, npme_minor
;
779 gmx_mtop_t
*mtop
= nullptr;
780 t_mdatoms
*mdatoms
= nullptr;
781 t_forcerec
*fr
= nullptr;
782 t_fcdata
*fcd
= nullptr;
783 real ewaldcoeff_q
= 0;
784 real ewaldcoeff_lj
= 0;
785 struct gmx_pme_t
**pmedata
= nullptr;
786 gmx_vsite_t
*vsite
= nullptr;
788 int nChargePerturbed
= -1, nTypePerturbed
= 0, status
;
789 gmx_wallcycle_t wcycle
;
790 gmx_walltime_accounting_t walltime_accounting
= nullptr;
792 gmx_int64_t reset_counters
;
793 int nthreads_pme
= 1;
794 gmx_membed_t
* membed
= nullptr;
795 gmx_hw_info_t
*hwinfo
= nullptr;
797 /* CAUTION: threads may be started later on in this function, so
798 cr doesn't reflect the final parallel state right now */
799 gmx::MDModules mdModules
;
800 t_inputrec inputrecInstance
;
801 t_inputrec
*inputrec
= &inputrecInstance
;
804 if (Flags
& MD_APPENDFILES
)
809 bool doMembed
= opt2bSet("-membed", nfile
, fnm
);
810 bool doRerun
= (Flags
& MD_RERUN
);
812 /* Handle GPU-related user options. Later, we check consistency
813 * with things like whether support is compiled, or tMPI thread
815 bool emulateGpu
= getenv("GMX_EMULATE_GPU") != nullptr;
816 gmx_parse_gpu_ids(&hw_opt
->gpu_opt
);
817 bool userSetGpuIds
= hasUserSetGpuIds(&hw_opt
->gpu_opt
);
818 bool forceUseCpu
= (strncmp(nbpu_opt
, "cpu", 3) == 0);
819 if (userSetGpuIds
&& forceUseCpu
)
821 gmx_fatal(FARGS
, "GPU IDs were specified, and short-ranged interactions were assigned to the CPU. Make no more than one of these choices.");
823 bool forceUsePhysicalGpu
= (strncmp(nbpu_opt
, "gpu", 3) == 0) || userSetGpuIds
;
824 bool tryUsePhysicalGpu
= (strncmp(nbpu_opt
, "auto", 4) == 0) && !emulateGpu
&& (GMX_GPU
!= GMX_GPU_NONE
);
826 // Here we assume that SIMMASTER(cr) does not change even after the
827 // threads are started.
828 gmx::LoggerOwner
logOwner(buildLogger(fplog
, cr
));
829 gmx::MDLogger
mdlog(logOwner
.logger());
831 /* Detect hardware, gather information. This is an operation that is
832 * global for this process (MPI rank). */
833 bool detectGpus
= forceUsePhysicalGpu
|| tryUsePhysicalGpu
;
834 hwinfo
= gmx_detect_hardware(mdlog
, cr
, detectGpus
);
836 gmx_print_detected_hardware(fplog
, cr
, mdlog
, hwinfo
);
838 if (fplog
!= nullptr)
840 /* Print references after all software/hardware printing */
841 please_cite(fplog
, "Abraham2015");
842 please_cite(fplog
, "Pall2015");
843 please_cite(fplog
, "Pronk2013");
844 please_cite(fplog
, "Hess2008b");
845 please_cite(fplog
, "Spoel2005a");
846 please_cite(fplog
, "Lindahl2001a");
847 please_cite(fplog
, "Berendsen95a");
850 std::unique_ptr
<t_state
> stateInstance
= std::unique_ptr
<t_state
>(new t_state
);
851 t_state
* state
= stateInstance
.get();
855 /* Read (nearly) all data required for the simulation */
856 read_tpx_state(ftp2fn(efTPR
, nfile
, fnm
), inputrec
, state
, mtop
);
858 exitIfCannotForceGpuRun(forceUsePhysicalGpu
,
860 inputrec
->cutoff_scheme
== ecutsVERLET
,
861 compatibleGpusFound(hwinfo
->gpu_info
));
863 if (inputrec
->cutoff_scheme
== ecutsVERLET
)
865 /* TODO This logic could run later, e.g. before -npme -1
866 is handled. If inputrec has already been communicated,
867 then the resulting tryUsePhysicalGpu does not need to
869 if ((tryUsePhysicalGpu
|| forceUsePhysicalGpu
) &&
870 !gpuAccelerationIsUseful(mdlog
, inputrec
, doRerun
))
872 /* Fallback message printed by nbnxn_acceleration_supported */
873 if (forceUsePhysicalGpu
)
875 gmx_fatal(FARGS
, "GPU acceleration requested, but not supported with the given input settings");
877 tryUsePhysicalGpu
= false;
879 /* TODO This logic could run later, e.g. after inputrec,
880 mtop, and state have been communicated, but before DD
881 is initialized. In particular, -ntmpi 0 only needs to
882 know whether the Verlet scheme is active in order to
883 choose the number of ranks (because GPUs might be
885 bool makeGpuPairList
= (forceUsePhysicalGpu
||
888 prepare_verlet_scheme(fplog
, cr
,
889 inputrec
, nstlist_cmdline
, mtop
, state
->box
,
890 makeGpuPairList
, *hwinfo
->cpuInfo
);
894 if (nstlist_cmdline
> 0)
896 gmx_fatal(FARGS
, "Can not set nstlist with the group cut-off scheme");
899 if (compatibleGpusFound(hwinfo
->gpu_info
))
901 GMX_LOG(mdlog
.warning
).asParagraph().appendText(
902 "NOTE: GPU(s) found, but the current simulation can not use GPUs\n"
903 " To use a GPU, set the mdp option: cutoff-scheme = Verlet");
904 tryUsePhysicalGpu
= false;
908 md_print_warn(cr
, fplog
,
909 "NOTE: There is no SIMD implementation of the group scheme kernels on\n"
910 " BlueGene/Q. You will observe better performance from using the\n"
911 " Verlet cut-off scheme.\n");
916 /* Check and update the hardware options for internal consistency */
917 check_and_update_hw_opt_1(hw_opt
, cr
, npme
);
919 /* Early check for externally set process affinity. */
920 gmx_check_thread_affinity_set(mdlog
, cr
,
921 hw_opt
, hwinfo
->nthreads_hw_avail
, FALSE
);
926 if (npme
> 0 && hw_opt
->nthreads_tmpi
<= 0)
928 gmx_fatal(FARGS
, "You need to explicitly specify the number of MPI threads (-ntmpi) when using separate PME ranks");
931 /* Since the master knows the cut-off scheme, update hw_opt for this.
932 * This is done later for normal MPI and also once more with tMPI
933 * for all tMPI ranks.
935 check_and_update_hw_opt_2(hw_opt
, inputrec
->cutoff_scheme
);
937 // Determine how many thread-MPI ranks to start.
938 hw_opt
->nthreads_tmpi
= get_nthreads_mpi(hwinfo
,
944 // Now start the threads for thread MPI.
945 cr
= mdrunner_start_threads(hw_opt
, fplog
, cr
, nfile
, fnm
,
946 oenv
, bVerbose
, nstglobalcomm
,
947 ddxyz
, dd_rank_order
, npme
, rdd
, rconstr
,
948 dddlb_opt
, dlb_scale
, ddcsx
, ddcsy
, ddcsz
,
949 nbpu_opt
, nstlist_cmdline
,
950 nsteps_cmdline
, nstepout
, resetstep
, nmultisim
,
951 replExParams
, pforce
,
952 cpt_period
, max_hours
,
954 /* The main thread continues here with a new cr. We don't deallocate
955 the old cr because other threads may still be reading it. */
958 /* END OF CAUTION: cr is now reliable */
962 /* now broadcast everything to the non-master nodes/threads: */
963 init_parallel(cr
, inputrec
, mtop
);
965 gmx_bcast_sim(sizeof(tryUsePhysicalGpu
), &tryUsePhysicalGpu
, cr
);
967 // TODO: Error handling
968 mdModules
.assignOptionsToModules(*inputrec
->params
, nullptr);
970 if (fplog
!= nullptr)
972 pr_inputrec(fplog
, 0, "Input Parameters", inputrec
, FALSE
);
973 fprintf(fplog
, "\n");
976 /* now make sure the state is initialized and propagated */
977 set_state_entries(state
, inputrec
);
979 /* A parallel command line option consistency check that we can
980 only do after any threads have started. */
982 (ddxyz
[XX
] > 1 || ddxyz
[YY
] > 1 || ddxyz
[ZZ
] > 1 || npme
> 0))
985 "The -dd or -npme option request a parallel simulation, "
987 "but %s was compiled without threads or MPI enabled"
990 "but the number of MPI-threads (option -ntmpi) is not set or is 1"
992 "but %s was not started through mpirun/mpiexec or only one rank was requested through mpirun/mpiexec"
995 , output_env_get_program_display_name(oenv
)
1000 (EI_ENERGY_MINIMIZATION(inputrec
->eI
) || eiNM
== inputrec
->eI
))
1002 gmx_fatal(FARGS
, "The .mdp file specified an energy mininization or normal mode algorithm, and these are not compatible with mdrun -rerun");
1005 if (can_use_allvsall(inputrec
, TRUE
, cr
, fplog
) && DOMAINDECOMP(cr
))
1007 gmx_fatal(FARGS
, "All-vs-all loops do not work with domain decomposition, use a single MPI rank");
1010 if (!(EEL_PME(inputrec
->coulombtype
) || EVDW_PME(inputrec
->vdwtype
)))
1014 gmx_fatal_collective(FARGS
, cr
->mpi_comm_mysim
, MASTER(cr
),
1015 "PME-only ranks are requested, but the system does not use PME for electrostatics or LJ");
1021 if ((tryUsePhysicalGpu
|| forceUsePhysicalGpu
) && npme
< 0)
1023 /* With GPUs we don't automatically use PME-only ranks. PME ranks can
1024 * improve performance with many threads per GPU, since our OpenMP
1025 * scaling is bad, but it's difficult to automate the setup.
1033 fcRegisterSteps(inputrec
->nsteps
, inputrec
->init_step
);
1037 /* NMR restraints must be initialized before load_checkpoint,
1038 * since with time averaging the history is added to t_state.
1039 * For proper consistency check we therefore need to extend
1041 * So the PME-only nodes (if present) will also initialize
1042 * the distance restraints.
1046 /* This needs to be called before read_checkpoint to extend the state */
1047 init_disres(fplog
, mtop
, inputrec
, cr
, fcd
, state
, replExParams
.exchangeInterval
> 0);
1049 init_orires(fplog
, mtop
, as_rvec_array(state
->x
.data()), inputrec
, cr
, &(fcd
->orires
),
1052 if (inputrecDeform(inputrec
))
1054 /* Store the deform reference box before reading the checkpoint */
1057 copy_mat(state
->box
, box
);
1061 gmx_bcast(sizeof(box
), box
, cr
);
1063 /* Because we do not have the update struct available yet
1064 * in which the reference values should be stored,
1065 * we store them temporarily in static variables.
1066 * This should be thread safe, since they are only written once
1067 * and with identical values.
1069 tMPI_Thread_mutex_lock(&deform_init_box_mutex
);
1070 deform_init_init_step_tpx
= inputrec
->init_step
;
1071 copy_mat(box
, deform_init_box_tpx
);
1072 tMPI_Thread_mutex_unlock(&deform_init_box_mutex
);
1075 ObservablesHistory observablesHistory
= {};
1077 if (Flags
& MD_STARTFROMCPT
)
1079 /* Check if checkpoint file exists before doing continuation.
1080 * This way we can use identical input options for the first and subsequent runs...
1084 load_checkpoint(opt2fn_master("-cpi", nfile
, fnm
, cr
), &fplog
,
1086 inputrec
, state
, &bReadEkin
, &observablesHistory
,
1087 (Flags
& MD_APPENDFILES
),
1088 (Flags
& MD_APPENDFILESSET
),
1089 (Flags
& MD_REPRODUCIBLE
));
1093 Flags
|= MD_READ_EKIN
;
1097 if (SIMMASTER(cr
) && (Flags
& MD_APPENDFILES
))
1099 gmx_log_open(ftp2fn(efLOG
, nfile
, fnm
), cr
,
1101 logOwner
= buildLogger(fplog
, nullptr);
1102 mdlog
= logOwner
.logger();
1105 /* override nsteps with value from cmdline */
1106 override_nsteps_cmdline(mdlog
, nsteps_cmdline
, inputrec
);
1110 copy_mat(state
->box
, box
);
1115 gmx_bcast(sizeof(box
), box
, cr
);
1118 if (PAR(cr
) && !(EI_TPI(inputrec
->eI
) ||
1119 inputrec
->eI
== eiNM
))
1121 cr
->dd
= init_domain_decomposition(fplog
, cr
, Flags
, ddxyz
, npme
,
1124 dddlb_opt
, dlb_scale
,
1125 ddcsx
, ddcsy
, ddcsz
,
1127 box
, as_rvec_array(state
->x
.data()),
1128 &ddbox
, &npme_major
, &npme_minor
);
1132 /* PME, if used, is done on all nodes with 1D decomposition */
1134 cr
->duty
= (DUTY_PP
| DUTY_PME
);
1138 if (inputrec
->ePBC
== epbcSCREW
)
1141 "pbc=%s is only implemented with domain decomposition",
1142 epbc_names
[inputrec
->ePBC
]);
1148 /* After possible communicator splitting in make_dd_communicators.
1149 * we can set up the intra/inter node communication.
1151 gmx_setup_nodecomm(fplog
, cr
);
1154 /* Initialize per-physical-node MPI process/thread ID and counters. */
1155 gmx_init_intranode_counters(cr
);
1159 GMX_LOG(mdlog
.warning
).asParagraph().appendTextFormatted(
1160 "This is simulation %d out of %d running as a composite GROMACS\n"
1161 "multi-simulation job. Setup for this simulation:\n",
1162 cr
->ms
->sim
, cr
->ms
->nsim
);
1164 GMX_LOG(mdlog
.warning
).appendTextFormatted(
1165 "Using %d MPI %s\n",
1168 cr
->nnodes
== 1 ? "thread" : "threads"
1170 cr
->nnodes
== 1 ? "process" : "processes"
1176 /* Check and update hw_opt for the cut-off scheme */
1177 check_and_update_hw_opt_2(hw_opt
, inputrec
->cutoff_scheme
);
1179 /* Check and update hw_opt for the number of MPI ranks */
1180 check_and_update_hw_opt_3(hw_opt
);
1182 gmx_omp_nthreads_init(mdlog
, cr
,
1183 hwinfo
->nthreads_hw_avail
,
1184 hw_opt
->nthreads_omp
,
1185 hw_opt
->nthreads_omp_pme
,
1186 (cr
->duty
& DUTY_PP
) == 0,
1187 inputrec
->cutoff_scheme
== ecutsVERLET
);
1190 if (EI_TPI(inputrec
->eI
) &&
1191 inputrec
->cutoff_scheme
== ecutsVERLET
)
1193 gmx_feenableexcept();
1197 if (tryUsePhysicalGpu
|| forceUsePhysicalGpu
)
1199 /* Currently the DD code assigns duty to ranks that can include PP work
1200 * that currently can be executed on a single GPU, if present and compatible.
1201 * This has to be coordinated across PP ranks on a node, with possible
1202 * multiple devices or sharing devices on a node. */
1203 bool rankCanUseGpu
= cr
->duty
& DUTY_PP
;
1204 /* Map GPU IDs to ranks by filling or validating hw_opt->gpu_opt->dev_use */
1205 mapPpRanksToGpus(rankCanUseGpu
, cr
, hwinfo
->gpu_info
,
1206 userSetGpuIds
, &hw_opt
->gpu_opt
);
1208 bool willUsePhysicalGpu
= hw_opt
->gpu_opt
.n_dev_use
> 0;
1210 /* If we are using GPUs, report on this rank how they are being
1211 * used on this node. */
1212 if (willUsePhysicalGpu
)
1214 auto gpuUsageReport
=
1215 makeGpuUsageReport(hwinfo
->gpu_info
, &hw_opt
->gpu_opt
,
1216 userSetGpuIds
, cr
->nrank_pp_intranode
,
1219 /* NOTE: this print is only for and on one physical node */
1220 GMX_LOG(mdlog
.warning
).appendText(gpuUsageReport
);
1223 /* check consistency across ranks of things like SIMD
1224 * support and number of GPUs selected */
1225 gmx_check_hw_runconf_consistency(mdlog
, hwinfo
, cr
, hw_opt
, userSetGpuIds
, willUsePhysicalGpu
);
1227 /* Prevent other ranks from continuing after an inconsistency was found.
1229 * TODO This function implements a barrier so that MPI runtimes
1230 * can organize an orderly shutdown if one of the ranks has had to
1231 * issue a fatal error in various code already run. When we have
1232 * MPI-aware error handling and reporting, this should be
1237 MPI_Barrier(cr
->mpi_comm_mysim
);
1241 /* Now that we know the setup is consistent, check for efficiency */
1242 check_resource_division_efficiency(hwinfo
, hw_opt
, hw_opt
->gpu_opt
.n_dev_use
, Flags
& MD_NTOMPSET
,
1245 if (DOMAINDECOMP(cr
))
1247 /* When we share GPUs over ranks, we need to know this for the DLB */
1248 dd_setup_dlb_resource_sharing(cr
, hwinfo
, hw_opt
);
1251 /* getting number of PP/PME threads
1252 PME: env variable should be read only on one node to make sure it is
1253 identical everywhere;
1255 nthreads_pme
= gmx_omp_nthreads_get(emntPME
);
1257 wcycle
= wallcycle_init(fplog
, resetstep
, cr
);
1261 /* Master synchronizes its value of reset_counters with all nodes
1262 * including PME only nodes */
1263 reset_counters
= wcycle_get_reset_counters(wcycle
);
1264 gmx_bcast_sim(sizeof(reset_counters
), &reset_counters
, cr
);
1265 wcycle_set_reset_counters(wcycle
, reset_counters
);
1268 // Membrane embedding must be initialized before we call init_forcerec()
1273 fprintf(stderr
, "Initializing membed");
1275 /* Note that membed cannot work in parallel because mtop is
1276 * changed here. Fix this if we ever want to make it run with
1277 * multiple ranks. */
1278 membed
= init_membed(fplog
, nfile
, fnm
, mtop
, inputrec
, state
, cr
, &cpt_period
);
1282 if (cr
->duty
& DUTY_PP
)
1284 bcast_state(cr
, state
);
1286 /* Initiate forcerecord */
1288 fr
->hwinfo
= hwinfo
;
1289 fr
->gpu_opt
= &hw_opt
->gpu_opt
;
1290 fr
->forceProviders
= mdModules
.initForceProviders();
1291 init_forcerec(fplog
, mdlog
, fr
, fcd
,
1292 inputrec
, mtop
, cr
, box
,
1293 opt2fn("-table", nfile
, fnm
),
1294 opt2fn("-tablep", nfile
, fnm
),
1295 getFilenm("-tableb", nfile
, fnm
),
1300 /* Initialize QM-MM */
1303 init_QMMMrec(cr
, mtop
, inputrec
, fr
);
1306 /* Initialize the mdatoms structure.
1307 * mdatoms is not filled with atom data,
1308 * as this can not be done now with domain decomposition.
1310 mdatoms
= init_mdatoms(fplog
, mtop
, inputrec
->efep
!= efepNO
);
1312 /* Initialize the virtual site communication */
1313 vsite
= init_vsite(mtop
, cr
, FALSE
);
1315 calc_shifts(box
, fr
->shift_vec
);
1317 /* With periodic molecules the charge groups should be whole at start up
1318 * and the virtual sites should not be far from their proper positions.
1320 if (!inputrec
->bContinuation
&& MASTER(cr
) &&
1321 !(inputrec
->ePBC
!= epbcNONE
&& inputrec
->bPeriodicMols
))
1323 /* Make molecules whole at start of run */
1324 if (fr
->ePBC
!= epbcNONE
)
1326 do_pbc_first_mtop(fplog
, inputrec
->ePBC
, box
, mtop
, as_rvec_array(state
->x
.data()));
1330 /* Correct initial vsite positions are required
1331 * for the initial distribution in the domain decomposition
1332 * and for the initial shell prediction.
1334 construct_vsites_mtop(vsite
, mtop
, as_rvec_array(state
->x
.data()));
1338 if (EEL_PME(fr
->eeltype
) || EVDW_PME(fr
->vdwtype
))
1340 ewaldcoeff_q
= fr
->ewaldcoeff_q
;
1341 ewaldcoeff_lj
= fr
->ewaldcoeff_lj
;
1342 pmedata
= &fr
->pmedata
;
1351 /* This is a PME only node */
1353 /* We don't need the state */
1354 stateInstance
.reset();
1357 ewaldcoeff_q
= calc_ewaldcoeff_q(inputrec
->rcoulomb
, inputrec
->ewald_rtol
);
1358 ewaldcoeff_lj
= calc_ewaldcoeff_lj(inputrec
->rvdw
, inputrec
->ewald_rtol_lj
);
1362 if (hw_opt
->thread_affinity
!= threadaffOFF
)
1364 /* Before setting affinity, check whether the affinity has changed
1365 * - which indicates that probably the OpenMP library has changed it
1366 * since we first checked).
1368 gmx_check_thread_affinity_set(mdlog
, cr
,
1369 hw_opt
, hwinfo
->nthreads_hw_avail
, TRUE
);
1372 /* threads on this MPI process or TMPI thread */
1373 if (cr
->duty
& DUTY_PP
)
1375 nthread_local
= gmx_omp_nthreads_get(emntNonbonded
);
1379 nthread_local
= gmx_omp_nthreads_get(emntPME
);
1382 /* Set the CPU affinity */
1383 gmx_set_thread_affinity(mdlog
, cr
, hw_opt
, *hwinfo
->hardwareTopology
,
1384 nthread_local
, nullptr);
1387 /* Initiate PME if necessary,
1388 * either on all nodes or on dedicated PME nodes only. */
1389 if (EEL_PME(inputrec
->coulombtype
) || EVDW_PME(inputrec
->vdwtype
))
1393 nChargePerturbed
= mdatoms
->nChargePerturbed
;
1394 if (EVDW_PME(inputrec
->vdwtype
))
1396 nTypePerturbed
= mdatoms
->nTypePerturbed
;
1399 if (cr
->npmenodes
> 0)
1401 /* The PME only nodes need to know nChargePerturbed(FEP on Q) and nTypePerturbed(FEP on LJ)*/
1402 gmx_bcast_sim(sizeof(nChargePerturbed
), &nChargePerturbed
, cr
);
1403 gmx_bcast_sim(sizeof(nTypePerturbed
), &nTypePerturbed
, cr
);
1406 if (cr
->duty
& DUTY_PME
)
1410 status
= gmx_pme_init(pmedata
, cr
, npme_major
, npme_minor
, inputrec
,
1411 mtop
? mtop
->natoms
: 0, nChargePerturbed
, nTypePerturbed
,
1412 (Flags
& MD_REPRODUCIBLE
),
1413 ewaldcoeff_q
, ewaldcoeff_lj
,
1416 GMX_CATCH_ALL_AND_EXIT_WITH_FATAL_ERROR
;
1419 gmx_fatal(FARGS
, "Error %d initializing PME", status
);
1425 if (EI_DYNAMICS(inputrec
->eI
))
1427 /* Turn on signal handling on all nodes */
1429 * (A user signal from the PME nodes (if any)
1430 * is communicated to the PP nodes.
1432 signal_handler_install();
1435 if (cr
->duty
& DUTY_PP
)
1437 /* Assumes uniform use of the number of OpenMP threads */
1438 walltime_accounting
= walltime_accounting_init(gmx_omp_nthreads_get(emntDefault
));
1440 if (inputrec
->bPull
)
1442 /* Initialize pull code */
1443 inputrec
->pull_work
=
1444 init_pull(fplog
, inputrec
->pull
, inputrec
, nfile
, fnm
,
1445 mtop
, cr
, oenv
, inputrec
->fepvals
->init_lambda
,
1446 EI_DYNAMICS(inputrec
->eI
) && MASTER(cr
), Flags
);
1451 /* Initialize enforced rotation code */
1452 init_rot(fplog
, inputrec
, nfile
, fnm
, cr
, as_rvec_array(state
->x
.data()), state
->box
, mtop
, oenv
,
1456 /* Let init_constraints know whether we have essential dynamics constraints.
1457 * TODO: inputrec should tell us whether we use an algorithm, not a file option or the checkpoint
1459 bool doEdsam
= (opt2fn_null("-ei", nfile
, fnm
) != nullptr || observablesHistory
.edsamHistory
);
1461 constr
= init_constraints(fplog
, mtop
, inputrec
, doEdsam
, cr
);
1463 if (DOMAINDECOMP(cr
))
1465 GMX_RELEASE_ASSERT(fr
, "fr was NULL while cr->duty was DUTY_PP");
1466 /* This call is not included in init_domain_decomposition mainly
1467 * because fr->cginfo_mb is set later.
1469 dd_init_bondeds(fplog
, cr
->dd
, mtop
, vsite
, inputrec
,
1470 Flags
& MD_DDBONDCHECK
, fr
->cginfo_mb
);
1473 /* Now do whatever the user wants us to do (how flexible...) */
1474 my_integrator(inputrec
->eI
) (fplog
, cr
, mdlog
, nfile
, fnm
,
1478 nstepout
, mdModules
.outputProvider(),
1480 fcd
, state
, &observablesHistory
,
1481 mdatoms
, nrnb
, wcycle
, fr
,
1484 cpt_period
, max_hours
,
1487 walltime_accounting
);
1491 finish_rot(inputrec
->rot
);
1494 if (inputrec
->bPull
)
1496 finish_pull(inputrec
->pull_work
);
1502 GMX_RELEASE_ASSERT(pmedata
, "pmedata was NULL while cr->duty was not DUTY_PP");
1504 walltime_accounting
= walltime_accounting_init(gmx_omp_nthreads_get(emntPME
));
1505 gmx_pmeonly(*pmedata
, cr
, nrnb
, wcycle
, walltime_accounting
, ewaldcoeff_q
, ewaldcoeff_lj
, inputrec
);
1508 wallcycle_stop(wcycle
, ewcRUN
);
1510 /* Finish up, write some stuff
1511 * if rerunMD, don't write last frame again
1513 finish_run(fplog
, mdlog
, cr
,
1514 inputrec
, nrnb
, wcycle
, walltime_accounting
,
1515 fr
? fr
->nbv
: nullptr,
1516 EI_DYNAMICS(inputrec
->eI
) && !MULTISIM(cr
));
1521 gmx_pme_destroy(*pmedata
); // TODO: pmedata is always a single element list, refactor
1525 /* Free GPU memory and context */
1526 free_gpu_resources(fr
, cr
, &hwinfo
->gpu_info
, fr
? fr
->gpu_opt
: nullptr);
1530 free_membed(membed
);
1533 gmx_hardware_info_free(hwinfo
);
1535 /* Does what it says */
1536 print_date_and_time(fplog
, cr
->nodeid
, "Finished mdrun", gmx_gettime());
1537 walltime_accounting_destroy(walltime_accounting
);
1539 /* Close logfile already here if we were appending to it */
1540 if (MASTER(cr
) && (Flags
& MD_APPENDFILES
))
1542 gmx_log_close(fplog
);
1545 rc
= (int)gmx_get_stop_condition();
1548 /* we need to join all threads. The sub-threads join when they
1549 exit this function, but the master thread needs to be told to
1551 if (PAR(cr
) && MASTER(cr
))