|
DASH
0.3.0
|


Go to the source code of this file.
Functions | |
| dart_ret_t | dart_init (int *argc, char ***argv) |
| Initialize the DART runtime. More... | |
| dart_ret_t | dart_init_thread (int *argc, char ***argv, dart_thread_support_level_t *thread_safety) |
| Initialize the DART runtime with support for thread-based concurrency. More... | |
| dart_ret_t | dart_exit () |
| Finalize the DASH runtime. More... | |
| bool | dart_initialized () |
| Whether the DASH runtime has been initialized. More... | |
| void | dart_abort (int errorcode) __attribute__((noreturn)) |
| Abort the application run without performing any cleanup. More... | |