Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Constant Groups | Functions
init.hh File Reference

Core Init functions. More...

#include <string>
#include <utility/vector1.hh>
#include <numeric/random/random.hh>

Go to the source code of this file.

Namespaces

 core
 A class for defining atom parameters, known as atom_types.
 

Constant Groups

 core
 A class for defining atom parameters, known as atom_types.
 

Functions

void core::init_mpi (int argc, char *argv[])
 Initialize MPI (message passing interface) for parallel applications. More...
 
void core::init_options (int argc, char *argv[])
 Initialize the option system, which manages command line options. More...
 
void core::init_tracers ()
 Tracers control output to std::cout and std::cerr. More...
 
void core::init_score_function_corrections ()
 Initialize the latest and greatest score function parameters. More...
 
void core::init_source_revision ()
 Choose to output source version control information? More...
 
void core::init_paths ()
 Setup basic search paths. More...
 
void core::check_deprecated_flags ()
 Check for deprecated flags specified by the user and output error messages if necessary. More...
 
void core::report_application_command (int argc, char *argv[])
 Describe the application execution command. More...
 
void core::init_random_number_generators ()
 Initalize random number generators. More...
 
void core::random_delay ()
 Choose to randomly delay execution to desyncronize parallel execution. More...
 
void core::locate_rosetta_database ()
 Locate rosetta_database. More...
 
void core::init_profiling ()
 Profiling measures execution performance. More...
 
void core::init (int argc, char *argv[])
 Init basic core systems: options system, random system. More...
 
void core::init (utility::vector1< std::string > const &args)
 wrapper for core system Init More...
 
void core::init_random_generators (int const start_seed, numeric::random::RND_RunType run_type, std::string const &RGtype)
 Initialize random generator systems (and send debug io to tracer with seed/mode info). More...
 

Detailed Description

Core Init functions.

Author
Sergey Lyskov

Definition in file init.hh.