Skip to content

Commit

Permalink
Update demo_parallel.m
Browse files Browse the repository at this point in the history
add some annotations.
  • Loading branch information
GuanxingLu authored May 19, 2023
1 parent cc3d80e commit 8fb2dee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo_parallel.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

clc,clear
addpath(genpath(cd))
% start parallel pool. If you run this script on your own desktop, just ignore this and modify "parfor" to "for"
delete(gcp('nocreate'));
parpool('local',12);

Expand Down

0 comments on commit 8fb2dee

Please sign in to comment.