DCS parallel config validation - make the scratch directory during validation otherwise validation fails (any workarounds)

조회 수: 1 (최근 30일)
DCS 128 node license
Parallel configuration - Parallel Submit function in the configuration manager is parallelSubmitFcn- {@parallelSubmitFcn, 'cluster.*******.***.edu', '/lustre/scratch/USERID/matlab'}
However If the folder /lustre/scratch/USERID/matlab does not exist, validation of the parallel configuration fails. Is there anyway to create the folder using 'mkdir' just before the validation runs.
once it is made it can always be used by Matlab.
Right now we ask Users to ssh and create the folder but was wondering if the there was way to automate it before validation as 'validation' is the first step users perform before using MATLAB on our cluster.
P.S.- Have looked into the Submit scripts tailored for our cluster parallelSubmitFcn.m , distributedSubmitFcn.m, findResource.m and the validateConfig.m in the distcomp toolbox but could not find a place to make the directory.
  댓글 수: 8
Konrad Malkowski
Konrad Malkowski 2011년 11월 17일
Hi Thomas,
No, at the moment there is no way of doing this automatically during validation.
I will add it as an enhancement request for a future release.

댓글을 달려면 로그인하십시오.

채택된 답변

Thomas
Thomas 2012년 3월 19일
This request has been added as an enhancement form a future release..

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Parallel Server에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by