Contains module siesta_run.
More...
|
| module | siesta_run |
| | Defines the base class of the type siesta_run_class. This module contains all the code necessary to interface setup and run SIESTA.
|
| |
|
|
integer, parameter | siesta_run::siesta_run_control_clear = 0 |
| | Clear all control bits.
|
| |
|
integer, parameter | siesta_run::siesta_run_control_mpi = 1 |
| | Bit position to initalize mpi.
|
| |
|
integer, parameter | siesta_run::siesta_run_control_wout = 2 |
| | Bit position to close the wout file.
|
| |
|
integer, parameter | siesta_run::siesta_run_sync_namelist = 3 |
| | Bit position to sync the namelist inputs.
|
| |
|
integer, parameter | siesta_run::siesta_run_write_profiles = 4 |
| | Bit position to write diagnostics outputs.
|
| |
Contains module siesta_run.