-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
64 lines (45 loc) · 2.35 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
*************************************************************
* Splotch *
* *
*************************************************************
Authors of Splotch:
Martin Reinecke: martin@mpa-garching.mpg.de
Klaus Dolag: kdolag@mpa-garching.mpg.de
Claudio Gheller: cgheller@cscs.ch
Marzia Rivi: m.rivi@ucl.ac.uk
Timothy Dykes: timothy.dykes@myport.ac.uk
Mel Krokos: mel.krokos@port.ac.uk
Splotch is written in the C++ language. To install it you have just to
1) unpack the tar.gz
2) Edit the Makefile
3) "make"
Please Check your compiler for the OpenMP flags if you want to use
OpenMP functionality (-fopenmp for g++).
If you have an MPI environment installed, you can also enable
the USE_MPI option.
To run it on your simulations, have a look into the demo.par
file and set the parameters you prefer.
If you want to visualize simulations created by the Gadget code
(http://www.mpa-garching.mpg.de/~volker/gadget/index.html),
you will have to set the Gadget parameter SnapFormat = 2.
Endian conversion will be performed if requested in the Splotch parameter file.
Copyrights and Acknowledgements
Splotch is free software, distributed under the GNU General Public License.
This implies that you may freely distribute and copy the software.
You may also modify it as you wish, and distribute these modified
versions as long as you indicate prominently any changes you made in the
original code, and as long as you leave the copyright notices, and
the no-warranty notice intact. Please read the General Public License
for more details. Note that the authors retain their copyright on the code.
Splotch uses parts of the Ray++ ray tracing library, which is distributed
under the GNU Library (or Lesser) General Public License.
Requested Acknowledgement
The authors kindly ask you to acknowledge the use of the Splotch package
in your publications in the following form:
At the first image produced with Splotch, a footnote placed in the main
body of the paper referring to the Splotch web site - currently
http://www.mpa-garching.mpg.de/~kdolag/Splotch
Please also refere to the paper
K. Dolag, M. Reinecke, C. Gheller and S. Imboden:
"Splotch: Visualizing Cosmological Simulations",
NJP, Volume 10, Issue 12, pp. 125006 (2008)