Submit job to specified workers in an MJS cluster
古いコメントを表示
My tasks consume a large amount of memory so that I should not submit more than 5 tasks to each node in our group cluster (each node has 8 workers). Can I tell MJS to use only 5 workers in each node? If not possible, can we do it manually?
1 件のコメント
Peter Schwander
2020 年 1 月 7 日
I have a somewhat related question. In MATLAB R2019a, I want that have successive tasks to go on different worker nodes. This was possible e.g. in MATLAB2015b by chosing appropriate names for the workers, i.e.
./startworker -name worker000 -jobmanagerhost boltzmann.phys.uwm.edu -remotehost compute-0-0 -v -clean
./startworker -name worker001 -jobmanagerhost boltzmann.phys.uwm.edu -remotehost compute-0-1 -v -clean
./startworker -name worker002 -jobmanagerhost boltzmann.phys.uwm.edu -remotehost compute-0-2 -v -clean
./startworker -name worker003 -jobmanagerhost boltzmann.phys.uwm.edu -remotehost compute-0-3 -v -clean
However, with MATLAB R2019a, this scheme does not work anymore.
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!