PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
Namespaces | Functions
pism_options.cc File Reference
#include <cstring>
#include "pism/util/pism_options.hh"
#include "pism/util/pism_utilities.hh"
#include "pism/pism_config.hh"
#include "pism/util/Logger.hh"

Go to the source code of this file.

Namespaces

 pism
 

Functions

void pism::show_usage (const Logger &log, const std::string &execname, const std::string &usage)
 Print a usage message. More...
 
bool pism::show_usage_check_req_opts (const Logger &log, const std::string &execname, const std::vector< std::string > &required_options, const std::string &usage)
 In a single call a driver program can provide a usage string to the user and check if required options are given, and if not, end. More...