Rosetta 3.5
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
protocols
wum
MPI_Relax.hh
Go to the documentation of this file.
1
// -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
2
// vi: set ts=2 noet:
3
//
4
// (c) Copyright Rosetta Commons Member Institutions.
5
// (c) This file is part of the Rosetta software suite and is made available under license.
6
// (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
7
// (c) For more information, see http://www.rosettacommons.org. Questions about this can be
8
// (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
9
10
/// @file protocols/wum/MPI_Relax.hh
11
/// @brief
12
/// @author Mike Tyka
13
14
#ifndef INCLUDED_protocols_wum_MPI_Relax_hh
15
#define INCLUDED_protocols_wum_MPI_Relax_hh
16
17
#include <
protocols/wum/MPI_WorkUnitManager.hh
>
18
#include <
protocols/wum/WorkUnitManager.hh
>
19
#include <
core/types.hh
>
20
#include <
core/pose/Pose.fwd.hh
>
21
#include <utility/pointer/ReferenceCount.hh>
22
#include <
protocols/moves/Mover.hh
>
23
#include <
core/import_pose/pose_stream/MetaPoseInputStream.hh
>
24
25
#include <string>
26
#include <vector>
27
28
namespace
protocols {
29
namespace
wum {
30
31
32
33
class
MPI_Relax
:
public
MPI_WorkUnitManager
{
34
public
:
35
MPI_Relax
():
36
MPI_WorkUnitManager
(),
37
max_out_queue_size_
(100)
38
{
39
register_work_units
();
40
};
41
42
virtual
~MPI_Relax
(){}
43
44
virtual
void
register_work_units
();
45
protected
:
46
void
virtual
init_master
();
47
48
void
virtual
init_slave
();
49
50
void
virtual
process_inbound_wus_master
();
51
52
void
virtual
process_outbound_wus_master
();
53
54
bool
fill_outbound_queue
();
55
56
private
:
57
58
core::import_pose::pose_stream::MetaPoseInputStream
input_
;
59
60
core::Size
max_out_queue_size_
;
61
};
62
63
64
65
}
66
}
67
68
#endif
69
Generated on Sat Jun 1 2013 12:25:15 for Rosetta 3.5 by
1.8.4