Does buildtool offer parallel task execution

Very little information is available on the new buildtool and buildplan features in R2022B. I cannot install R2022B at this time but would like to know if is is able to run independent tasks in parallel on a multicore processor. If so, does that require the Parallel Computing Toolbox?

4 件のコメント

Praharshita
Praharshita 2022 年 10 月 17 日
The Parallel Computing Toolbox is required to run independent tasks in parallel on a multicore processor.
Refer to the following link for more information regarding this query.
Walter Roberson
Walter Roberson 2022 年 10 月 17 日
That does not reply to the question of whether you can be compiling multiple files simultaneously.
Benjamin Thompson
Benjamin Thompson 2022 年 10 月 17 日
So back to STAFF @praharshitha swayampakula, when using buildtool and buildplan in R2022B, can the tool run multiple tasks in parallel if they are independent, and if so, does that require the parallel processing toolbox?
Erik Voigt
Erik Voigt 2023 年 5 月 9 日
I am also very interested in this. When reading the doc it does not look like it can spawn of tasks to individual workers....guess its in the making (I hope).
FYI we have made our own buildtool years ago, including parallelling. When the Mathworks buildtool can do all we need we likely will migrate to that instead.

サインインしてコメントする。

回答 (1 件)

Tushar Sharma
Tushar Sharma 2024 年 10 月 28 日

0 投票

Hi Benjamin,
Yes, beginning with MATLAB release R2024a, the buildtool can execute builds in parallel, provided you have the Parallel Computing Toolbox.
Currently, this option affects only how matlab.buildtool.tasks.TestTask instances run. If you specify the -parallel option, the build runs the tests associated with TestTask instances in parallel.
You may refer to this doc - buildtool - Invoke build tool - MATLAB.

カテゴリ

ヘルプ センター および File ExchangeBuild Automation についてさらに検索

製品

リリース

R2022b

タグ

質問済み:

2022 年 10 月 10 日

回答済み:

2024 年 10 月 28 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by