Wiki source code of Commercial Software
Version 1.1 by Thomas Coelho on 2023/02/27 14:38
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | We have several Commercial Software Package installed on our System. This document describes what we have and how to use them. | ||
2 | |||
3 | = Mathematica = | ||
4 | |||
5 | Mathematica is an algebra system from Wolfram Research [http://www.wolfram.com/]. | ||
6 | |||
7 | 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. | ||
8 | |||
9 | = Maple = | ||
10 | |||
11 | Maple 2017 is available with either "xmaple" or "maple". | ||
12 | |||
13 | = Matlab = | ||
14 | |||
15 | Matlab is available in a recent version with the command "matlab". | ||
16 | |||
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. | ||
18 | |||
19 | = Intel Compiler and MKL = | ||
20 | |||
21 | See [[Intel Compiler]] for details instructions, how to setup your environment. | ||
22 | |||
23 | = NAG Libraries = | ||
24 | |||
25 | The NAG libraries are installed under /home/software/NAG, accessible from all ITP machines. | ||
26 | |||
27 | Currenly we have: | ||
28 | * cll6i24dcl (C Version, 64 bit integer) | ||
29 | * fll6a24dfl (Fortran Version) | ||
30 | |||
31 | 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 | ||
32 | |||
33 | LD_LIBRARY_PATH=/home/software/NAG/cll6i24dcl/lib ./a.out | ||
34 | |||
35 | 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. | ||
36 | |||
37 | The NAG Libraries are commercial software and require a valid license. Define a second environment variable pointing to the license file: | ||
38 | |||
39 | export NAG_KUSARI_FILE=/home/software/NAG/license.lic | ||
40 | |||
41 | This can also be added to the .profile. |