1
1

argh, a debugging sleep statement got into the source code.

Этот коммит содержится в:
Edgar Gabriel 2015-11-16 13:26:57 -06:00
родитель 9828389dd7
Коммит 9e5ade4e8b

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

@ -350,7 +350,6 @@ int mca_io_ompio_simple_grouping(mca_io_ompio_file_t *fh,
k++;
}
}
sleep (10);
return OMPI_SUCCESS;
}