How can i make nodes communicate each other by using MDCS?
6 ビュー (過去 30 日間)
古いコメントを表示
hi, i'm student of master's course in korea. I have some problem to using MDCS.
The cluster that I using is have 64 cores, and admincenter reconize them all.
And when I running som functions, the cores of cluster show reactions, but master(?) core could not recieve the signal that functions is finished. Pushing ctrl+C, error massage appeared like as bottom sentense
'Error using distcomp.eventwaiter/waitForEvent
Error in distcomp.job/waitForState (line 97) OK = lock.waitForEvent(timeout);
Error in dfeval (line 104) waitForState(jobObj,'finished');'
And there are other problerms. when i running my code that contained external executed file in one PC using parfor to paralleize the code to 4core, doesn't occured error. But running in Cluster by MDCS, the code doesn't works. i don't know why..
please help me...
i want to run my code more than once...
0 件のコメント
回答 (1 件)
Jason Ross
2012 年 11 月 27 日
I am not sure about your first problem, but I would imagine the reason the second problem occurs is that the cluster can't find the executable because it's not accessible. To make it accessible, you can do something like put it in a shared location and use the full path to the executable, or you could attach it as an attached file or folder in the cluster profile. There are pluses and minuses to each approach.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で MATLAB Parallel Server についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!