ProfilingMode

A - B - C - D - E - F - G - H - I - K - L - M - N - O - P - Q - R - S - T - U - V - W - X

ProfilingMode

Section Execution::Optimization
Type integer
Default no

Use this variable to run Octopus in profiling mode. In this mode Octopus records the time spent in certain areas of the code and the number of times this code is executed. These numbers are written in ./profiling.NNN/profiling.nnn with nnn being the node number (000 in serial) and NNN the number of processors. This is mainly for development purposes. Note, however, that Octopus should be compiled with –disable-debug to do proper profiling. Warning: you may encounter strange results with OpenMP.

Options:


Source information