Home
last modified time | relevance | path

Searched refs:computeEnergy (Results 1 – 25 of 34) sorted by relevance

12

/dports/science/gromacs/gromacs-2021.4/src/gromacs/nbnxm/
H A Dkerneldispatch.cpp266 if (!stepWork.computeEnergy) in nbnxn_kernel_cpu()
359 if (stepWork.computeEnergy) in nbnxn_kernel_cpu()
388 if (stepWork.computeEnergy) in accountFlops()
403 inc_nrnb(nrnb, eNR_NBNXN_ADD_LJ_FSW + (stepWork.computeEnergy ? 1 : 0), in accountFlops()
409 inc_nrnb(nrnb, eNR_NBNXN_ADD_LJ_PSW + (stepWork.computeEnergy ? 1 : 0), in accountFlops()
415 inc_nrnb(nrnb, eNR_NBNXN_ADD_LJ_EWALD + (stepWork.computeEnergy ? 1 : 0), in accountFlops()
489 if (stepWork.computeEnergy) in dispatchFreeEnergyKernel()
H A Dgpu_common.h313 const bool didEnergyKernels = stepWork.computeEnergy; in gpu_accumulate_timings()
388 … || (aloc == AtomLocality::Local && (stepWork.computeEnergy || stepWork.computeVirial))); in gpu_try_finish_task()
425 if (stepWork.computeEnergy || stepWork.computeVirial) in gpu_try_finish_task()
427 … gpu_reduce_staged_outputs(nb->nbst, iLocality, stepWork.computeEnergy, stepWork.computeVirial, in gpu_try_finish_task()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/nbnxm/kernels_reference/
H A Dkernel_gpu_ref.cpp270 if (stepWork.computeEnergy) in nbnxn_kernel_gpu_ref()
286 if (stepWork.computeEnergy) in nbnxn_kernel_gpu_ref()
307 if (stepWork.computeEnergy) in nbnxn_kernel_gpu_ref()
359 if (stepWork.computeEnergy) in nbnxn_kernel_gpu_ref()
/dports/math/ogdf/OGDF/include/ogdf/energybased/davidson_harel/
H A DPlanarityGrid.h50 void computeEnergy() override;
H A DPlanarity.h50 void computeEnergy() override;
H A DNodePairEnergy.h54 void computeEnergy() override;
H A DEnergyFunction.h56 virtual void computeEnergy() = 0;
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdtypes/
H A Dsimulation_workload.h77 bool computeEnergy = false; variable
/dports/science/gromacs/gromacs-2021.4/src/gromacs/ewald/
H A Dpme_gpu.cpp228 const bool computeEnergyAndVirial = stepWork.computeEnergy || stepWork.computeVirial; in pme_gpu_launch_complex_transforms()
375 const bool computeEnergyAndVirial = stepWork.computeEnergy || stepWork.computeVirial; in pme_gpu_try_finish_task()
420 const bool computeEnergyAndVirial = stepWork.computeEnergy || stepWork.computeVirial; in pme_gpu_wait_and_reduce()
/dports/math/ogdf/OGDF/src/ogdf/energybased/davidson_harel/
H A DPlanarityGrid.cpp59 void PlanarityGrid::computeEnergy() in computeEnergy() function in ogdf::davidson_harel::PlanarityGrid
H A DNodePairEnergy.cpp66 void NodePairEnergy::computeEnergy() in computeEnergy() function in ogdf::davidson_harel::NodePairEnergy
H A DPlanarity.cpp64 void Planarity::computeEnergy() in computeEnergy() function in ogdf::davidson_harel::Planarity
/dports/science/gromacs/gromacs-2021.4/src/gromacs/listed_forces/
H A Dlisted_forces.cpp316 …if ((stepWork.computeEnergy || stepWork.computeVirial || stepWork.computeDhdl) && bt->nthreads > 1) in reduce_thread_output()
330 if (stepWork.computeEnergy) in reduce_thread_output()
376 if (stepWork.computeEnergy || stepWork.computeVirial) in selectBondedKernelFlavor()
686 tempFlags.computeEnergy = true; in calc_listed_lambda()
H A Dbonded.h146 static constexpr inline bool computeEnergy(const BondedKernelFlavor flavor) in computeEnergy() function
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdlib/
H A Dsim_util.cpp908 flags.computeEnergy = ((legacyFlags & GMX_FORCE_ENERGY) != 0); in setupStepWorkload()
971 if (runScheduleWork.domainWork.haveGpuBondedWork && runScheduleWork.stepWork.computeEnergy) in launchGpuEndOfStepTasks()
1251 … lambda[efptVDW], (stepWork.computeVirial || stepWork.computeEnergy), in do_force()
1289 … lambda[efptVDW], (stepWork.computeVirial || stepWork.computeEnergy), in do_force()
1557 if (domainWork.haveGpuBondedWork && stepWork.computeEnergy) in do_force()
1782 … if ((stepWork.computeEnergy || stepWork.computeVirial) && fr->dispersionCorrection && MASTER(cr)) in do_force()
1788 if (stepWork.computeEnergy) in do_force()
2113 if (stepWork.computeEnergy) in do_force()
H A Dconstr.cpp1215 bool computeEnergy = false; in do_constrain_first() local
1218 constr->apply(needsLogging, computeEnergy, step, 0, 1.0, x, x, {}, box, lambda, &dvdl_dum, {}, in do_constrain_first()
1224 … constr->apply(needsLogging, computeEnergy, step, 0, 1.0, x, v, v.unpaddedArrayRef(), box, lambda, in do_constrain_first()
1251 constr->apply(needsLogging, computeEnergy, step, -1, 1.0, x, savex.arrayRefWithPadding(), in do_constrain_first()
/dports/science/plumed/plumed2-2.7.2/patches/gromacs-2021.diff/src/gromacs/mdlib/
H A Dsim_util.cpp914 flags.computeEnergy = ((legacyFlags & GMX_FORCE_ENERGY) != 0); in setupStepWorkload()
977 if (runScheduleWork.domainWork.haveGpuBondedWork && runScheduleWork.stepWork.computeEnergy) in launchGpuEndOfStepTasks()
1257 … lambda[efptVDW], (stepWork.computeVirial || stepWork.computeEnergy), in do_force()
1295 … lambda[efptVDW], (stepWork.computeVirial || stepWork.computeEnergy), in do_force()
1563 if (domainWork.haveGpuBondedWork && stepWork.computeEnergy) in do_force()
1789 … if ((stepWork.computeEnergy || stepWork.computeVirial) && fr->dispersionCorrection && MASTER(cr)) in do_force()
1795 if (stepWork.computeEnergy) in do_force()
2120 if (stepWork.computeEnergy) in do_force()
H A Dsim_util.cpp.preplumed908 flags.computeEnergy = ((legacyFlags & GMX_FORCE_ENERGY) != 0);
971 if (runScheduleWork.domainWork.haveGpuBondedWork && runScheduleWork.stepWork.computeEnergy)
1251 … lambda[efptVDW], (stepWork.computeVirial || stepWork.computeEnergy),
1289 … lambda[efptVDW], (stepWork.computeVirial || stepWork.computeEnergy),
1557 if (domainWork.haveGpuBondedWork && stepWork.computeEnergy)
1775 … if ((stepWork.computeEnergy || stepWork.computeVirial) && fr->dispersionCorrection && MASTER(cr))
1781 if (stepWork.computeEnergy)
2106 if (stepWork.computeEnergy)
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdrun/
H A Dshellfc.cpp888 bool computeEnergy = false; in init_adir() local
890 constr->apply(needsLogging, computeEnergy, step, 0, 1.0, xCurrent, in init_adir()
894 constr->apply(needsLogging, computeEnergy, step, 0, 1.0, xCurrent, in init_adir()
910 …constr->apply(needsLogging, computeEnergy, step, 0, 1.0, xOld, shfc->adir_xnew.arrayRefWithPadding… in init_adir()
H A Dminimize.cpp458 bool computeEnergy = true; in init_em() local
461 constr->apply(needsLogging, computeEnergy, -1, 0, 1.0, ems->s.x.arrayRefWithPadding(), in init_em()
892 bool computeEnergy = false; in run() local
896 constr->apply(needsLogging, computeEnergy, count, 0, 1.0, ems->s.x.arrayRefWithPadding(), f, in run()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/nbnxm/cuda/
H A Dnbnxm_cuda.cu565 select_nbnxn_kernel(nbp->eeltype, nbp->vdwtype, stepWork.computeEnergy, in gpu_launch_kernel()
796 if (stepWork.computeEnergy) in gpu_launch_cpyback()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/nbnxm/opencl/
H A Dnbnxm_ocl.cpp663 select_nbnxn_kernel(nb, nbp->eeltype, nbp->vdwtype, stepWork.computeEnergy, in gpu_launch_kernel()
936 if (stepWork.computeEnergy) in gpu_launch_cpyback()
/dports/science/gromacs/gromacs-2021.4/api/nblib/
H A Dgmxsetup.cpp224 gmxForceCalculator_->stepWork_->computeEnergy = true; in setupStepWorkload()
/dports/math/ogdf/OGDF/src/ogdf/energybased/
H A DDavidsonHarel.cpp98 F->computeEnergy(); in addEnergyFunction()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/nbnxm/benchmark/
H A Dbench_setup.cpp297 stepWork.computeEnergy = true; in setupAndRunInstance()

12