00001 #ifndef __USAGE_SELFDOC__ 00002 #define __USAGE_SELFDOC__ 00003 " Typical parameter list. May be copied, edited, and used for input: either", 00004 " include parameters on command line (for example in Flow), or place", 00005 " in file <foo> and include \"par=<foo>\" on command line. Any parameter", 00006 " included explicitly in command line overrides parameter with same key", 00007 " in par file.", 00008 " ", 00009 " Invoke single threaded execution of xxxx by ", 00010 " ", 00011 " \"sfxxxx [parameters] [Madagascar install]\"", 00012 " ", 00013 " or ", 00014 " ", 00015 " \"xxxx.x [parameters] [standalone install]\"", 00016 " ", 00017 " or multi-threaded execution using interactive or batch MPI (for which", 00018 " code must be compiled with MPI enabled).", 00019 " ", 00020 " Given parameter values are defaults; non-optional values indicated by", 00021 " corner brackets.", 00022 " " 00023 " ----------------------------------------------------------------------------", 00024 " ", 00025 #endif