24#ifndef PYTHON_H_INCLUDED
25#define PYTHON_H_INCLUDED
51 Python(
const std::string tool_name,
52 const std::string script,
67 cl_event
_execute(
const std::vector<cl_event> events);
The calculation main entry point. (See Aqua::CalcServer::CalcServer for details)
Python script execution tool. (See Aqua::CalcServer::Python for details)
Execute a Python script.
Definition: Python.h:44
cl_event _execute(const std::vector< cl_event > events)
Definition: Python.cpp:291
void initPython()
Initialize the Python interpreter.
Definition: Python.cpp:320
void load()
Load the script and extract the callable function.
Definition: Python.cpp:351
void setup()
Initialize the tool.
Definition: Python.cpp:279
~Python()
Destructor.
Definition: Python.cpp:268
Main AQUAgpusph namespace.
Definition: ArgumentsManager.cpp:45