12 #include "argparse/argparse.hpp" 24 std::vector<std::string> getHDF5CompileFlags();
26 std::vector<std::string> getHDF5LinkingFlags();
35 std::vector<std::string> getImplCompileFlag(Implementations impl);
45 std::string executeCommandLine(
const std::string cmd);
53 std::vector<std::string> getMPICompileFlags();
55 std::vector<std::string> getMPILinkingFlags();
63 std::optional<Implementations> getImplFromString(
const std::string istr);
71 bool areMPIFlagsRequired(Implementations impl,
const WashOptions& opts);
79 WashOptions parseCommandLine(
int argc,
const char** argv);
Options about how the Wash analysis will behave.
Definition: common.hpp:45
Definition: arguments.cpp:3