sct-pipeline / csa-atrophy

Evaluate the sensitivity of atrophy detection with SCT
https://csa-atrophy.readthedocs.io/
MIT License
1 stars 0 forks source link

Correction: run_all does not use OpenMP #72

Closed PaulBautin closed 4 years ago

PaulBautin commented 4 years ago

Up to now the help for run_all says "Break down OpenMP jobs across sub-datasets" but this is not the case. run_all batches jobs and uses local multiprocessing on a single node without using openmp.

DONE:

Fixes #68