TaoGetArgs

Allows you to access the raw command line arguments anywhere after TaoInitialize() is called but before TaoFinalize().

Synopsis

#include "tao_solver.h" 
int TaoGetArgs(int *argc,char ***args)
Not Collective

Output Parameters

argc - count of number of command line arguments
args - the command line arguments

Notes

This is usually used to pass the command line arguments into other libraries that are called internally deep in TAO or the application.

Keywords

command line arguments

See Also

TaoFinalize(), TaoInitializeFortran()

Level:developer
Location:src/interface/tao_init.c
TAO Solver Index
Table of Contents