File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -319,8 +319,8 @@ int mca_pml_ucx_init(int enable_mpi_threads)
319
319
if (enable_mpi_threads && (attr .thread_mode != UCS_THREAD_MODE_MULTI )) {
320
320
/* UCX does not support multithreading, disqualify current PML for now */
321
321
/* TODO: we should let OMPI to fallback to THREAD_SINGLE mode */
322
- PML_UCX_VERBOSE ( 1 , "UCP worker does not support MPI_THREAD_MULTIPLE. "
323
- "PML UCX could not be selected" );
322
+ PML_UCX_WARN ( "UCP worker does not support MPI_THREAD_MULTIPLE. "
323
+ "PML UCX could not be selected" );
324
324
rc = OMPI_ERR_NOT_SUPPORTED ;
325
325
goto err_destroy_worker ;
326
326
}
Original file line number Diff line number Diff line change 26
26
#define PML_UCX_ASSERT MCA_COMMON_UCX_ASSERT
27
27
#define PML_UCX_ERROR MCA_COMMON_UCX_ERROR
28
28
#define PML_UCX_VERBOSE MCA_COMMON_UCX_VERBOSE
29
-
29
+ #define PML_UCX_WARN MCA_COMMON_UCX_WARN
30
30
31
31
typedef struct mca_pml_ucx_module mca_pml_ucx_module_t ;
32
32
typedef struct pml_ucx_persistent_request mca_pml_ucx_persistent_request_t ;
You can’t perform that action at this time.
0 commit comments