diff --git a/matlab/distributeJobs.m b/matlab/distributeJobs.m index e5b5018e0253f948477f18cbbb56cae332d8b7fb..31e980da32c1721b6463a8bc0ecc240b10ab0e6d 100644 --- a/matlab/distributeJobs.m +++ b/matlab/distributeJobs.m @@ -5,9 +5,9 @@ function [nCPU, totCPU, nBlockPerCPU] = distributeJobs(Parallel, fBlock, nBlock) % % INPUTS % o Parallel [struct vector] copy of options_.parallel -% o fBlock [int] index number of the first thread +% o fBlock [int] index number of the first job (e.g. MC iteration or MH block) % (between 1 and nBlock) -% o nBlock [int] index number of the last thread. +% o nBlock [int] index number of the last job. % % OUTPUT % o nBlockPerCPU [int vector] for each CPU used, indicates the number of