Hi,
Thx for your support.
We got a hint from matlab support to activate matlab build-in support for 
hardware rendering.
This solved our performance problems.
Best Regards.

-----Ursprüngliche Nachricht-----
Von: DRC [mailto:[email protected]]
Gesendet: Freitag, 24. Juli 2009 20:20
An: VirtualGL Users
Betreff: Re: [VirtualGL-Users] Running Matlab2007b via TurboVNC

Try the attached modified script and see if that fixes the problem. If not, 
then I will probably have to get a copy of the app to proceed any further.

Also, have you tried the latest version of VirtualGL (2.1.3)?  Does it exhibit 
this same problem?

Binsch, Thomas wrote:
> It's a script.
>
> -----Ursprüngliche Nachricht-----
> Von: DRC [mailto:[email protected]]
> Gesendet: Freitag, 24. Juli 2009 10:22
> An: VirtualGL Users
> Betreff: Re: [VirtualGL-Users] Running Matlab2007b via TurboVNC
>
> Is ./matlab a script?  If so, can you send it?  If not, then send the
> output of ldd ./matlab
>
> Binsch, Thomas wrote:
>> [abua...@lilr60qa bin]$ vglrun +pr ./matlab
>> /lib64/libc.so.6: relocation error: /lib64/tls/libpthread.so.0:
>> symbol errno, version GLIBC_PRIVATE not defined in file libc.so.6
>> with link time reference
>>
>> In parallel we're using e.g. Ansys workbench and it's working very well.
>>
>> We're using RHEL4.7 and VirtualGL-2.1.1-20081203.
>>
>> Thx,
>> Thomas
>>
>> -----Ursprüngliche Nachricht-----
>> Von: DRC [mailto:[email protected]]
>> Gesendet: Freitag, 24. Juli 2009 09:16
>> An: VirtualGL Users
>> Betreff: Re: [VirtualGL-Users] Running Matlab2007b via TurboVNC
>>
>> Are you sure VGL is even loaded into the application?  Have you tried 
>> 'vglrun +pr ./matlab'?  If VGL is in fact running, then that should give you 
>> some sort of useful profiling output when the application renders anything 
>> in 3D.  I suspect that VGL is not loaded at all, and the libc message is the 
>> dynamic linker complaining about trying to load it.
>>
>> What distribution of Linux are you running, and what version of VirtualGL?
>>
>> Binsch, Thomas wrote:
>>> Hi,
>>>
>>> We've got several simulation Applications running via TurboVNC 0.5.1
>>> but this one's making problems
>>>
>>>
>>> I can run the command bench in Matlab to see the performance
>>>
>>> If I use no VGL everything works fine without errors,,, And here are
>>> the results..
>>>
>>>
>>>
>>>
>>> And as u see that computation is really fast relative to others
>>> while graphics is terrible..(2d/3d)
>>>
>>>
>>> So I used vglrun with or without -.dl and then I still get this
>>> error but matlab starts...
>>>
>>> abua...@lilr60qa bin]$ vglrun -dl ./matlab [VGL] NOTICE:
>>> Automatically setting VGL_CLIENT environment variable to
>>> [VGL]    10.2.20.63, the IP address of your SSh client.
>>> /lib64/libc.so.6: relocation error: /lib64/tls/libpthread.so.0:
>>> symbol errno, version GLIBC_PRIVATE not defined in file libc.so.6
>>> with link time reference
>>>
>>>
>>> And when I type the command bench I get these errors when I reach
>>> the graphics checks...
>>>
>>>>> bench
>>> ------------------------------------------------------------------------
>>>        Segmentation violation detected at Thu Jul 23 16:08:28 2009
>>> --------------------------------------------------------------------
>>> -
>>> -
>>> --
>>>
>>> Configuration:
>>>   MATLAB Version:   7.5.0.338 (R2007b)
>>>   MATLAB License:   489391
>>>   Operating System: Linux 2.6.9-78.18.ELlargesmp #1 SMP Mon Nov 17
>>> 15:43:53 EST 2008 x86_64
>>>   GNU C Library:    2.3.4 stable
>>>   Window System:    Hummingbird Ltd. (13000), display localhost:11.0
>>>   Current Visual:   0x27 (class 4, depth 24)
>>>   Processor ID:     x86 Family 6 Model 15 Stepping 11, GenuineIntel
>>>   Virtual Machine:  Java 1.6.0 with Sun Microsystems Inc. Java
>>> HotSpot(TM) 64-Bit Server VM mixed mode
>>>   Default Charset:  UTF-8
>>>
>>> Register State:
>>>   rax = 0000000000000000   rbx = 00000000012c87d0
>>>   rcx = 0000002abae1d3c0   rdx = 0000000000000000
>>>   rbp = 00000000409ff530   rsi = 0000002abae2b640
>>>   rdi = 0000000000001f01   rsp = 00000000409ff4f8
>>>    r8 = 00000000409ff3c0    r9 = 00000000409ff4b0
>>>   r10 = 0000000000000000   r11 = 0000002a99887d90
>>>   r12 = 0000000001317dd0   r13 = 00000000409ff580
>>>   r14 = 00000000012c87d0   r15 = 0000000000000001
>>>   rip = 00000036353bad69   flg = 0000000000010246
>>>
>>> Stack Trace:
>>>   [0] libGL.so.1:0x00000036353bad69(0x100000000000002, 600,
>>> 0x01317dd0,
>>> 0x409ff580)
>>>   [1] glren_mesa.so:GLRenderEngineWantToDrawThisScene(GObject_tag*,
>>> SceneContents*)(0x409ff5f0, 0x2a9a067cf1, 0x138800000001, 2) + 31 bytes
>>>   [2] libmwhg.so:RenderEngineWantToDraw(0x138800000001, 2, 0, 0) + 34 bytes
>>>   [3] libmwhg.so:gf_DetermineBestRenderMode(0x2a999aea90,
>>> 0x4000000000000000, 0x4000000000000000, 0x2abdb37e80) + 177 bytes
>>>   [4] libmwhg.so:gf_DetermineRenderMode(173, 0x00793430, 0x01317dd0,
>>> 0x00be1550) + 106 bytes
>>>   [5] libmwhg.so:InitializeFigureRenderEngine(0x409ff7d8,
>>> 0x409ffaa0, 0x2a96bf3446, 0x01156570 "renderPatchOneFace(glren::GLRend..") 
>>> + 46 bytes
>>>   [6] libmwhg.so:commitFigureUpdates(double)(0, 0, 0x100000000,
>>> 0x0058a9d0) + 1280 bytes
>>>   [7] libmwhg.so:NotifyUpdateListeners(ListenerList_tag*, double,
>>> int, void*)(0x409ff7d0, 0x2a99dd1b7d, 0, 0) + 79 bytes
>>>   [8] libmwhg.so:commitAllDatabaseUpdates(0, 0, 0x409ff860,
>>> 0x2a9a832efc
>>> ") + 73 bytes
>>>   [9]
>>> libmwgui.so:gui_objects::WindowProxyRegistry::commitAllDatabaseUpdat
>>> e s ()(0x200c90780, 0xfffffffffffffff8, 1, 0xfffffffffffffff8) + 45
>>> bytes
>>>   [10] libmwuix.so:ws_ProcessPendingEventsHelper(int, int,
>>> bool)(0x409ff880, 0, 1, 0x2a95968027) + 108 bytes
>>>   [11] libmwhg.so:hgDrawnow(0xffffffff00000006, 0x2abbf8a900,
>>> 0x409ff9e0, 0x2a9da0b2e0) + 279 bytes
>>>   [12] libmwm_dispatcher.so:Mfh_builtin::dispatch_mf(int,
>>> mxArray_tag**, int, mxArray_tag**)(0x409ffaa0, 0x409ff940,
>>> 0x2a9da0b2e0, 0x40a005e0) +
>>> 84 bytes
>>>   [13] libmwm_dispatcher.so:Mfh_MATLAB_fn::dispatch_fh(int,
>>> mxArray_tag**, int, mxArray_tag**)(0x409ff9a0, 0,
>>> 0x3fe3c00500dd9100,
>>> 0x6bca49840) + 236 bytes
>>>   [14] libmwm_interpreter.so:inDispatchFromStack(int, char const*,
>>> int, int)(0x409ffdbc, 0, 0x00ef4b1c "drawnow", 0) + 1062 bytes
>>>   [15] libmwm_interpreter.so:inDispatchCall(char const*, int, long,
>>> int, int*, int*)(0x1100000001, 0x008dec24, 0x2a96d2a550, 0x409ffdc0) + 165 
>>> bytes
>>>   [16] libmwm_interpreter.so:inInterp(inDebugCheck, int, int,
>>> opcodes, inPcodeNest_tag volatile*, long*)(0x40a00268, 0x2abe10f0b0,
>>> 0x2f00000000, 0x100001183) + 4131 bytes
>>>   [17] libmwm_interpreter.so:protected_inInterp(inDebugCheck, int,
>>> int, opcodes, inPcodeNest_tag*, long*)(1, 0x2a97886fb0, 0,
>>> 0x00b0cf10)
>>> + 140 bytes
>>>   [18] libmwm_interpreter.so:inInterPcodeSJ(inDebugCheck, int, int,
>>> opcodes, inPcodeNest_tag*, long*)(0, 0x40a0027c, 0x40a00230, 0) + 273 bytes
>>>   [19] libmwm_interpreter.so:inExecuteMFunctionOrScript(Mfh_mp*,
>>> bool)(0, 0x2a00000000, 0x622e335200000000, 0x40a00520) + 549 bytes
>>>   [20] libmwm_interpreter.so:inRunMfile(int, mxArray_tag**, int,
>>> mxArray_tag**, Mfh_mp*, inWorkSpace_tag*)(0x40a00760, 0x40a00600,
>>> 0x01061030, 0x40a01d30) + 651 bytes
>>>   [21] libmwm_dispatcher.so:Mfh_file::dispatch_fh(int,
>>> mxArray_tag**, int, mxArray_tag**)(0x1840a006d0, 0, 0x2a95adad00, 
>>> 0x40a00738) + 236 bytes
>>>   [22] libmwm_interpreter.so:inDispatchFromStack(int, char const*,
>>> int, int)(0x40a00a7c, 0x24100000000, 0x2abca473c4 "bench", 0) + 1062 bytes
>>>   [23] libmwm_interpreter.so:inDispatchCall(char const*, int, long,
>>> int, int*, int*)(0x2a9d94dfe0, 0x2abe0c30e0, 1, 0x40a00a80) + 165 bytes
>>>   [24] libmwm_interpreter.so:inInterp(inDebugCheck, int, int,
>>> opcodes, inPcodeNest_tag volatile*, long*)(0x40a00ed0, 0x2abe10a1f0,
>>> 0,
>>> 0x200000000) + 2232 bytes
>>>   [25] libmwm_interpreter.so:protected_inInterp(inDebugCheck, int,
>>> int, opcodes, inPcodeNest_tag*, long*)(0x40a00d20, 0x40a00fc0,
>>> 0xffffffff,
>>> 0x40a00dd8) + 140 bytes
>>>   [26] libmwm_interpreter.so:inInterPcodeSJ(inDebugCheck, int, int,
>>> opcodes, inPcodeNest_tag*, long*)(0x40a01820, 0x2abc6372f0, 0, 0) +
>>> 273 bytes
>>>   [27] libmwm_interpreter.so:inInterPcode(0x2ab9e42a78 "jl~",
>>> 0x2ab75f0728, 0x2ab9e42a78 "jl~", 0x40a00f28) + 130 bytes
>>>   [28]
>>> libmwm_interpreter.so:inEvalStringWithIsVarFcn(_memory_context*,
>>> char const*, EvalType, int, mxArray_tag**, inDebugCheck,
>>> _pcodeheader*, int*, bool (*)(void*, char const*), void*, bool)(0,
>>> 0, 0x2a968a4fb0, 0)
>>> + 3356 bytes
>>>   [29] libmwm_interpreter.so:inEvalString(0, 0, 0, 0x40a01bf8) + 59 bytes
>>>   [30] libmwm_interpreter.so:inEvalCmdWithLocalReturnandtype(char
>>> const*, int*, inDebugCheck, bool)(0x40a01bb0, 0x00c08920 "bench\n",
>>> 0x40a01cf0, 0) + 108 bytes
>>>   [31] libmwbridge.so:ThrowSignal(char const*)(0, 0, 0, 0) + 87 bytes
>>>   [32] libmwbridge.so:mnParser(0x00525fa0, 0, 0, 0x005504d0) + 291 bytes
>>>   [33] libmwmcr.so:mcrInstance::mnParser()(0x622f782f706d742f,
>>> 0x61786e6c672f6e69, 13366, 0) + 44 bytes
>>>
>>> Please follow these steps to report this problem to The MathWorks so
>>> we have the best chance of correcting it:
>>>
>>> The next time MATLAB is launched under typical usage, a dialog box
>>> will open to help you send the error log to The MathWorks.
>>> Alternatively, you can send an e-mail to [email protected] with the 
>>> following file attached:
>>>     /homeA/abuanto/matlab_crash_dump.29336
>>>
>>> If the problem is reproducible, please submit a Service Request via:
>>>
>>> _http://www.mathworks.com/support/contact_us/ts/help_request_1.html_
>>>
>>> A technical support engineer might contact you with further information.
>>>
>>> Thank you for your help. Save your workspace and restart MATLAB.
>>> ......................
>>>
>>> Hopefully you know how get rid of this problem.
>>>
>>> Thanks
>>> Thomas
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> _____________________________________________
>>> *From:    *Binsch, Thomas
>>> *Sent:   *Donnerstag, 23. Juli 2009 15:54
>>> *To:     *Abu-Antoun, Chafic
>>> *Cc:     *Schmidt, Peer; Andreae, Sigrid; Guserle, Reinhard
>>> *Subject:        *AW: Matlab
>>>
>>> Hi Shafic,
>>>
>>> Gratulations to all of you three!
>>> License file was there before installation otherwise install
>>> wouldn't succed anyhow but obviously the default installation
>>> doesn't make the necessary adaptions to the server line. Good to have it 
>>> documented now.
>>> Hopefully we have it available next time.
>>>
>>> Now harder work beginns...
>>>
>>> - Did you already force "vglrun  -dl ..." ?
>>>
>>> - Message points to a version conflict. Did you already check Red
>>> Hat
>>> 4.7 compliance ?
>>>
>>> Br,
>>> Thomas
>>>
>>>
>>> _____________________________________________
>>> *Von:     *Abu-Antoun, Chafic
>>> *Gesendet:       *Donnerstag, 23. Juli 2009 15:39
>>> *An:     *Binsch, Thomas
>>> *Cc:     *Schmidt, Peer; Andreae, Sigrid; Guserle, Reinhard
>>> *Betreff:        *RE: Matlab
>>>
>>> Hi Thomas
>>> Sigrid, Peer and I did trouble shoot without any support help ---
>>>
>>> Just for the future documentation..
>>>
>>> 1) It is suggested that the license file should be modified and
>>> placed before the installation ..
>>> 2) If this did not happen one can still modify the license file
>>> manually
>>> 3) A new license file was created with the hostid of the machine..
>>> 4) the 2 linses were added to the license file.
>>> SERVER lilr60qa 001e682f2cfc 27000
>>> DAEMON MLM /tmp/x/etc/lm_matlab options=/tmp/x/etc/MLM.opt
>>>
>>> Everything else stays the same.
>>> So the license file should look like this..
>>> # BEGIN--------------BEGIN--------------BEGIN
>>> # MATLAB license passcode file.
>>> # LicenseNo: 489391   HostID: 001e682f2cfc
>>> SERVER lilr60qa 001e682f2cfc 27000
>>> DAEMON MLM /tmp/x/etc/lm_matlab options=/tmp/x/etc/MLM.opt INCREMENT
>>> TMW_Archive MLM 18 01-jan-0000 0 4D6A4D577DA44B2DDA3E \
>>>         VENDOR_STRING=41001020800406441c568b7 HOSTID=DEMO SN=489391
>>> INCREMENT MATLAB MLM 18 01-may-2010 1 ED9A8DC7E4D5F0DEB0CA USER_BASED \
>>>         DUP_GROUP=U SN=489391
>>> INCREMENT SIMULINK MLM 18 01-may-2010 1 7D2A6D278F346F7F72AF \
>>>         USER_BASED DUP_GROUP=U SN=489391 INCREMENT
>>> Curve_Fitting_Toolbox MLM 18 01-may-2010 1 \
>>>         7D7A8DC727173A6B3F6F USER_BASED DUP_GROUP=U SN=489391
>>> INCREMENT Control_Toolbox MLM 18 01-may-2010 1 2DCAFDD7247187006013 \
>>>         USER_BASED DUP_GROUP=U SN=489391 INCREMENT Data_Acq_Toolbox
>>> MLM 18 01-may-2010 1 BD7A3D07ACCDB8A137DC \
>>>         USER_BASED DUP_GROUP=U SN=489391 INCREMENT Signal_Blocks MLM
>>> 18 01-may-2010 1 EDCABDA72AEC8B46F9DE \
>>>         USER_BASED DUP_GROUP=U SN=489391 INCREMENT Fuzzy_Toolbox MLM
>>> 18 01-may-2010 1 6DEA3D07BCFABF85D49A \
>>>         USER_BASED DUP_GROUP=U SN=489391 INCREMENT
>>> Fixed-Point_Blocks MLM 18 01-may-2010 1 \
>>>         FD9ADDC7CC75115C3E71 USER_BASED DUP_GROUP=U SN=489391
>>> INCREMENT Image_Toolbox MLM 18 01-may-2010 1 4DCA3D077F30632FED8E \
>>>         USER_BASED DUP_GROUP=U SN=489391 INCREMENT
>>> MATLAB_Link_for_CCS MLM 18 01-may-2010 1 \
>>>         ADBA1DE7ABDC26750B5A USER_BASED DUP_GROUP=U SN=489391
>>> INCREMENT Neural_Network_Toolbox MLM 18 01-may-2010 1 \
>>>         3DFA2D478F49AD8B9669 USER_BASED DUP_GROUP=U SN=489391
>>> INCREMENT Optimization_Toolbox MLM 18 01-may-2010 1 \
>>>         7D2A9D87D4027C53209F USER_BASED DUP_GROUP=U SN=489391
>>> INCREMENT PDE_Toolbox MLM 18 01-may-2010 1 6D7AED67648E7F223D27 \
>>>         USER_BASED DUP_GROUP=U SN=489391 INCREMENT
>>> Fixed_Point_Toolbox MLM 18 01-may-2010 1 \
>>>         2DFABDB704D71B74AACA USER_BASED DUP_GROUP=U SN=489391
>>> INCREMENT Robust_Toolbox MLM 18 01-may-2010 1 BD7ABD77C500975DA7EC \
>>>         USER_BASED DUP_GROUP=U SN=489391 INCREMENT
>>> Real-Time_Workshop MLM 18 01-may-2010 1 \
>>>         BD1AFD97A096680C8B27 USER_BASED DUP_GROUP=U SN=489391
>>> INCREMENT Stateflow_Coder MLM 18 01-may-2010 1 AD3ABD276D5FB2C3C995 \
>>>         USER_BASED DUP_GROUP=U SN=489391 INCREMENT
>>> Simulink_Control_Design MLM 18 01-may-2010 1 \
>>>         BD8A1DE73538AC54DAD1 USER_BASED DUP_GROUP=U SN=489391
>>> INCREMENT Stateflow MLM 18 01-may-2010 1 CD0A2DE7EF77445B70D7 \
>>>         USER_BASED DUP_GROUP=U SN=489391 INCREMENT Signal_Toolbox
>>> MLM
>>> 18 01-may-2010 1 9DFA8D17DAC031094652 \
>>>         USER_BASED DUP_GROUP=U SN=489391 INCREMENT Symbolic_Toolbox
>>> MLM 18 01-may-2010 1 DD4A9DD78D5D93DFD33E \
>>>         USER_BASED DUP_GROUP=U SN=489391 INCREMENT
>>> Statistics_Toolbox MLM 18 01-may-2010 1 \
>>>         8DEAED4792B6345E2EA8 USER_BASED DUP_GROUP=U SN=489391
>>> INCREMENT Virtual_Reality_Toolbox MLM 18 01-may-2010 1 \
>>>         9DDACDE7626B65D31A44 USER_BASED DUP_GROUP=U SN=489391
>>> INCREMENT Wavelet_Toolbox MLM 18 01-may-2010 1 BD2AFDD7B8679EB11DF8 \
>>>         USER_BASED DUP_GROUP=U SN=489391 #
>>> END-----------------END-----------------END
>>>
>>>
>>> 5) then the /tmp/x/etc/lmstart should be executed..
>>>
>>> And then it works..
>>>
>>> N.B
>>>
>>> I try to run it now with vgl and this was my fear
>>>
>>> Please may you help....
>>>
>>>
>>> [abua...@lilr60qa bin]$ /usr/bin/vglrun ./matlab [VGL] NOTICE:
>>> Automatically setting VGL_CLIENT environment variable to
>>> [VGL]    10.2.20.63, the IP address of your SSh client.
>>> /lib64/libc.so.6: relocation error: /lib64/tls/libpthread.so.0:
>>> symbol errno, version GLIBC_PRIVATE not defined in file libc.so.6
>>> with link time reference
>>>
>>>
>>> Thanks
>>> Shafic
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> _____________________________________________
>>> *From:    *Binsch, Thomas
>>> *Sent:   *Donnerstag, 23. Juli 2009 14:46
>>> *To:     *Abu-Antoun, Chafic
>>> *Subject:        *AW: Matlab
>>>
>>>
>>> NO, I don't think so because this is excately what the default
>>> installation does...
>>> ->filling the SERVER and DAEMON lines in the license.dat ;-)
>>>
>>> _____________________________________________
>>> *Von:     *Abu-Antoun, Chafic
>>> *Gesendet:       *Donnerstag, 23. Juli 2009 14:42
>>> *An:     *Binsch, Thomas
>>> *Betreff:        *RE: Matlab
>>>
>>> Hi Thomas
>>> I used the file I gave u as it is and I got this error..
>>>
>>> [abua...@lilr60qa bin]$ ./matlab
>>> License checkout failed.
>>> License Manager Error -13
>>> SERVER and DAEMON lines are missing from the license file.
>>> You will need to reinstall the license manager to have these lines
>>> automatically added to the license file.
>>>
>>> Troubleshoot this issue by visiting:
>>> _http://www.mathworks.com/support/lme13b_
>>>
>>> Diagnostic Information:
>>> Feature: MATLAB
>>> License path:
>>> 1...@madison:1...@madison:1...@li-licensep02:/tmp/x/etc/license.dat:/tmp/x/etc/*.lic:
>>>
>>> FLEXnet Licensing error: -13,128.
>>>
>>>
>>> Maybe you need to reinstall the license manager
>>>
>>>
>>>
>>> _____________________________________________
>>> *From:    *Binsch, Thomas
>>> *Sent:   *Donnerstag, 23. Juli 2009 14:26
>>> *To:     *Abu-Antoun, Chafic
>>> *Cc:     *Guserle, Reinhard
>>> *Subject:        *AW: Matlab
>>>
>>>
>>> You may try yourself: /tmp/x/bin/matlab (exe) oder edit
>>> /tmp/x/etc/license.dat
>>>
>>> Good luck!
>>>
>>> _____________________________________________
>>> *Von:     *Abu-Antoun, Chafic
>>> *Gesendet:       *Donnerstag, 23. Juli 2009 11:43
>>> *An:     *Binsch, Thomas
>>> *Cc:     *Guserle, Reinhard
>>> *Betreff:        *RE: Matlab
>>>
>>> Hi Thomas--
>>> These were the errors from last year and maybe we learn from them..
>>> Actually you did the installation yourself so from my side I do not
>>> know exacly what happened..
>>>
>>>
>>> On windows I enter a license key during instalation but on linux you
>>> need a license file and maybe yes you should do it during installation..
>>> At the end you solved the problems ,,
>>>
>>> What I do not expect more troubles... lets see..
>>> Maybe you entered the correct hostid so that it worked..I don't know.
>>>
>>> Thanks
>>> Shafic
>>>
>>>
>>>
>>>
>>> _____________________________________________
>>> *From:    *Binsch, Thomas
>>> *Sent:   *Donnerstag, 23. Juli 2009 11:37
>>> *To:     *Abu-Antoun, Chafic
>>> *Cc:     *Guserle, Reinhard
>>> *Subject:        *AW: Matlab
>>>
>>>
>>> Pre checks show problems with the licensing. Matlab isn't starting.
>>> What's the matter with this SERVER line ?
>>> It seems that it's build during the installation ?
>>>
>>>
>>> [r...@lilr60qa bin]# ./matlab
>>> License checkout failed.
>>> License Manager Error -97
>>> License Manager cannot start.
>>> Check that the specified ports in the license file are not already in use.
>>> Restarting your machine may clear the ports.
>>>
>>> Troubleshoot this issue by visiting:
>>> _http://www.mathworks.com/support/lme97b_
>>>
>>> Diagnostic Information:
>>> Feature: MATLAB
>>> License path:
>>> 1...@madison:1...@madison:1...@li-licensep02:/tmp/x/etc/license.dat:/tmp/x/etc/*.lic:
>>> FLEXnet Licensing error: -97,121.
>>> ..................
>>>
>>> # BEGIN--------------BEGIN--------------BEGIN
>>> # MATLAB license passcode file.
>>> # LicenseNo: 489406   HostID: ID=489406
>>> SERVER this_host ID=489406 27000
>>> DAEMON MLM /tmp/x/etc/lm_matlab options=/tmp/x/etc/MLM.opt INCREMENT
>>> TMW_Archive MLM 18 01-jan-0000 0 2D9A9A23493AA55104F2 \ .....
>>>
>>> _____________________________________________
>>> *Von:     *Abu-Antoun, Chafic
>>> *Gesendet:       *Mittwoch, 22. Juli 2009 14:59
>>> *An:     *Binsch, Thomas; Guserle, Reinhard
>>> *Cc:     *Burkholder, Wolfgang; Kalt, Peter
>>> *Betreff:        *RE: Matlab
>>>
>>> Hi Thomas
>>>
>>> Where is the software ?
>>> What about licenses ?
>>>
>>> Sigrid did copy paste the remedy ticket she had opened at 3rd of June..
>>>
>>>
>>> Please check it below: and this will answer your first 2 questions:
>>>
>>> -----Ursprüngliche Nachricht-----
>>> Von: Andreae, Sigrid
>>> Gesendet: Mittwoch, 22. Juli 2009 13:22
>>> An: Guserle, Reinhard
>>> Cc: Abu-Antoun, Chafic
>>> Betreff: remedy ticket no HPD000000485808 / Installation of matlab
>>> on the server
>>>
>>> Ticketnumber: HPD000000485808
>>> Summary: Installation of Matlab and COMSOL on lilr60ka
>>>
>>>
>>> The sources for Matlab can be found in the Homedirectory of Shafic
>>> Abu-Antoun:
>>> ~abuanto/64bit_linux/64/matlab
>>>
>>> The license file for matlab will be placed in:
>>> ~abuanto/64bit_linux/64/matlab
>>>
>>>
>>> Mit freundlichem Gruß
>>> Sigrid
>>>
>>> --
>>> Sigrid B.M. Andreae
>>> TPN
>>> phone: +423 234-4695
>>> fax:     +423 234-8695
>>>
>>>
>>> What pre/post ?
>>> What's workflow ?
>>> Input / Output data ?
>>>
>>> Usually Matlab is a programming softwaree it is built on Fortran and C.
>>> So one can use it for routines and codes..
>>>
>>> What I need from it for my workflow:
>>> Is that is makes some loops and calls lsf_ansys .
>>> And also exchanges text files .txt with Ansys,
>>>
>>> So input output is just txt files for my workflow..also .m .mat .mod
>>> (all matlab) files.
>>>
>>> In the future there will be a lot of combinations of workflows and
>>> also when Comsol is installed later..
>>> If you need to open a service description for Matlab I am happy to
>>> do that but I need to find time for that.
>>>
>>> But for the time being this is it.
>>>
>>>
>>> As I already told to Reinhard time to use Q-Environment is very
>>> limited until end of Wolfgangs vacation august, 9th 2009
>>>
>>>
>>> This is not enough from my point of view.. Maybe an installation on
>>> ka and qa should be considered.
>>>
>>>
>>> Thanks a lot for your time
>>> Any questions please let me know..I am happy to help..
>>> Thanks
>>> Shafic
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> _____________________________________________
>>> *From:    *Binsch, Thomas
>>> *Sent:   *Mittwoch, 22. Juli 2009 14:37
>>> *To:     *Abu-Antoun, Chafic; Guserle, Reinhard
>>> *Cc:     *Burkholder, Wolfgang; Kalt, Peter
>>> *Subject:        *AW: Matlab
>>>
>>> Hi Shafic,
>>>
>>> Unfortunately we're not familiar to what you'd like to have.
>>> We'd happy to help you but we need to know in details what you really need.
>>> Please give us a detailed description of what you expect.
>>>
>>> Where is the software ?
>>> What about licenses ?
>>> What pre/post ?
>>> What's workflow ?
>>> Input / Output data ?
>>>
>>> As I already told to Reinhard time to use Q-Environment is very
>>> limited until end of Wolfgangs vacation august, 9th 2009.
>>>
>>> Thx,
>>> Thomas
>>>
>>>
>>> _____________________________________________
>>> *Von:     *Abu-Antoun, Chafic
>>> *Gesendet:       *Mittwoch, 22. Juli 2009 14:09
>>> *An:     *Guserle, Reinhard
>>> *Cc:     *Binsch, Thomas
>>> *Betreff:        *RE: Matlab
>>>
>>> Hi Reinhard
>>> In one of our HPC meetings when I asked for Matlab installation I
>>> did say that I only need it for Pre/post.
>>> We need Matlab as an GUI interactive software,, so no one needs it
>>> with LSF or on the compute nodes,
>>>
>>> Any more questions please let me know.
>>>
>>> I am available today till 16:00
>>>
>>> Thanks
>>> Shafic
>>>
>>>
>>>
>>> _____________________________________________
>>> *From:    *Guserle, Reinhard
>>> *Sent:   *Mittwoch, 22. Juli 2009 13:59
>>> *To:     *Abu-Antoun, Chafic
>>> *Subject:        *Matlab
>>> *Importance:     *High
>>>
>>> Hi Chafic,
>>>
>>> Please give Thomas the following information:
>>> Why do you need matlab on lilr60qa and not on the compute nodes.
>>> What do you need for the installation. Please give him a call urgent.
>>> Thomas has only tomorrow time.
>>>
>>> Best Regards
>>>
>>> Reinhard
>>>
>>> Reinhard Guserle
>>> Group Manager Numerical Simulation
>>> Corporate Research & Technology
>>>
>>> Hilti Aktiengesellschaft
>>> 9494 Schaan
>>> Liechtenstein
>>> Feldkircherstrasse 100  I  Postfach 333 T +423-234 2496  I  F
>>> +423-234
>>> 6496 E [email protected]_ _www.hilti.com_
>>>
>>>
>>>
>>>
>>>
>>> --------------------------------------------------------------------
>>> -
>>> -
>>> --
>>>
>>>
>>> --------------------------------------------------------------------
>>> -
>>> -
>>> --
>>>
>>> --------------------------------------------------------------------
>>> -
>>> -
>>> --------
>>>
>>>
>>> --------------------------------------------------------------------
>>> -
>>> -
>>> --
>>>
>>> _______________________________________________
>>> VirtualGL-Users mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/virtualgl-users
>> ---------------------------------------------------------------------
>> -
>> -------- _______________________________________________
>> VirtualGL-Users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/virtualgl-users
>>
>>
>> ---------------------------------------------------------------------
>> -
>> --
>>
>> ---------------------------------------------------------------------
>> -
>> --------
>>
>>
>> ---------------------------------------------------------------------
>> -
>> --
>>
>> _______________________________________________
>> VirtualGL-Users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/virtualgl-users
>
> ----------------------------------------------------------------------
> -------- _______________________________________________
> VirtualGL-Users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/virtualgl-users
>
>
> ----------------------------------------------------------------------
> --
>
> ----------------------------------------------------------------------
> --------
>
>
> ----------------------------------------------------------------------
> --
>
> _______________________________________________
> VirtualGL-Users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/virtualgl-users

------------------------------------------------------------------------------
_______________________________________________
VirtualGL-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/virtualgl-users

Reply via email to