Add checkpointing for MdModules
[alexxy/gromacs.git] / src / gromacs / mdrun / rerun.cpp
index b55e456eba5dd31217940b892885a48d8e96087e..a4b40f4585c565af690330f568c27a80a18c3768 100644 (file)
@@ -298,7 +298,7 @@ void gmx::LegacySimulator::do_rerun()
     }
 
     initialize_lambdas(fplog, *ir, MASTER(cr), &state_global->fep_state, state_global->lambda, lam0);
-    gmx_mdoutf       *outf = init_mdoutf(fplog, nfile, fnm, mdrunOptions, cr, outputProvider, ir, top_global, oenv, wcycle,
+    gmx_mdoutf       *outf = init_mdoutf(fplog, nfile, fnm, mdrunOptions, cr, outputProvider, mdModulesNotifier, ir, top_global, oenv, wcycle,
                                          StartingBehavior::NewSimulation);
     gmx::EnergyOutput energyOutput(mdoutf_get_fp_ene(outf), top_global, ir, pull_work, mdoutf_get_fp_dhdl(outf), true);