Skip to content

Logged needs to support MPI #1048

@TomMelt

Description

@TomMelt

Currently Logged is not MPI-aware which means it will write N messages to the screen where N is mpirun -n [N].

First we should make Logged MPI-aware.

Then we should use it to output the timestep instead of the current approach in dynamics e.g.,

void MEVPDynamics::update(const TimestepTime& tst)
{
std::cout << tst.start << std::endl;

Metadata

Metadata

Assignees

Labels

ICCSTasks or reviews for the ICCS team

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions