modify_timing command

Warning

GPU support for this command has not been tested and may not work as expected.

Syntax

modify_timing flag
  • flag = on or off

on = do  perform detailed timing for fixes
off = do not perform detailed timing for fixes

Examples

modify_timing on

Description

Per default, Aspherix® performs timing for individual parts of the underlying DEM algorithm (such as Pair, Neigh, Comm, Outpt) as described in Section_start . However, integration, meshes and associated operations are lumped together under “Other”. In some cases these might represent a large portion of the run-time. By setting “modify_timing on”, you will get a detailed break-down of run-time for all fixes.

So if in default mode where modify_timing is off, the “other” portion is too large, modify_timing on is recommended

Restrictions

none

Related commands: none

Default: modify_timing off