FMS Printing Parameter LOGTIM
Data Type
Integer
Default Value
1
DESCRIPTION:
This parameter is used to accumulate timing statistics on individual FMS subroutines. The following values are available:
- 0
Do not accumulate times. In order to completely turn off timing, you must also specify all the print codes to 0 by setting the FMS Parameter
PRINT
= 0.
- 1
Accumulate times for high level routines called by your application.
- 2
Also accumulate times for low level subroutines called by your application. These include:
- 3
Also include times for enabled FMS internal subroutines. This includes the following for block and slab format matrices:
- Matrix multiply
- Triangle solve
- Diagonal block factoring
- Counting the number of operations saved by reduced operation algorithms. These algorithms are selected by the FMS Parameter
IALGOR.
The number of saved operations is available in the
SAVOPS
Parameter.
- 4
Also print a flowchart as each enabled subroutine is called.
For options 3 and above, timing of internal subroutines and flowchart printing is suspended during parallel execution.
NOTE: Increasing this parameter above the default value may increase run times.
Copyright © Multipath Corporation