Home
last modified time | relevance | path

Searched refs:gmx_wallcycle (Results 1 – 25 of 73) sorted by relevance

123

/dports/science/gromacs/gromacs-2021.4/src/gromacs/ewald/
H A Dpme.h69 struct gmx_wallcycle;
195 gmx_wallcycle* wcycle,
342 gmx_wallcycle* GPU_FUNC_ARGUMENT(wcycle),
357 gmx_wallcycle* GPU_FUNC_ARGUMENT(wcycle),
369 gmx_wallcycle* GPU_FUNC_ARGUMENT(wcycle),
380 gmx_wallcycle* GPU_FUNC_ARGUMENT(wcycle),
405 gmx_wallcycle* GPU_FUNC_ARGUMENT(wcycle),
425 gmx_wallcycle* GPU_FUNC_ARGUMENT(wcycle),
444gmx_wallcycle* GPU_FUNC_ARGUMENT(wcycle)) GPU_FUNC_TERM;
H A Dpme_gpu.cpp152 gmx_wallcycle* wcycle, in pme_gpu_prepare_computation()
194 gmx_wallcycle* wcycle, in pme_gpu_launch_spread()
223 void pme_gpu_launch_complex_transforms(gmx_pme_t* pme, gmx_wallcycle* wcycle, const gmx::StepWorklo… in pme_gpu_launch_complex_transforms()
275 void pme_gpu_launch_gather(const gmx_pme_t* pme, gmx_wallcycle gmx_unused* wcycle, const real lambd… in pme_gpu_launch_gather()
309 gmx_wallcycle* wcycle, in pme_gpu_reduce_outputs()
332 gmx_wallcycle* wcycle, in pme_gpu_try_finish_task()
391 gmx_wallcycle* wcycle) in pme_gpu_wait_finish_task()
414 gmx_wallcycle* wcycle, in pme_gpu_wait_and_reduce()
428 void pme_gpu_reinit_computation(const gmx_pme_t* pme, gmx_wallcycle* wcycle) in pme_gpu_reinit_computation()
H A Dpme_only.h56 struct gmx_wallcycle;
68 gmx_wallcycle* wcycle,
H A Dpme_pp.h51 struct gmx_wallcycle;
91 gmx_wallcycle* wcycle);
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdlib/
H A Dresethandler.h75 struct gmx_wallcycle;
120 gmx_wallcycle* wcycle,
159 gmx_wallcycle* wcycle, in resetCounters()
188 gmx_wallcycle* wcycle,
H A Dforce.h52 struct gmx_wallcycle;
102 gmx_wallcycle* wcycle,
140 gmx_wallcycle* wcycle,
H A Dgpuforcereduction_impl.cuh78 …Impl(const DeviceContext& deviceContext, const DeviceStream& deviceStreami, gmx_wallcycle* wcycle);
142 gmx_wallcycle* wcycle_ = nullptr;
/dports/science/gromacs/gromacs-2021.4/src/gromacs/modularsimulator/
H A Ddomdechelper.h50 struct gmx_wallcycle;
105 gmx_wallcycle* wcycle,
152 gmx_wallcycle* wcycle,
172 gmx_wallcycle* wcycle_;
H A Dpmeloadbalancehelper.h49 struct gmx_wallcycle;
84 gmx_wallcycle* wcycle,
132 gmx_wallcycle* wcycle_;
H A Dpropagator.h55 struct gmx_wallcycle;
142 gmx_wallcycle* wcycle);
225 gmx_wallcycle* wcycle_;
H A Dcomputeglobalselement.h56 struct gmx_wallcycle;
119 gmx_wallcycle* wcycle,
263 gmx_wallcycle* wcycle_;
H A Dforceelement.h61 struct gmx_wallcycle;
105 gmx_wallcycle* wcycle,
210 gmx_wallcycle* wcycle_;
H A Ddomdechelper.cpp73 gmx_wallcycle* wcycle, in DomDecHelper()
108 gmx_wallcycle* wcycle = nullptr; in setup()
150 gmx_wallcycle* wcycle, in partitionSystem()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/domdec/
H A Dgpuhaloexchange_impl.cuh55 struct gmx_wallcycle;
90 gmx_wallcycle* wcycle);
208 gmx_wallcycle* wcycle_ = nullptr;
H A Dgpuhaloexchange.h52 struct gmx_wallcycle;
100 gmx_wallcycle* wcycle);
H A Ddomdec.h84 struct gmx_wallcycle;
210 void dd_move_x(struct gmx_domdec_t* dd, const matrix box, gmx::ArrayRef<gmx::RVec> x, gmx_wallcycle
217 …f(struct gmx_domdec_t* dd, gmx::ForceWithShiftForces* forceWithShiftForces, gmx_wallcycle* wcycle);
319 gmx_wallcycle* wcycle);
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdtypes/
H A Dstate_propagator_data_gpu_impl.h63 struct gmx_wallcycle;
98 gmx_wallcycle* wcycle);
120 gmx_wallcycle* wcycle);
394 gmx_wallcycle* wcycle_;
H A Dstate_propagator_data_gpu.h67 struct gmx_wallcycle;
100 gmx_wallcycle* wcycle);
122 gmx_wallcycle* wcycle);
/dports/science/gromacs/gromacs-2021.4/src/gromacs/imd/
H A Dimd.h78 struct gmx_wallcycle;
143 gmx_wallcycle* wcycle,
226 gmx_wallcycle* wcycle,
/dports/science/gromacs/gromacs-2021.4/src/gromacs/listed_forces/
H A Dposition_restraints.h57 struct gmx_wallcycle;
81 void posres_wrapper_lambda(struct gmx_wallcycle* wcycle,
H A Dgpubonded.h65 struct gmx_wallcycle;
126 gmx_wallcycle* wcycle);
/dports/science/gromacs/gromacs-2021.4/src/gromacs/nbnxm/
H A Dnbnxm.h129 struct gmx_wallcycle;
223 gmx_wallcycle* wcycle);
402 gmx_wallcycle* wcycle_;
422 gmx_wallcycle* wcycle);
H A Dnbnxm_gpu.h56 struct gmx_wallcycle;
253 gmx_wallcycle gmx_unused* wcycle) GPU_FUNC_TERM_WITH_RETURN(false);
276 gmx_wallcycle gmx_unused* wcycle) GPU_FUNC_TERM_WITH_RETURN(0.0);
/dports/science/gromacs/gromacs-2021.4/src/gromacs/swap/
H A Dswapcoords.h66 struct gmx_wallcycle;
147 gmx_wallcycle* wcycle,
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdrun/
H A Disimulator.h54 struct gmx_wallcycle;
136 gmx_wallcycle* wcycle, in LegacySimulatorData()
232 gmx_wallcycle* wcycle;

123