LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
unit_test::utilities::expert Namespace Reference

Expert-only methods. More...

Functions

void register_world_comm (lbann::lbann_comm &comm) noexcept
 Set the world communicator for this session. More...
 
void reset_world_comm () noexcept
 Clear the world communicator for this session. More...
 

Detailed Description

Expert-only methods.

Function Documentation

◆ register_world_comm()

void unit_test::utilities::expert::register_world_comm ( lbann::lbann_comm comm)
noexcept

Set the world communicator for this session.

Warning
This may only be called in main().

◆ reset_world_comm()

void unit_test::utilities::expert::reset_world_comm ( )
noexcept

Clear the world communicator for this session.

Warning
This may only be called in main().