-
Notifications
You must be signed in to change notification settings - Fork 36
/
README
55 lines (39 loc) · 1.38 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
DynamO:- A general event-driven particle simulator. Please see the
website below for more information.
https://www.dynamomd.com
INSTALLATION
------------
Please see tutorial 1 on the DynamO website for a full description on
how to compile DynamO. A quick summary is
mkdir build-dir
cd build-dir
cmake ../
make
sudo make install
Please pay attention to the output of the cmake and make commands, as
this scans for required dependencies and will warn you if it is unable
to build DynamO!
DOCUMENTATION
-------------
All of the documentation is available on-line here,
https://dynamomd.com/index.php/documentation.html
SOURCE CODE
-----------
All of the source code is inside the src/ directory. For more
information on the source code please see the src/README file. Also
take a look at the doxygen documentation (next section of this
README).
TESTING
-------
You can run a large range of tests and test systems by running
make test
TROUBLESHOOTING/CONTRIBUTING
----------------------------
Please check the website and documentation if you're having any
trouble. If these don't answer your questions, just email
[email protected]. If you want to get involved, email support to
let us know about it and submit patches using github.
LICENSE
-------
Everything in DynamO is licensed GPL3 unless otherwise marked. Please
see LICENSE.txt for details of this license.