Hi, I've got a problem in implementing MPITB for MATLAB.
The problem is, when I configuring the startup.m, it seems to have lots of error. Even though I tried to fixed it, it only produce more error.
Can anybody help me fixing this error?
The error message is:
??? Error using ==> startup
MPI Toolbox not found (M files)
if ~exist(q, 'dir'), clear p q, error('MPI Toolbox not found (M files)'), end
I dont understand the first error, but when i tried to fix the second error with deleting the (~), the error is gone with raising another error
Warning: Name is nonexistent or not a directory: /matlab/mpitb/mpi.
> In path at 115
In addpath at 95
In startup at 27
In matlabrc at 176
??? Error using ==> startup
MPI Toolbox not found (MEX files)
Error in ==> startup at 29
if ~exist(q, 'dir'), clear p q, error('MPI Toolbox not found (MEX files)'), end
Error in ==> matlabrc at 176
startup
I dont understand why is my directory could be inconsistent?
Thank you.
Regards,
Richard Pan
A life without knowing anything is not a life at all.
Live your life with your own decision so you will never regret what you have done when you look back.
|