Don't import the datatype debug output if we're not in debug mode.
This commit was SVN r13650.
Этот коммит содержится в:
родитель
2a16c094f7
Коммит
beb9be3fe4
@ -187,9 +187,11 @@ static void dump_ldi( ddt_ldi_t* buffer, int start_pos, int end_pos )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if OMPI_ENABLE_DEBUG
|
||||||
extern int ompi_unpack_debug;
|
extern int ompi_unpack_debug;
|
||||||
extern int ompi_pack_debug;
|
extern int ompi_pack_debug;
|
||||||
extern int ompi_position_debug ;
|
extern int ompi_position_debug ;
|
||||||
|
#endif /* OMPI_ENABLE_DEBUG */
|
||||||
|
|
||||||
static char* bytes_dump( void* src, size_t cnt )
|
static char* bytes_dump( void* src, size_t cnt )
|
||||||
{
|
{
|
||||||
@ -222,9 +224,11 @@ int main( int argc, char* argv[] )
|
|||||||
|
|
||||||
ompi_ddt_init();
|
ompi_ddt_init();
|
||||||
|
|
||||||
|
#if OMPI_ENABLE_DEBUG
|
||||||
ompi_unpack_debug = 0;
|
ompi_unpack_debug = 0;
|
||||||
ompi_pack_debug = 0;
|
ompi_pack_debug = 0;
|
||||||
ompi_position_debug = 0;
|
ompi_position_debug = 0;
|
||||||
|
#endif /* OMPI_ENABLE_DEBUG */
|
||||||
|
|
||||||
create_segments( datatype, data_count, fragment_size,
|
create_segments( datatype, data_count, fragment_size,
|
||||||
&segments, &seg_count );
|
&segments, &seg_count );
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user