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 @@ -289,8 +289,8 @@ int mca_pml_ucx_init(int enable_mpi_threads)
289
289
if (enable_mpi_threads && (attr .thread_mode != UCS_THREAD_MODE_MULTI )) {
290
290
/* UCX does not support multithreading, disqualify current PML for now */
291
291
/* TODO: we should let OMPI to fallback to THREAD_SINGLE mode */
292
- PML_UCX_VERBOSE ( 1 , "UCP worker does not support MPI_THREAD_MULTIPLE. "
293
- "PML UCX could not be selected" );
292
+ PML_UCX_WARN ( "UCP worker does not support MPI_THREAD_MULTIPLE. "
293
+ "PML UCX could not be selected" );
294
294
rc = OMPI_ERR_NOT_SUPPORTED ;
295
295
goto err_destroy_worker ;
296
296
}
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