Home
last modified time | relevance | path

Searched refs:ABORT_EXITS (Results 1 – 4 of 4) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A Ddakota_global_defs.hpp82 enum {ABORT_EXITS, ABORT_THROWS}; enumerator
H A Ddakota_global_defs.cpp50 short abort_mode = ABORT_EXITS;
H A DDakotaEnvironment.cpp204 abort_mode = ABORT_EXITS; in exit_mode()
H A DPythonInterface.cpp232 if (abort_mode == ABORT_EXITS) // If abort throws, caller must report. in python_run()