#include <string>
#include <iostream>
#include <fstream>
#include <unistd.h>
#include <sstream>
#include <climits>
#include "AsctImpl.hpp"
#include "utils/c++/StringTokenizer.hpp"
#include "utils/c++/Config.hpp"
#include "resourceManagement/clientSide/shared/ExecutionSpecs.hpp"
#include "ParametricExecution.hpp"
Include dependency graph for AsctLauncher.cpp:
Namespaces | |
namespace | std |
Functions | |
void | printHelp () |
void | usage () |
void | clearStdin (stringstream &buf) |
int | main (int argc, char **argv) |
|
Esoteric method needed to clean stdin in order to consecutive prompts. Don't ask :-)
|
|
Launches an AsctImpl object, based on configurations passed through the command line, config file, or both.
|
|
Prints usage information at standard output. |
|
Prints usage information at standard output. |