Home
last modified time | relevance | path

Searched refs:rank_start (Results 1 – 11 of 11) sorted by relevance

/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dvp_manager_impl.h105 VPManager::get_end_rank_per_thread( const thread rank_start, const thread num_assigned_ranks_per_th… in get_end_rank_per_thread() argument
107 thread rank_end = rank_start + num_assigned_ranks_per_thread; in get_end_rank_per_thread()
117 if ( rank_end == rank_start ) in get_end_rank_per_thread()
H A Dsource_table.cpp276 nest::SourceTable::source_should_be_processed_( const thread rank_start, in source_should_be_processed_() argument
285 or source_rank < rank_start in source_should_be_processed_()
386 const thread rank_start, in get_next_target_data() argument
411 if ( not source_should_be_processed_( rank_start, rank_end, current_source ) ) in get_next_target_data()
H A Dvp_manager.h147 …thread get_end_rank_per_thread( const thread rank_start, const thread num_assigned_ranks_per_threa…
H A Dconnection_manager.h309 const thread rank_start,
761 const thread rank_start, in get_next_target_data() argument
766 …return source_table_.get_next_target_data( tid, rank_start, rank_end, target_rank, next_target_dat… in get_next_target_data()
H A Dsource_table.h108 …bool source_should_be_processed_( const thread rank_start, const thread rank_end, const Source& so…
186 const thread rank_start,
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/src/lib_superlearn/
H A Dparameterization.c228 size_t ft_param_get_nparams_restrict(const struct FTparam * ftp, const size_t * rank_start) in ft_param_get_nparams_restrict() argument
236 if ( (ii >= rank_start[kk-1]) || (jj >= rank_start[kk]) ){ in ft_param_get_nparams_restrict()
241 if (jj >= rank_start[kk]){ in ft_param_get_nparams_restrict()
264 const double * params, const size_t * rank_start) in ft_param_update_restricted_ranks() argument
275 if ( (ii >= rank_start[kk-1]) || (jj >= rank_start[kk]) ){ in ft_param_update_restricted_ranks()
281 if (jj >= rank_start[kk]){ in ft_param_update_restricted_ranks()
309 const double * params, const size_t * rank_start) in ft_param_update_inside_restricted_ranks() argument
320 if ( (ii < rank_start[kk-1]) && (jj < rank_start[kk]) ){ in ft_param_update_inside_restricted_ranks()
326 if (jj < rank_start[kk]){ in ft_param_update_inside_restricted_ranks()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/
H A DKokkosExp_MDRangePolicy.hpp358 int rank_start = 0; in init_helper() local
362 rank_start = rank - 1; in init_helper()
365 for (int i = rank_start; i != rank_end; i += increment) { in init_helper()
/dports/devel/kokkos/kokkos-3.4.01/core/src/
H A DKokkosExp_MDRangePolicy.hpp358 int rank_start = 0; in init_helper() local
362 rank_start = rank - 1; in init_helper()
365 for (int i = rank_start; i != rank_end; i += increment) { in init_helper()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/
H A DKokkosExp_MDRangePolicy.hpp358 int rank_start = 0; in init_helper() local
362 rank_start = rank - 1; in init_helper()
365 for (int i = rank_start; i != rank_end; i += increment) { in init_helper()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/parallelization/
H A Dhpxsimulator.h205 std::size_t rank_start, in calculateBoundingBoxes() argument
212 for(std::size_t rank = rank_start; rank != rank_end; ++rank) { in calculateBoundingBoxes()
/dports/science/code_saturne/code_saturne-7.1.0/src/mesh/
H A Dcs_join_update.c3028 const cs_gnum_t rank_start = join_select->compact_rank_index[rank] + 1; in _add_new_border_faces() local
3105 assert(rank_start <= compact_old_fgnum); in _add_new_border_faces()
3109 fid = (compact_old_fgnum - rank_start)/2; in _add_new_border_faces()
3113 fid = join_select->faces[compact_old_fgnum - rank_start] - 1; in _add_new_border_faces()
3166 if ( rank_start <= compact_old_fgnum in _add_new_border_faces()
3172 fid = (compact_old_fgnum - rank_start)/2; in _add_new_border_faces()
3452 const cs_gnum_t rank_start = join_select->compact_rank_index[rank] + 1; in _add_new_interior_faces() local
3503 if (rank_start <= compact_fgnum && compact_fgnum < rank_end) { in _add_new_interior_faces()
3507 id = (compact_fgnum - rank_start)/2; in _add_new_interior_faces()
3515 fnum[k] = join_select->faces[compact_fgnum - rank_start]; in _add_new_interior_faces()
[all …]