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:
change the term openMP for the term multiprocessing. Example: Break down OpenMP jobs across sub-datasets becomes Break down multiprocessing jobs across sub-datasets.
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:
Break down OpenMP jobs across sub-datasets
becomesBreak down multiprocessing jobs across sub-datasets
.Fixes #68