|
| def_openmp.h |
| wrappers for OpenMP defines
|
|
| tpi.h |
| the type definitions for the SCIP parallel interface
|
|
| tpi_none.c |
| the interface functions for dummy tpi
|
|
| tpi_none.h |
| the dummy implementation defines all functions as macros
|
|
| tpi_openmp.c |
| the interface functions for openmp
|
|
| tpi_openmp.h |
| the tpi_openmp redefines the lock functionality and some condition functionality as macros
|
|
| tpi_tnycthrd.c |
| a TPI implementation using tinycthreads
|
|
| tpi_tnycthrd.h |
| the tinycthreads implementation defines the lock and condition functionality as macros
|
|
| type_tpi.h |
| the type definitions for the task processing interface
|
|
| type_tpi_none.h |
| the type definitions for the the locks and condition variables for the dummy implementation of the TPI
|
|
| type_tpi_openmp.h |
| the type definitions for the the locks and condition variables for the OpenMP implementation of the TPI
|
|
| type_tpi_tnycthrd.h |
| the type definitions for the the locks and condition variables for the tinycthreads implementation of the TPI
|
|