| StarPU Handbook
    | 
| Macros | |
| #define | STARPU_MAJOR_VERSION | 
| #define | STARPU_MINOR_VERSION | 
| #define | STARPU_RELEASE_VERSION | 
| Functions | |
| void | starpu_get_version (int *major, int *minor, int *release) | 
| #define STARPU_MAJOR_VERSION | 
Define the major version of StarPU. This is the version used when compiling the application.
| #define STARPU_MINOR_VERSION | 
Define the minor version of StarPU. This is the version used when compiling the application.
| #define STARPU_RELEASE_VERSION | 
Define the release version of StarPU. This is the version used when compiling the application.
| void starpu_get_version | ( | int * | major, | 
| int * | minor, | ||
| int * | release | ||
| ) | 
Return as 3 integers the version of StarPU used when running the application.
 1.8.1.2
 1.8.1.2