Corrected bug in script to be submitted to cluster
This commit is contained in:
parent
25e8e944ac
commit
b204f37068
@ -20,7 +20,7 @@ function run_hybrid_worker_wrapper(batchIdx)
|
|||||||
|
|
||||||
% Call worker with this batch of parameters
|
% Call worker with this batch of parameters
|
||||||
batchParams = paramGrid(firstIdx:lastIdx, :);
|
batchParams = paramGrid(firstIdx:lastIdx, :);
|
||||||
Scripts.run_hybrid_worker_for_phase_boundary(batchParams, batchIdx);
|
Scripts.run_hybrid_worker(batchParams, batchIdx);
|
||||||
end
|
end
|
||||||
|
|
||||||
function vals = parse_environmental_variable(varName, default)
|
function vals = parse_environmental_variable(varName, default)
|
||||||
|
Loading…
Reference in New Issue
Block a user