BeBOP: pOSKI
v1.0.0
parallel Optimized Sparse Kernel Interface library
|
Check the current system configurations. More...
#include <stdio.h>
#include <poski/poski_system.h>
#include <poski/poski_print.h>
Functions | |
int | poski_system_configure (void) |
Check the system configurations. | |
int | test_main_poski_system_configure () |
Test the poski_SySConfigureHandler's routines. |
Check the current system configurations.
This module implements the system configuration handler routines.
NOTE: Currently, only support Linux and Solaris.
int poski_system_configure | ( | void | ) |
Check the system configurations.
This routine is for checking the system configurations including the pagesize and the number of cores on the system.
int test_main_poski_system_configure | ( | ) |
Test the poski_SySConfigureHandler's routines.
This routine is for testing the functionality of the poski_SySConfigureHandler's routines.