Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Removed some verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbellec committed Sep 4, 2015
1 parent cc3c94b commit 6a78e26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion psom_manager.m
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@

%% Time to (try to) submit jobs !!
list_num_to_run = find(mask_todo&~mask_deps);
list_jobs(list_num_to_run)
mask_new_submit = false(opt.max_queued,1);
nb_to_submit = length(list_num_to_run);
tag = [];
Expand Down

0 comments on commit 6a78e26

Please sign in to comment.