Commit 315c76d
committed
Set ITK to be single threaded in the characterize_data script.
The characterize_data script uses multi-processing for
concurrency. ITK filters use multi-threading as part of each process. There
is the potential for contention when too many threads are created as
compared to the number of available cores on the CPU. The solution
here is to set ITK to run in single threaded mode and the speedup is
obtained from the parallel processes.1 parent 7ab41da commit 315c76d
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1049 | 1049 | | |
1050 | 1050 | | |
1051 | 1051 | | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
1052 | 1060 | | |
1053 | 1061 | | |
1054 | 1062 | | |
| |||
0 commit comments