summaryrefslogtreecommitdiff
path: root/src/main/CommandLine.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-08-21 16:17:16 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-08-21 16:17:16 +0000
commitfcb8cd4d5076c1c5109fa12505367b5edce9f378 (patch)
treef247bf886ddd4c6139056ea8113c57e4eb82b79d /src/main/CommandLine.c
parent56b76322d88dafe77d63d960dd0a4129dff2c1b0 (diff)
Commented out the -x <nprocs> option until it is added.
Closes Cactus/900 git-svn-id: http://svn.cactuscode.org/flesh/trunk@2982 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/CommandLine.c')
-rw-r--r--src/main/CommandLine.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/CommandLine.c b/src/main/CommandLine.c
index 3bcbfe5c..e701b57a 100644
--- a/src/main/CommandLine.c
+++ b/src/main/CommandLine.c
@@ -61,7 +61,7 @@ int cctki_paramcheck_nprocs;
********************* Defines **********************
********************************************************************/
#define CACTUS_COMMANDLINE_OPTIONS \
- "[-h] [-O] [-o paramname] [-x [nprocs]] [-W n] [-E n] [-r] [-T] " \
+ "[-h] [-O] [-o paramname] [-W n] [-E n] [-r] [-T] " \
"[-t name] [-parameter-level <level>] [-v] <parameter_file_name>"
@@ -466,7 +466,6 @@ void CCTKi_CommandLineHelp (void)
"-h, -help : gets this help.\n"
"-O, -describe-all-parameters : describes all the parameters.\n"
"-o, -describe-parameter <paramname> : describe the given parameter.\n"
- "-x, -test-parameters [nprocs] : does a quick test of the parameter file\n"
" pretending to be on nprocs processors, \n"
" or 1 if not given.\n"
"-W, -warning-level <n> : Sets the warning level to n.\n"
@@ -479,6 +478,9 @@ void CCTKi_CommandLineHelp (void)
"-v, -version : Prints the version.\n"
"-i, -ignore-next : Ignores the next argument.\n";
+ /* test-parameter option to be added back when implemented
+ "-x, -test-parameters [nprocs] : does a quick test of the parameter file\n"
+ */
if (CCTK_MyProc (NULL) == 0)
{