![]() |
Rosetta
3.7
|
#include <basic/execute.hh>
#include <basic/Tracer.hh>
#include <utility/exit.hh>
#include <iostream>
Namespaces | |
basic | |
Tags used to tag messeges sent by MPI functions used to decide whether a slave is requesting a new job id or flagging as job as being a bad input. | |
Functions | |
static THREAD_LOCAL basic::Tracer | basic::TR ("basic.execute") |
ExecutionResult | basic::execute (std::string const &message, std::string const &command_line, bool terminate_on_failure=true, bool silent=false) |
excute provided command_line though shell and return exit_code and output More... | |