Parpool Error - Parpool won't start
조회 수: 5 (최근 30일)
이전 댓글 표시
Error Report: Failed to start pool.
Caused by:
Error using matlab.internal.storage.getMATLABDriveFolder
Can't reload 'C:\Program Files\matlab\R2017a\bin\win64\mldrivebuiltins.dll'
답변 (1개)
TED MOSBY
2024년 10월 10일
Hi Fernando,
The error is suggesting that there is some trouble loading the DLL file. As you have not attached the code files and other details, here are some general steps to check:
- Check File Existence: Verify that the file “mldrivebuiltins.dll” exists in the specified directory: “C:\Program Files\matlab\R2017a\bin\win64\.”
- Permissions: You might need administrative privileges so check if you have the necessary permission to the MATLAB installation directories.
- Corrupted file: Try reinstalling MATLAB as the DLL file might be corrupted and the installation might not have happened properly
- Environment variables: Ensure that your system's environment variables, particularly PATH, include the correct paths to MATLAB's binaries.
- Firewall: Sometimes, antivirus software or firewalls can block or interfere with program files. Temporarily disable them to see if the issue persists.
Lastly, update MATLAB to a newer version if anything above doesn’t work.
Hope this helps!
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Parallel Computing Fundamentals에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!