Next: 4.4.5 Hydrodynamics (Roe solver)
Up: 4.4 Compiler macros
Previous: 4.4.3 Equation of state
Contents
Index
Subsections
4.4.4.1 opta_switch_l01
(``opacity table switch l01'')
in opta_switch_routines.F90.
Category: performance enhancement.
This switch determines how arrays are handled and loops are split to improve performance.
Values:
0: 3D-array single-loop scheme (old default)
1: 1D-array single-loop scheme
2: 3D-array three-loop scheme (default)
3: 1D-array three-loop scheme