Rosetta Protocols  2015.09
Namespaces | Functions
util.hh File Reference

August 2008 job distributor as planned at RosettaCon08 - Base class. More...

#include <core/pose/Pose.fwd.hh>
#include <core/io/silent/SilentStruct.fwd.hh>
#include <core/types.hh>
#include <protocols/jd2/Job.fwd.hh>
#include <protocols/moves/Mover.fwd.hh>
#include <utility/vector1.hh>

Namespaces

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::jd2
 

Functions

void protocols::jd2::output_intermediate_pose (core::pose::Pose const &pose, std::string const &stage_tag, int copy_count, bool score_only)
 end parser interface, start Job Distributor interface///////////// More...
 
std::string protocols::jd2::current_output_name ()
 gets used output name of pose ask jd for current-job —> ask jobOutputter for name of this job More...
 
std::string protocols::jd2::current_output_filename ()
 call the 'filename' accessor of the current job-distributor with the current job More...
 
std::string protocols::jd2::current_batch ()
 
bool protocols::jd2::jd2_used ()
 is this application running with jd2 — used for some code that yields backward compatability with old JobDistributor More...
 
core::pose::PoseCOP protocols::jd2::get_current_jobs_starting_pose ()
 
void protocols::jd2::add_job_data_to_ss (core::io::silent::SilentStructOP ss, JobCOP job_op)
 
void protocols::jd2::register_options ()
 
JobOP protocols::jd2::get_current_job ()
 
void protocols::jd2::set_native_in_mover (protocols::moves::Mover &mover)
 
void protocols::jd2::write_score_tracer (core::pose::Pose const &pose_in, std::string tracer_point)
 
core::Size protocols::jd2::current_replica ()
 returns 0 if no replicas (i.e., multiple processes per job ) otherwise it returns the sub-rank of the process within the job starting at 1 More...
 

Detailed Description

August 2008 job distributor as planned at RosettaCon08 - Base class.

Author
Andrew Leaver-Fay
Steven Lewis smlew.nosp@m.i@gm.nosp@m.ail.c.nosp@m.om