Changes for page Commercial Software
Last modified by valad on 2024/05/23 21:55
From version 2.1
edited by Thomas Coelho
on 2023/02/27 14:38
on 2023/02/27 14:38
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. thw1 +XWiki.valad - Content
-
... ... @@ -16,8 +16,12 @@ 16 16 17 17 Matlab is available in a recent version with the command "matlab". 18 18 19 - Thereis anissuewiththejava virtual memory,whenrunningmatlab onheloginserver.TheJavaGUI willonlyrunon our normal desktopmachines.As a work aroundwehaveasecondloginserver(witholderhardware) called **login2.th.physik.uni-frankfurt.de**,whichdoes nothave any restrictions.19 +Since 1.1.2018 the university owns a Matlab campus contract. Everybody is now free to use Matlab on our integrated machine, on her/his personal laptop or at home. This includes changes in the usage policy. 20 20 21 +On our integrated machines you can still use our network license server (just start "matlab"). 22 + 23 +For all other devices, licenses are only available as personal node locked licenses. Follow the HRZ documentation [[~[1~]>>url:https://www.rz.uni-frankfurt.de/69806761/Mathworks_MATLAB]] how to set this up. Support is only available from the HRZ. 24 + 21 21 = Intel Compiler and MKL = 22 22 23 23 See [[Intel Compiler]] for details instructions, how to setup your environment. ... ... @@ -33,12 +33,16 @@ 33 33 34 34 The Libraries are not in the default library path. If you want the use them you have to set or extend the LD_LIBRARY_PATH. Run your programm like that 35 35 36 -{{{ LD_LIBRARY_PATH=/home/software/NAG/cll6i24dcl/lib ./a.out}}} 40 +{{code language="bash"}} 41 +LD_LIBRARY_PATH=/home/software/NAG/cll6i24dcl/lib ./a.out 42 +{{/code}} 37 37 38 38 if your binary is named a.out. You can put the LD_LIBRARY_PATH with an export statement in your .profile to have it always available. 39 39 40 40 The NAG Libraries are commercial software and require a valid license. Define a second environment variable pointing to the license file: 41 41 42 -{{{export NAG_KUSARI_FILE=/home/software/NAG/license.lic}}} 48 +{{code language="bash"}} 49 +export NAG_KUSARI_FILE=/home/software/NAG/license.lic 50 +{{/code}} 43 43 44 44 This can also be added to the .profile.