However from what I understand this is the very "generic"
way to do it. It is causing problems with my installation
of icc because icc is looking for a license and not finding
one because there is no icc license server running on that
machine!
So the question is, generally there is a more specific
variable I can set, such as "Matlab_LICENSE_FILE" or
something - does anyone know what it is or where I can look
to find it?
In article <g38t8r$cbf$1@fred.mathworks.com>,
David <daviddoria@gmail.com> wrote:
>currently I have this in my .bashrc
>export LM_LICENSE_FILE=NUMBER@MyLicenseServer
>So the question is, generally there is a more specific
>variable I can set, such as "Matlab_LICENSE_FILE" or
>something
MLM_LICENSE_FILE
or use the matlab (unix) -c option to indicate the location
of the license file. (A shell alias might help for that.)
--
"All human knowledge takes the form of interpretation."
-- Walter Benjamin
David <daviddoria@gmail.com> wrote:
> currently I have this in my .bashrc
>
> export LM_LICENSE_FILE=NUMBER@MyLicenseServer
>
> However from what I understand this is the very "generic"
> way to do it. It is causing problems with my installation
> of icc because icc is looking for a license and not finding
> one because there is no icc license server running on that
> machine!
>
> So the question is, generally there is a more specific
> variable I can set, such as "Matlab_LICENSE_FILE" or
> something - does anyone know what it is or where I can look
> to find it?
>
Use MLM_LICENSE_FILE. MLM is the name of the MATLAB vendor daemon.
Alternatively, you can list more than one location, separated by a colon.
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Disclaimer prior to use.