Skip to content

Commit

Permalink
DOCS: fix thread mode description
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei-Lebedev committed May 14, 2024
1 parent b272589 commit 7a73dcf
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 7a73dcf

Please sign in to comment.