Clear Filters
Clear Filters

Client struggles to get 256 cores of MDCS

1 view (last 30 days)
Having just installed the MDCS with 256 cores, I'm finding that my clients just can't pick up the full host.
I have a single MJS queue with all the cores in it.
The Validation passes all tests except the final Parpool test.
I think I have sufficient ports open - TCP, 27000-29150
(base port = 27350, 1000 bc parallel, 5, nJ =1, nW = 256, 3nw=768; bp+1000+5+nj+3nW = 29124, I rounded up for good measure)
I can get the client to work with 128 cores, but it just wont get 256.

Accepted Answer

Lachlan Simpson
Lachlan Simpson on 27 Jul 2015
This was solved by addressing the File Descriptor issue. Unfortunately, again, MatLab's documentation is not only poor, but uninformative.
When I tried ulimit in Ubuntu 14.04 I got "unlimited" as both root and user.
Turns out "ulimit -a" gave a richer answer.

More Answers (0)

Categories

Find more on MATLAB Parallel Server in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!