HEAD PREVIOUS

4  XRTM Utilities

4.1  Test suite: testxrtm

4.1.1  Testxrtm options

4.2  Stand alone execution: callxrtm

callxrtm is a command line program that takes inputs, either from the command line or from an input file, runs the model, and outputs results. callxrtm was created primarily as a development and testing tool. Although it is not recommended for production use (it is recommended that the API be used instead) it can also be useful for running XRTM for small studies.
The path to callxrtm is
     utils/callxrtm

or when using Visual Studio
     $(SolutionDir)/$(ConfigurationName)/callxrtm.exe

where the variable $(SolutionDir) is msvs_2005, msvs_2008, or msvs_2010 and the variable $(ConfigurationName) is Debug or Release.
An example run of callxrtm is contained in the following text file:
     examples/callxrtm.txt

Two cases are given. One that runs callxrtm using the command line to set all the inputs and another that uses the following XRTM input file (.xif) to set the inputs
     examples/example.xif

Please see the text file for more details about the example run. The callxrtm input format for the command line and an input file is outlined in the next section.

4.2.1  Callxrtm options

4.2.2  Callxrtm input format


HEAD NEXT