IOSS 2.0
|
This is the complete list of members for Ioss::ParallelUtils, including all inherited members.
add_environment_properties(Ioss::PropertyManager &properties) | Ioss::ParallelUtils | |
all_gather(T my_value, std::vector< T > &result) const | Ioss::ParallelUtils | |
all_gather(std::vector< T > &my_values, std::vector< T > &result) const | Ioss::ParallelUtils | |
attribute_reduction(IOSS_MAYBE_UNUSED int length, IOSS_MAYBE_UNUSED char buffer[]) const | Ioss::ParallelUtils | |
barrier() const | Ioss::ParallelUtils | |
broadcast(T &my_value, int root=0) const | Ioss::ParallelUtils | |
broadcast(std::vector< T > &my_value, int root=0) const | Ioss::ParallelUtils | |
broadcast(IOSS_MAYBE_UNUSED std::string &my_str, IOSS_MAYBE_UNUSED int root) const | Ioss::ParallelUtils | |
broadcast(IOSS_MAYBE_UNUSED T &my_value, IOSS_MAYBE_UNUSED int root) const | Ioss::ParallelUtils | |
broadcast(IOSS_MAYBE_UNUSED std::vector< std::pair< int, int > > &my_value, IOSS_MAYBE_UNUSED int root) const | Ioss::ParallelUtils | |
broadcast(IOSS_MAYBE_UNUSED std::vector< T > &my_value, IOSS_MAYBE_UNUSED int root) const | Ioss::ParallelUtils | |
comm_null() | Ioss::ParallelUtils | inlinestatic |
comm_self() | Ioss::ParallelUtils | inlinestatic |
comm_world() | Ioss::ParallelUtils | inlinestatic |
communicator() const | Ioss::ParallelUtils | inline |
communicator_ | Ioss::ParallelUtils | private |
decode_filename(const std::string &filename, bool is_parallel) const | Ioss::ParallelUtils | |
DO_MAX enum value | Ioss::ParallelUtils | |
DO_MIN enum value | Ioss::ParallelUtils | |
DO_SUM enum value | Ioss::ParallelUtils | |
gather(T my_value, std::vector< T > &result) const | Ioss::ParallelUtils | |
gather(std::vector< T > &my_values, std::vector< T > &result) const | Ioss::ParallelUtils | |
gather(int vals_count, int size_per_val, std::vector< T > &my_values, std::vector< T > &result) const | Ioss::ParallelUtils | |
gather(int num_vals, IOSS_MAYBE_UNUSED int size_per_val, std::vector< T > &my_values, std::vector< T > &result) const | Ioss::ParallelUtils | |
generate_guid(IOSS_MAYBE_UNUSED size_t id, int rank=-1) const | Ioss::ParallelUtils | |
get_environment(const std::string &name, std::string &value, IOSS_MAYBE_UNUSED bool sync_parallel) const | Ioss::ParallelUtils | |
get_environment(const std::string &name, int &value, IOSS_MAYBE_UNUSED bool sync_parallel) const | Ioss::ParallelUtils | |
get_environment(const std::string &name, IOSS_MAYBE_UNUSED bool sync_parallel) const | Ioss::ParallelUtils | |
global_array_minmax(IOSS_MAYBE_UNUSED std::vector< T > &local_minmax, IOSS_MAYBE_UNUSED MinMax which) const | Ioss::ParallelUtils | |
global_count(const IntVector &local_counts, IntVector &global_counts) const | Ioss::ParallelUtils | |
global_count(const Int64Vector &local_counts, Int64Vector &global_counts) const | Ioss::ParallelUtils | |
global_minmax(IOSS_MAYBE_UNUSED T local_minmax, IOSS_MAYBE_UNUSED MinMax which) const | Ioss::ParallelUtils | |
global_minmax(T local_minmax, IOSS_MAYBE_UNUSED Ioss::ParallelUtils::MinMax which) const | Ioss::ParallelUtils | |
hwm_memory_stats(int64_t &min, int64_t &max, int64_t &avg) const | Ioss::ParallelUtils | |
memory_stats(int64_t &min, int64_t &max, int64_t &avg) const | Ioss::ParallelUtils | |
MinMax enum name | Ioss::ParallelUtils | |
parallel_rank() const | Ioss::ParallelUtils | |
parallel_size() const | Ioss::ParallelUtils | |
parallelRank_ | Ioss::ParallelUtils | mutableprivate |
parallelSize_ | Ioss::ParallelUtils | mutableprivate |
ParallelUtils()=default | Ioss::ParallelUtils | |
ParallelUtils(Ioss_MPI_Comm the_communicator) | Ioss::ParallelUtils | explicit |
progress(const std::string &output) const | Ioss::ParallelUtils |