Home
last modified time | relevance | path

Searched refs:state_local (Results 1 – 25 of 32) sorted by relevance

12

/dports/science/gromacs/gromacs-2021.4/src/gromacs/domdec/
H A Dcollect.cpp253 int nh = state_local->nhchainlength; in dd_collect_state()
265 state->veta = state_local->veta; in dd_collect_state()
266 state->vol0 = state_local->vol0; in dd_collect_state()
267 copy_mat(state_local->box, state->box); in dd_collect_state()
268 copy_mat(state_local->boxv, state->boxv); in dd_collect_state()
293 if (state_local->flags & (1 << estX)) in dd_collect_state()
296 dd_collect_vec(dd, state_local->ddp_count, state_local->ddp_count_cg_gl, state_local->cg_gl, in dd_collect_state()
299 if (state_local->flags & (1 << estV)) in dd_collect_state()
302 dd_collect_vec(dd, state_local->ddp_count, state_local->ddp_count_cg_gl, state_local->cg_gl, in dd_collect_state()
305 if (state_local->flags & (1 << estCGP)) in dd_collect_state()
[all …]
H A Ddistribute.cpp192 int nh = state_local->nhchainlength; in dd_distribute_state()
238 dd_bcast(dd, sizeof(state_local->box), state_local->box); in dd_distribute_state()
239 dd_bcast(dd, sizeof(state_local->box_rel), state_local->box_rel); in dd_distribute_state()
240 dd_bcast(dd, sizeof(state_local->boxv), state_local->boxv); in dd_distribute_state()
241 dd_bcast(dd, sizeof(state_local->svir_prev), state_local->svir_prev); in dd_distribute_state()
242 dd_bcast(dd, sizeof(state_local->fvir_prev), state_local->fvir_prev); in dd_distribute_state()
243 dd_bcast(dd, ((state_local->ngtc * nh) * sizeof(double)), state_local->nosehoover_xi.data()); in dd_distribute_state()
244 dd_bcast(dd, ((state_local->ngtc * nh) * sizeof(double)), state_local->nosehoover_vxi.data()); in dd_distribute_state()
245 dd_bcast(dd, state_local->ngtc * sizeof(double), state_local->therm_integral.data()); in dd_distribute_state()
246 dd_bcast(dd, ((state_local->nnhpres * nh) * sizeof(double)), state_local->nhpres_xi.data()); in dd_distribute_state()
[all …]
H A Dpartition.cpp2888 if (state_local->ddp_count_cg_gl != state_local->ddp_count) in dd_partition_system()
2893 state_local->ddp_count_cg_gl, state_local->ddp_count); in dd_partition_system()
2900 restoreAtomGroups(dd, state_local); in dd_partition_system()
2908 set_ddbox(*dd, bMasterState, state_local->box, true, state_local->x, &ddbox); in dd_partition_system()
2929 set_ddbox(*dd, bMasterState, state_local->box, bNStGlobalComm, state_local->x, &ddbox); in dd_partition_system()
2973 state_local->x); in dd_partition_system()
3053 setup_dd_communication(dd, state_local->box, &ddbox, fr, state_local); in dd_partition_system()
3121 state_change_natoms(state_local, state_local->natoms); in dd_partition_system()
3186 dd_move_x_vsites(*dd, state_local->box, state_local->x.rvec_array()); in dd_partition_system()
3192 dd_move_x(dd, state_local->box, state_local->x, nullWallcycle); in dd_partition_system()
[all …]
H A Ddistribute.h64 t_state* state_local);
H A Dpartition.h124 t_state* state_local,
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdlib/
H A Dmdoutf.cpp532 dd_collect_state(cr->dd, state_local, state_global); in mdoutf_write_to_trajectory_files()
539 dd_collect_vec(cr->dd, state_local->ddp_count, state_local->ddp_count_cg_gl, in mdoutf_write_to_trajectory_files()
540 state_local->cg_gl, state_local->x, globalXRef); in mdoutf_write_to_trajectory_files()
545 dd_collect_vec(cr->dd, state_local->ddp_count, state_local->ddp_count_cg_gl, in mdoutf_write_to_trajectory_files()
546 state_local->cg_gl, state_local->v, globalVRef); in mdoutf_write_to_trajectory_files()
553 … cr->dd, state_local->ddp_count, state_local->ddp_count_cg_gl, state_local->cg_gl, f_local, in mdoutf_write_to_trajectory_files()
560 state_global = state_local; in mdoutf_write_to_trajectory_files()
655 box = state_local->box; in mdoutf_write_to_trajectory_files()
659 lambda = state_local->lambda[efptFEP]; in mdoutf_write_to_trajectory_files()
673 box = state_local->box; in mdoutf_write_to_trajectory_files()
[all …]
H A Dmdoutf.h139 t_state* state_local,
/dports/graphics/colord/colord-1.3.5/contrib/session-helper/
H A Dcd-main.c459 CdState *state_local; in cd_main_calib_process_item() local
499 state_local = cd_state_get_child (state); in cd_main_calib_process_item()
579 if (!cd_state_done (state_local, error)) in cd_main_calib_process_item()
661 CdState *state_local; in cd_main_calib_process() local
737 state_local = cd_state_get_child (state); in cd_main_calib_process()
763 state_local = cd_state_get_child (state); in cd_main_calib_process()
781 if (!cd_state_done (state_local, error)) in cd_main_calib_process()
1198 CdState *state_local; in cd_main_display_characterize() local
1230 state_local = cd_state_get_child (state); in cd_main_display_characterize()
1329 CdState *state_local; in cd_main_start_calibration() local
[all …]
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/
H A Ddnf-transaction.cpp816 DnfState *state_local; in dnf_transaction_delete_packages() local
836 state_local = dnf_state_get_child(state); in dnf_transaction_delete_packages()
837 dnf_state_set_number_steps(state_local, priv->install->len); in dnf_transaction_delete_packages()
851 if (!dnf_state_done(state_local, error)) in dnf_transaction_delete_packages()
1128 DnfState *state_local; local
1201 state_local = dnf_state_get_child(state);
1209 dnf_state_set_number_steps(state_local, priv->install->len);
1242 ret = dnf_state_done(state_local, error);
1505 state_local = dnf_state_get_child(state);
1506 ret = dnf_transaction_delete_packages(transaction, state_local, error);
H A Ddnf-package.cpp823 DnfState *state_local; in CATCH_TO_GERROR() local
861 state_local = dnf_state_get_child(state); in CATCH_TO_GERROR()
862 if (!dnf_repo_download_packages(repo, repo_packages, directory, state_local, error)) in CATCH_TO_GERROR()
H A Ddnf-sack.cpp2150 DnfState *state_local; in dnf_sack_add_repo() local
2162 state_local = dnf_state_get_child(state); in dnf_sack_add_repo()
2165 state_local, in dnf_sack_add_repo()
2171 dnf_state_reset(state_local); in dnf_sack_add_repo()
2174 state_local, in dnf_sack_add_repo()
2239 DnfState *state_local; local
2270 state_local = dnf_state_get_child(state);
2275 state_local,
H A Ddnf-repo.cpp1713 DnfState *state_local; in dnf_repo_update() local
1832 state_local = updatedata.state = dnf_state_get_child(state); in dnf_repo_update()
1857 dnf_state_action_start(state_local, in dnf_repo_update()
1946 state_local = dnf_state_get_child(state); in dnf_repo_update()
1947 ret = dnf_repo_check(repo, G_MAXUINT, state_local, error); in dnf_repo_update()
H A Ddnf-context.cpp2319 DnfState *state_local; in CATCH_TO_GERROR() local
2339 state_local = dnf_state_get_child(priv->state); in CATCH_TO_GERROR()
2342 state_local, in CATCH_TO_GERROR()
2352 state_local = dnf_state_get_child(priv->state); in CATCH_TO_GERROR()
2354 state_local, in CATCH_TO_GERROR()
2364 state_local = dnf_state_get_child(priv->state); in CATCH_TO_GERROR()
2367 state_local, in CATCH_TO_GERROR()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdrun/
H A Dreplicaexchange.h101 t_state* state_local,
H A Dreplicaexchange.cpp1254 t_state* state_local, in replica_exchange() argument
1271 test_for_replica_exchange(fplog, ms, re, enerd, det(state_local->box), step, time); in replica_exchange()
1291 dd_collect_state(cr->dd, state_local, state); in replica_exchange()
1295 copy_state_serial(state_local, state); in replica_exchange()
1331 copy_state_serial(state, state_local); in replica_exchange()
/dports/science/plumed/plumed2-2.7.2/patches/gromacs-2019.6.diff/src/gromacs/mdrun/
H A Dreplicaexchange.h100 t_state *state_local,
H A Dreplicaexchange.cpp1339 t_state *state_local, int64_t step, real time) in replica_exchange() argument
1358 test_for_replica_exchange(fplog, ms, re, enerd, det(state_local->box), step, time); in replica_exchange()
1379 dd_collect_state(cr->dd, state_local, state); in replica_exchange()
1383 copy_state_serial(state_local, state); in replica_exchange()
1420 copy_state_serial(state, state_local); in replica_exchange()
H A Dreplicaexchange.h.preplumed100 t_state *state_local,
/dports/science/plumed/plumed2-2.7.2/patches/gromacs-2021.diff/src/gromacs/mdrun/
H A Dreplicaexchange.h101 t_state* state_local,
H A Dreplicaexchange.cpp1345 t_state* state_local, in replica_exchange() argument
1366 test_for_replica_exchange(fplog, ms, re, enerd, det(state_local->box), step, time); in replica_exchange()
1386 dd_collect_state(cr->dd, state_local, state); in replica_exchange()
1390 copy_state_serial(state_local, state); in replica_exchange()
1426 copy_state_serial(state, state_local); in replica_exchange()
H A Dreplicaexchange.h.preplumed101 t_state* state_local,
/dports/science/plumed/plumed2-2.7.2/patches/gromacs-2020.6.diff/src/gromacs/mdrun/
H A Dreplicaexchange.h100 t_state* state_local,
H A Dreplicaexchange.cpp1347 t_state* state_local, in replica_exchange() argument
1368 test_for_replica_exchange(fplog, ms, re, enerd, det(state_local->box), step, time); in replica_exchange()
1388 dd_collect_state(cr->dd, state_local, state); in replica_exchange()
1392 copy_state_serial(state_local, state); in replica_exchange()
1428 copy_state_serial(state, state_local); in replica_exchange()
H A Dreplicaexchange.h.preplumed100 t_state* state_local,
/dports/sysutils/libdnf/libdnf-0.64.0/tests/libdnf/
H A Ddnf-self-test.c680 DnfState *state_local; in dnf_state_finished_func() local
700 state_local = dnf_state_get_child(state); in dnf_state_finished_func()
701 dnf_state_set_report_progress(state_local, FALSE); in dnf_state_finished_func()
706 ret = dnf_state_done(state_local, &error); in dnf_state_finished_func()
712 dnf_state_set_report_progress(state_local, TRUE); in dnf_state_finished_func()
713 ret = dnf_state_finished(state_local, &error); in dnf_state_finished_func()

12