Submit job to specified workers in an MJS cluster
Show older comments
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 Comment
Peter Schwander
on 7 Jan 2020
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.
Accepted Answer
More Answers (0)
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!