1
1

mtl-portals4: add a debug message for thread multiple mode

Этот коммит содержится в:
Todd Kordenbrock 2015-04-15 13:11:25 -05:00
родитель 35e5ffd001
Коммит 422be76770

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

@ -31,6 +31,7 @@
#include "mtl_portals4_request.h"
#include "mtl_portals4_recv_short.h"
#include "mtl_portals4_message.h"
#include "ompi/runtime/mpiruntime.h"
static int param_priority;
@ -266,6 +267,12 @@ ompi_mtl_portals4_component_init(bool enable_progress_threads,
int ret;
ptl_process_t id;
if (enable_mpi_threads && ompi_mpi_thread_multiple) {
opal_output_verbose(1, ompi_mtl_base_framework.framework_output,
"mtl portals4 is initialized for threads");
}
/* Initialize Portals and create a physical, matching interface */
ret = PtlInit();
if (PTL_OK != ret) {