1
1

* turn off debugging in the bowels of the Portals reference implementation

This commit was SVN r6864.
Этот коммит содержится в:
Brian Barrett 2005-08-14 02:05:23 +00:00
родитель c0b5129df9
Коммит f68ede1c93

Просмотреть файл

@ -46,7 +46,7 @@ mca_btl_portals_init_compat(mca_btl_portals_component_t *comp)
{
ptl_process_id_t info;
int ret, max_interfaces;
#if 1 /* send all the portals internal debug to a file or stderr */
#if 0 /* send all the portals internal debug to a file or stderr */
FILE *output;
char *tmp;