Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ArchiveMasterBase.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 // This file is part of the Rosetta software suite and is made available under license.
5 // The Rosetta software is developed by the contributing members of the Rosetta Commons consortium.
6 // (C) 199x-2009 Rosetta Commons participating institutions and developers.
7 // For more information, see http://www.rosettacommons.org/.
8 
9 /// @file protocols/jd2/MpiFileBuffer.hh
10 /// @brief header file for MPISilentFileJobOutputter class, part of August 2008 job distributor as planned at RosettaCon08
11 /// @detail this outputter will send silentstructs via MPI to dedicated node that will collect all structures
12 /// @author Oliver Lange olange@u.washington.edu
13 
14 
15 #ifndef INCLUDED_protocols_jd2_archive_ArchiveMasterBase_hh
16 #define INCLUDED_protocols_jd2_archive_ArchiveMasterBase_hh
17 
18 #ifdef USEMPI
19 #include <mpi.h>
20 #endif
21 
22 
23 //unit headers
24 #include <protocols/mpi/MpiFileBuffer.fwd.hh>
25 
26 //project headers
27 #include <core/types.hh>
28 
29 //utility headers
30 #include <utility/vector1.hh>
31 #include <utility/io/mpistream.hh>
32 #include <utility/pointer/ReferenceCount.hh>
33 #include <utility/exit.hh>
34 #include <utility/io/ozstream.hh>
35 
36 //C++ headers
37 
38 #include <string>
39 #include <map>
40 
41 namespace protocols {
42 namespace mpi {
43 
45  //singleton?
46 public:
47  //ArchiveMasterBase();
48  virtual void get_new_decoys( SilentStructOPs& new_structures );
49 private:
50 }
51 
52 }
53 }
54 
55 #endif