Skip to content

Commit a650d49

Browse files
committed
250731.201816.PDT revoke: try starting a parpool with the number of cores before profiling
1 parent 716f9fb commit a650d49

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/profile_cobyla_small.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ jobs:
121121
with:
122122
command: |
123123
ver;
124-
feature('numCores') % Check the number of available cores
125-
parpool(feature('numCores')); % Start a parallel pool with the number of available cores
126124
root_dir = pwd();
127125
128126
cd(fullfile(root_dir, 'matcutest')); install(); which macup

.github/workflows/profile_lincoa_small.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ jobs:
115115
with:
116116
command: |
117117
ver;
118-
feature('numCores') % Check the number of available cores
119-
parpool(feature('numCores')); % Start a parallel pool with the number of available cores
120118
root_dir = pwd();
121119
122120
cd(fullfile(root_dir, 'matcutest')); install(); which macup

0 commit comments

Comments
 (0)