The datatype dump function is always visible so we don't need a
fake one. This commit was SVN r19158.
Этот коммит содержится в:
родитель
58ecf3ea4f
Коммит
2bd9ddfc28
@ -47,17 +47,6 @@ void print_double_mat( unsigned int N, double* mat );
|
|||||||
ompi_datatype_t* lower_matrix( unsigned int mat_size );
|
ompi_datatype_t* lower_matrix( unsigned int mat_size );
|
||||||
|
|
||||||
|
|
||||||
#if OMPI_C_HAVE_VISIBILITY
|
|
||||||
/**
|
|
||||||
* empty dummy function for the case the we use visibility and cannot access the
|
|
||||||
* real one.
|
|
||||||
*/
|
|
||||||
void ompi_ddt_dump( const ompi_datatype_t* pData )
|
|
||||||
{
|
|
||||||
printf("**** Compile without visibility of you want to see a dump ****\n");
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Cache cleanup.
|
* Cache cleanup.
|
||||||
*/
|
*/
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user