Skip to content

Commit 2cb35c0

Browse files
authored
Simple change to keep repo alive
1 parent b4430a3 commit 2cb35c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ number of threads running in application:
44
```
55
python -m smp [-f <oversubscription_factor>] [-p <number_of_outermost_processes>] script.py
66
```
7-
The module supports two types of process pool: multiprocessing.pool.Pool and
8-
concurrent.futures.ProcessPoolExecutor, as well as one thread pool: multiprocessing.pool.ThreadPool.
7+
The module supports two types of process pool: **multiprocessing.pool.Pool** and
8+
**concurrent.futures.ProcessPoolExecutor**, as well as one thread pool: **multiprocessing.pool.ThreadPool**.
99
Can be run with TBB module as well:
1010
```
1111
python -m smp [-f <oversubscription_factor>] [-p <number_of_outermost_processes>] -m tbb script.py

0 commit comments

Comments
 (0)