1
1

The PTLs are now long gone ...

This commit was SVN r15763.
Этот коммит содержится в:
George Bosilca 2007-08-04 00:37:52 +00:00
родитель d658a477af
Коммит 8baeadb761

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

@ -603,7 +603,7 @@ int ompi_mpi_init(int argc, char **argv, int requested, int *provided)
opal_set_using_threads(true);
}
/* start PTL's */
/* start PML/BTL's */
ret = MCA_PML_CALL(enable(true));
if( OMPI_SUCCESS != ret ) {
error = "PML control failed";