필터 지우기
필터 지우기

Matlab2020a Stores DMR files to C: drive

조회 수: 8 (최근 30일)
Paul Mitchell
Paul Mitchell 2021년 6월 11일
댓글: Paul Mitchell 2022년 5월 9일
Good Evening,
The workstaions I run the model on have lots of RAM and no spare (well < 30GB) C: drive capacity. Does an option exist which allows Matlab to store DRM in memory (workspace) rather than on the C: drive ?
or
Has an option to do this been added to a later version of Matlab ?
Thank You
  댓글 수: 5
Jan
Jan 2022년 5월 9일
@Paul Mitchell: Is moving the TEMP folder to another drive an option? Maybe:
@ECHO off
REM File: Matlab_TempD.bat
set "TMP=D:\Temp"
start "" matlab
exit
Now tempdir replies 'D:\Temp\' and maybe the DMR files (what ever this is) are stored there.
Paul Mitchell
Paul Mitchell 2022년 5월 9일
Hi Jan, I am running on a HPC system. Currently the data is written the Node C: drive [but filling this drive] - I have a shabby method of systematically running a Robocopy script which mirrors (/MIR) the Temp directory on the C: drive with an empty directory - thus clearing it out. Not ideal but it gets me around the problem it’s just tedious having to remember to keep running the script.
The alternative is to write it to the HPC storage array (as per your suggestion) which I have tried but here problems arise because of not only me but also many other people accessing the storage array at once - causing random model failures.
The DMR files are files associated with the Simulink Data Inspector - which can get quite large (>4GB) which Maltab does not appear to handle there removal very well - retaining hundered of these files soon fills the Node C: drive.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink Environment Customization에 대해 자세히 알아보기

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by