Hi Craig,
> Subject: LAM: Matlab does not run GUI after installing MPI-Toolbox.
> Date: Mon, 26 Jul 2004 14:45:13 -0230
> From: Craig Harding <charding_at_[hidden]>
> To: General LAM/MPI mailing list <lam_at_[hidden]>
>
> Before installing the MPI-Toolbox I could run matlab from my cluster remotely
> and the gui would load fine. Now after installing the Toolbox and following the
> directions I only get the Text prompt. When looking at my firewall logs I do see
> the connections to my machine to my XServer but it then goes to the Text Prompt.
>
That's the tested/suggested setup, text console. It's suggested in the
first lines of the tutorial file, where it says:
% ******************************************
% You might want to * alias matlab='matlab -nosplash -nojvm' *
% ******************************************
% MPITB is not compatible with the Java engine
If I remember well, MATLAB R12 had problems after spawning children
(spawn call would never return due to some signal mask setup in MATLAB
code). Also I had problems with keyboard locale, so I didn't try it
further. I directly suggest text console with MATLAB R13. We might try
the gui again with R13, if you are interested... after we solve your
text console problem, of course :-)
> When I disable the plugin on startup I still get the text prompt. Has any had
> the same occurrence with this?
>
Perhaps you left the "alias -nojvm" hanging around in your .bashrc?
Please followup to my e-mail address. Hope we can solve it promptly
(and perhaps I can convince you to take a second try with MPITB :-)
-javier
|