setGlobalSharkEngine
First introduced in version 3.00.6
Syntax
setGlobalSharkEngine(skengine)
Details
Sets the Shark engine as the global engine.
Note:
The Community Edition license does not support Shark. To use Shark, go to the official download page and click Request a free trial in the Shark section.
Parameters
skengine is a Shark engine handle.
Returns
None
Examples
config = {"system":"cuda"}
engine = createSharkEngine(config)
setGlobalSharkEngine(engine)
Related functions: createSharkEngine, getGlobalSharkEngine
