Package rosetta :: Package core :: Package init :: Module _core_init_
[hide private]
[frames] | no frames]

Module _core_init_

Functions [hide private]
None :
check_deprecated_flags()
Check for deprecated flags and utility exit if any deprecated flags are detected
 
check_score_function_sanity(...)
check_score_function_sanity( (str)scorefxn_key [, (bool)warn_only=False]) -> None : Check if a score function is requested with incompatible option flags
 
init(...)
init( (vector1_string)args) -> None : wrapper for core system Init
None :
init_beta_correction()
Initialize the -beta score function
None :
init_correct_correction()
Initialize the -correct correction
None :
init_crystal_refinement_correction()
Initialize the crystal refinement correction
None :
init_dna_correction()
Apply some DNA-specific mods that are still in testing phase; only if -corrections::newdna present
None :
init_facts_correction()
Initialize the FACTS correction
None :
init_hbond_sp2_correction()
Initialize the hbond Sp2 correction Deprecated as Talaris2013 becomes default.
 
init_mpi(...)
init_mpi( (int)argc, (object)argv) -> None : Initialize MPI (message passing interface) for parallel applications
None :
init_nonideal_correction()
Initialize nonideal bond geometry correction
 
init_options(...)
init_options( (int)argc, (object)argv) -> None : Initialize the option system, which manages command line options
None :
init_paths()
Setup basic search paths
None :
init_profiling()
Profiling measures execution performance
 
init_random_generators(...)
init_random_generators( (int)start_seed, (str)RGtype) -> None : Initialize random generator systems (and send debug io to tracer with seed/mode info).
None :
init_random_number_generators()
Initalize random number generators
None :
init_resources()
Set up system resources
None :
init_restore_score12prime()
restore the the score function to the Score12prime version
None :
init_revert_to_pre_talaris_2013_mistake()
Initialize the "revert to before Talaris2013" mistake
None :
init_score_function_corrections()
Initialize the latest and greatest score function parameters
None :
init_shapovalov_lib_fixes_enable_correction()
Initialize the -shapovalov_lib_fixes_enable correction
None :
init_source_revision()
Choose to output source version control information?
None :
init_tracers()
Tracers control output to std::cout and std::cerr
None :
locate_rosetta_database()
Locate rosetta_database
None :
random_delay()
Choose to randomly delay execution to desyncronize parallel execution
 
report_application_command(...)
report_application_command( (int)argc, (object)argv) -> None : Describe the application execution command
None :
revert_to_pre_talaris_2013_defaults()
Reset a set of flags to their pre-talaris behavior
Variables [hide private]
  __package__ = None
Function Details [hide private]

check_deprecated_flags()

 
    Check for deprecated flags and utility exit if any deprecated flags are detected
    

    C++ signature :
        void check_deprecated_flags()

Returns: None :

check_score_function_sanity(...)

 

check_score_function_sanity( (str)scorefxn_key [, (bool)warn_only=False]) -> None :
    Check if a score function is requested with incompatible option flags
    

    C++ signature :
        void check_score_function_sanity(std::string [,bool=False])

init(...)

 

init( (vector1_string)args) -> None :
    wrapper for core system Init
    

    C++ signature :
        void init(utility::vector1<std::string, std::allocator<std::string> >)

init( (int)argc, (object)argv) -> None :
    Init basic core systems: options system, random system.
    

    C++ signature :
        void init(int,char**)

init_beta_correction()

 
    Initialize the -beta score function
    

    C++ signature :
        void init_beta_correction()

Returns: None :

init_correct_correction()

 
    Initialize the -correct correction
    

    C++ signature :
        void init_correct_correction()

Returns: None :

init_crystal_refinement_correction()

 
    Initialize the crystal refinement correction
    

    C++ signature :
        void init_crystal_refinement_correction()

Returns: None :

init_dna_correction()

 
    Apply some DNA-specific mods that are still in testing phase; only if -corrections::newdna present
    

    C++ signature :
        void init_dna_correction()

Returns: None :

init_facts_correction()

 
    Initialize the FACTS correction
    

    C++ signature :
        void init_facts_correction()

Returns: None :

init_hbond_sp2_correction()

 
    Initialize the hbond Sp2 correction
    Deprecated as Talaris2013 becomes default.
    

    C++ signature :
        void init_hbond_sp2_correction()

Returns: None :

init_mpi(...)

 

init_mpi( (int)argc, (object)argv) -> None :
    Initialize MPI (message passing interface) for parallel applications
    

    C++ signature :
        void init_mpi(int,char**)

init_nonideal_correction()

 
    Initialize nonideal bond geometry correction
    

    C++ signature :
        void init_nonideal_correction()

Returns: None :

init_options(...)

 

init_options( (int)argc, (object)argv) -> None :
    Initialize the option system, which manages command line options
    

    C++ signature :
        void init_options(int,char**)

init_paths()

 
    Setup basic search paths
    

    C++ signature :
        void init_paths()

Returns: None :

init_profiling()

 
    Profiling measures execution performance
    

    C++ signature :
        void init_profiling()

Returns: None :

init_random_generators(...)

 

init_random_generators( (int)start_seed, (str)RGtype) -> None :
    Initialize random generator systems (and send debug io to tracer with seed/mode info).
    

    C++ signature :
        void init_random_generators(int,std::string)

init_random_number_generators()

 
    Initalize random number generators
    

    C++ signature :
        void init_random_number_generators()

Returns: None :

init_resources()

 
    Set up system resources
    

    C++ signature :
        void init_resources()

Returns: None :

init_restore_score12prime()

 
    restore the the score function to the Score12prime version
    

    C++ signature :
        void init_restore_score12prime()

Returns: None :

init_revert_to_pre_talaris_2013_mistake()

 
    Initialize the "revert to before Talaris2013" mistake
    

    C++ signature :
        void init_revert_to_pre_talaris_2013_mistake()

Returns: None :

init_score_function_corrections()

 
    Initialize the latest and greatest score function parameters
    

    C++ signature :
        void init_score_function_corrections()

Returns: None :

init_shapovalov_lib_fixes_enable_correction()

 
    Initialize the -shapovalov_lib_fixes_enable correction
    

    C++ signature :
        void init_shapovalov_lib_fixes_enable_correction()

Returns: None :

init_source_revision()

 
    Choose to output source version control information?
    

    C++ signature :
        void init_source_revision()

Returns: None :

init_tracers()

 
    Tracers control output to std::cout and std::cerr
    

    C++ signature :
        void init_tracers()

Returns: None :

locate_rosetta_database()

 
    Locate rosetta_database
    

    C++ signature :
        void locate_rosetta_database()

Returns: None :

random_delay()

 
    Choose to randomly delay execution to desyncronize parallel execution
    

    C++ signature :
        void random_delay()

Returns: None :

report_application_command(...)

 

report_application_command( (int)argc, (object)argv) -> None :
    Describe the application execution command
    

    C++ signature :
        void report_application_command(int,char**)

revert_to_pre_talaris_2013_defaults()

 
    Reset a set of flags to their pre-talaris behavior
    

    C++ signature :
        void revert_to_pre_talaris_2013_defaults()

Returns: None :