DASH  0.3.0
dart_initialization.h File Reference
#include <stdbool.h>
#include <dash/dart/if/dart_types.h>
#include <dash/dart/if/dart_util.h>
Include dependency graph for dart_initialization.h:
This graph shows which files directly or indirectly include this file:

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...