The
dacs_runtime_init service
initializes all runtime services for DaCS.
Note: This service must be called
for every process before any other DaCS services can be used. All other DaCS
services will return DACS_ERR_NOT_INITIALIZED if called before
this service.
A host process may call this
service more than once, provided there is a call to dacs_runtime_exit() in
between. An accelerator process may only call this service once, even if
there is an intervening call to dacs_runtime_exit().