Skip to content

Commit

Permalink
DOCS: fix thread mode description (openucx#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei-Lebedev authored May 15, 2024
1 parent 930634e commit c65c4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ucc/api/ucc.h
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ typedef enum {
*
* @ref ucc_thread_mode_t is used to initialize the UCC library’s thread mode.
* The UCC library can be configured in three thread modes UCC_THREAD_SINGLE,
* UCC_THREAD_FUNNELED, and UCC_LIB_THREAD_MULTIPLE. In the UCC_THREAD_SINGLE
* UCC_THREAD_FUNNELED, and UCC_THREAD_MULTIPLE. In the UCC_THREAD_SINGLE
* mode, the user program must not be multithreaded. In the UCC_THREAD_FUNNELED
* mode, the user program may be multithreaded. However, all UCC interfaces
* should be invoked from the same thread. In the UCC_THREAD_MULTIPLE mode, the
Expand Down

0 comments on commit c65c4a3

Please sign in to comment.