-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
80 lines (50 loc) · 2.54 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
**********
This is a modified version of JUBE to work with the L2L framwework (https://github.com/Meta-optimization/L2L)
For the original version of JUBE please go to https://www.fz-juelich.de/ias/jsc/EN/Expertise/Support/Software/JUBE/_node.html
**********
JUBE Benchmarking Environment
Copyright (C) 2008-2016
Forschungszentrum Juelich GmbH, Juelich Supercomputing Centre
http://www.fz-juelich.de/jsc/jube
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
------------------------------------------------------------------------------
Prerequisites:
JUBE version 2 is written in the Python programming language.
You need Python 2.7 or Python 3.2 (or a higher version) to run the program.
You also can use Python 2.6 to run JUBE. In this case you had to add the
argparse-module (https://pypi.python.org/pypi/argparse) to your Python module
library on your own.
------------------------------------------------------------------------------
Installation:
After download unpack the distribution file JUBE-<version>.tar.gz with:
>>> tar -xf JUBE-<version>.tar.gz
You can install the files to your $HOME/.local directory by using:
>>> cd JUBE-<version>
>>> python setup.py install --user
$HOME/.local/bin must be inside your $PATH environment variable to use
JUBE in an easy way.
Instead you can also specify a self defined path prefix:
>>> python setup.py install --prefix=<some_path>
You might be asked during the installation to add your path (and some subfolders)
to the $PYTHONPATH environment variable (this should be stored in your profile
settings):
>>> export PYTHONPATH=<needed_path>:$PYTHONPATH
In addition it is usefull to also set the $PATH variable again.
To check the installation you can run:
>>> jube --version
Without the --user argument, JUBE will be installed in the standard
system path for Python packages.
------------------------------------------------------------------------------
For further information please see the Documentation:
http://www.fz-juelich.de/jsc/jube
Contact: