How do I configure multiple users to use the shared spooler without causing conflicts?
이전 댓글 표시
Greetings,
I am having a problem with the spooler space for MDCS. Lets assume user1 launches a job after opening X workers with "matlabpool open X". The job finishes, and the user2 then opens X' workers with "matlabpool openX' ". User2s job will fail because they don't have permission to access the temp files left behind by User1! As soon as I delete the files left by User1, then User2 can run his jobs. This is obviously problematic. :-/
I didn't see anything in the documentation except that I should setup a shared spooler space for all the nodes to access. Other programs we use configure and setup $SomeShare/spooler/$user automatically, but Matlab seems to just dump everything by everyone into $SomeShare/spooler.
So the question is, did I miss something in the documentation? Is there a better way of configuring the Matlab spooler? Or is it acceptable to just squash the rights and let every do anything in the spooler directory?
Thanks!
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!