How to delete files from parallel pool?

Is it possible to delete a file from a parallel pool that was previously attached by addAttachedFiles.
Thanks a lot!

답변 (1개)

Sid Jhaveri
Sid Jhaveri 2017년 6월 6일

0 개 추천

There 3 main scenarios that I can think of:
1) Any attached files to a parallel pool will be deleted when the pool goes out of scope and is deleted.
2) Same thing is true for files attached to a particular job.
3) If you want to delete an attached file before the termination of the corresponding pool, you might have write it manually in your code. You might want to keep track of a condition and when that condition is meet, get the attached files name/path and delete it.
You might want to refer to the links given below:

카테고리

도움말 센터File Exchange에서 Matrix Indexing에 대해 자세히 알아보기

질문:

2017년 6월 2일

답변:

2017년 6월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by