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
Change comment: There is no comment for this version
To version 1.1
edited by Thomas Coelho
on 2023/02/27 14:38
Change comment: There is no comment for this version

Summary

Details

Page properties
Syntax
... ... @@ -1,1 +1,1 @@
1 -XWiki 2.1
1 +MediaWiki 1.6
Content
... ... @@ -1,10 +1,8 @@
1 1  We have several Commercial Software Package installed on our System. This document describes what we have and how to use them.
2 2  
3 -{{toc/}}
4 -
5 5  = Mathematica =
6 6  
7 -Mathematica is an algebra system from Wolfram Research [[url:http://www.wolfram.com/]].
5 +Mathematica is an algebra system from Wolfram Research [http://www.wolfram.com/].
8 8  
9 9  Because mathematica is very expensive we only hold a limited number of 8 licenses. For fairness to other users, please close Mathematica if you don't need it. If everyone will do this, you will have not to wait for a license token.
10 10  
... ... @@ -16,7 +16,7 @@
16 16  
17 17  Matlab is available in a recent version with the command "matlab".
18 18  
19 -There is an issue with the java virtual memory, when running matlab on the login server. The Java GUI will only run on our normal desktop machines. As a work around we have a second login server (with older hardware) called **login2.th.physik.uni-frankfurt.de**, which does not have any restrictions.
17 +There is an issue with the java virtual memory, when running matlab on the login server. The Java GUI will only run on our normal desktop machines. As a work around we have a second login server (with older hardware) called '''login2.th.physik.uni-frankfurt.de''', which does not have any restrictions.
20 20  
21 21  = Intel Compiler and MKL =
22 22  
... ... @@ -27,18 +27,18 @@
27 27  The NAG libraries are installed under /home/software/NAG, accessible from all ITP machines.
28 28  
29 29  Currenly we have:
30 -
31 31  * cll6i24dcl (C Version, 64 bit integer)
32 32  * fll6a24dfl (Fortran Version)
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}}}
33 + LD_LIBRARY_PATH=/home/software/NAG/cll6i24dcl/lib ./a.out
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}}}
39 + export NAG_KUSARI_FILE=/home/software/NAG/license.lic
43 43  
44 44  This can also be added to the .profile.
42 +