PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
Loading...
Searching...
No Matches
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

namespace  pism
 

Functions

void pism::show_usage (const Logger &log, const std::string &execname, const std::string &usage)
 Print a usage message.
 
bool pism::maybe_show_usage (const Logger &log, const std::string &execname, 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.