Skip to content

CPU_TIME reduction #328

@alwinm

Description

@alwinm

Currently the time reduction uses MPI_Allreduce simply because some reduction routines already existed in mpi_routines.h

This performs an extra unnecessary step of sending the result back out to all procs, but I believe only proc 0 needs the reduced data. MPI_Reduce should suffice.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions