Difference between revisions of "Commercial Software"

From IT Service Wiki
Jump to: navigation, search
 
(19 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
= Mathematica =
 
= Mathematica =
  
Mathematica is an algebra system from Wolfram Research [http://www.wolfram.com/]. We provide the radical new version 6.0 and an older version 5.2. The following table shows awailable commands:
+
Mathematica is an algebra system from Wolfram Research [http://www.wolfram.com/].
  
{| class="wikitable"
+
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.
|-
 
| mathematica, Mathematica
 
| calls Frontend-Version 6.0
 
|-
 
| math, MathKernel
 
| calls Kernel-Version 6.0
 
|-
 
| mathematica-5.2, Mathematica-5.2
 
| calls Frontend-Version 5.2
 
|-
 
| math-5.2, MathKernel-5.2 
 
|  calls Kernel-Version 5.2
 
|}
 
  
 
= Maple =
 
= Maple =
  
Maple 12 is available with either "xmaple" or "maple".
+
Maple 2017 is available with either "xmaple" or "maple".
  
 
= Matlab =
 
= Matlab =
  
Matlab is available in Version R2008a with the command "matlab".
+
Matlab is available in a recent version with the command "matlab".
 +
 
 +
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.
  
 
= Intel Compiler and MKL =
 
= Intel Compiler and MKL =
  
Intel Compilers are generally installed as Version 9. Until the new packages are completed we provide a temporary solution for using the latest Version 11. See [[Intel Compiler Temp]] for details instructions, how to setup your environment.
+
See [[Intel Compiler]] for details instructions, how to setup your environment.
 +
 
 +
= NAG Libraries =
 +
 
 +
The NAG libraries are installed under /home/software/NAG, accessible from all ITP machines.
 +
 
 +
Currenly we have:
 +
* cll6i24dcl (C Version, 64 bit integer)
 +
* fll6a24dfl (Fortran Version)
 +
 
 +
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
 +
 
 +
  LD_LIBRARY_PATH=/home/software/NAG/cll6i24dcl/lib ./a.out
 +
 
 +
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.
 +
 
 +
The NAG Libraries are commercial software and require a valid license. Define a second environment variable pointing to the license file:
 +
 
 +
export  NAG_KUSARI_FILE=/home/software/NAG/license.lic
 +
 
 +
This can also be added to the .profile.

Latest revision as of 16:01, 17 July 2020

We have several Commercial Software Package installed on our System. This document describes what we have and how to use them.

Mathematica

Mathematica is an algebra system from Wolfram Research [1].

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.

Maple

Maple 2017 is available with either "xmaple" or "maple".

Matlab

Matlab is available in a recent version with the command "matlab".

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.

Intel Compiler and MKL

See Intel Compiler for details instructions, how to setup your environment.

NAG Libraries

The NAG libraries are installed under /home/software/NAG, accessible from all ITP machines.

Currenly we have:

  • cll6i24dcl (C Version, 64 bit integer)
  • fll6a24dfl (Fortran Version)

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

 LD_LIBRARY_PATH=/home/software/NAG/cll6i24dcl/lib ./a.out

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.

The NAG Libraries are commercial software and require a valid license. Define a second environment variable pointing to the license file:

export  NAG_KUSARI_FILE=/home/software/NAG/license.lic

This can also be added to the .profile.