CYCAMORE
|
Classes | |
class | Summary |
class | TestFile |
Functions | |
check_inputs () | |
clean_catalogs (cyclus_path, catalogs) | |
copy_catalogs (catalogs, cyclus_path) | |
get_files (path) | |
main () | |
main_body (flag) | |
print_usage () | |
Variables | |
str | cyclus_path = "/root/.local/include/cyclus/../../bin/cyclus" |
str | input_path = "/cycamore/../input" |
run_inputs.check_inputs | ( | ) |
This function checks the input arguments
Definition at line 28 of file build/bin/run_inputs.py.
References print_usage().
Referenced by main().
run_inputs.clean_catalogs | ( | cyclus_path, | |
catalogs ) |
Removes previously copied catalogs from executable directory.
Definition at line 89 of file build/bin/run_inputs.py.
Referenced by main_body().
run_inputs.copy_catalogs | ( | catalogs, | |
cyclus_path ) |
Copies files in the catalogs list to the cyclus executable directory
Definition at line 83 of file build/bin/run_inputs.py.
Referenced by main_body().
run_inputs.get_files | ( | path | ) |
This function walks the 'path' tree and finds input files
Definition at line 59 of file build/bin/run_inputs.py.
Referenced by main_body().
run_inputs.main | ( | ) |
This function finds input files, runs them, and prints a summary
Definition at line 23 of file build/bin/run_inputs.py.
References check_inputs(), and main_body().
Referenced by run_inputs.TestFile.no_errors().
run_inputs.main_body | ( | flag | ) |
Definition at line 12 of file build/bin/run_inputs.py.
References clean_catalogs(), copy_catalogs(), and get_files().
Referenced by main().
run_inputs.print_usage | ( | ) |
This prints the proper way to treat the command line interface
Definition at line 43 of file build/bin/run_inputs.py.
Referenced by check_inputs().
str run_inputs.cyclus_path = "/root/.local/include/cyclus/../../bin/cyclus" |
Definition at line 9 of file build/bin/run_inputs.py.
str run_inputs.input_path = "/cycamore/../input" |
Definition at line 10 of file build/bin/run_inputs.py.