|
Rosetta 3.5
|
#include <utility/assert.hh>#include <protocols/wum/MPI_WorkUnitManager.hh>#include <protocols/wum/SilentStructStore.hh>#include <core/io/silent/SilentStruct.hh>#include <basic/Tracer.hh>#include <basic/options/option.hh>#include <basic/options/keys/wum.OptionKeys.gen.hh>#include <numeric/random/random.hh>#include <ObjexxFCL/string.functions.hh>#include <ObjexxFCL/format.hh>#include <utility/vector1.hh>Go to the source code of this file.
Namespaces | |
| protocols | |
| The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
| protocols::wum | |
Constant Groups | |
| protocols | |
| The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
| protocols::wum | |
Macros | |
| #define | TRDEBUG TR.Debug |
Functions | |
| static basic::Tracer | protocols::wum::TR ("MPI_WUM") |
| static numeric::random::RandomGenerator | protocols::wum::RG (23765) |
| int | protocols::wum::mpi_rank () |
| Helper function - returns rank of the current node. More... | |
| int | protocols::wum::mpi_npes () |
| Helper function - returns total number of nodes. More... | |
| core::Real | protocols::wum::get_time () |
| Get a time in seconds. If MPI is enabled you'll get an accuracy of microsecs. More... | |
| #define TRDEBUG TR.Debug |
Definition at line 14 of file MPI_WorkUnitManager.cc.
Referenced by protocols::wum::MPI_WorkUnitManager::receive_MPI_workunit(), protocols::wum::MPI_WorkUnitManager::send_MPI_workunit(), and protocols::wum::MPI_WorkUnitManager::send_next_WU_on_request().
1.8.4