forked from trisyoungs/dlputils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
47 lines (28 loc) · 1.19 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
DISCLAIMER
----------
These programs are provided in good faith, but are not guaranteed to work.
Some are written for specific (molecular dynamics) systems and may not be applicable
to others.
If these are used in a research application, it is the responsibility of the user
to ensure there are no bugs and to validate that the codes provide correct, publishable
answers.
COMPILATION
-----------
dlputils has both GNU Make and CMake build files available.
** Configure/Make
Configure the build by first running:
./configure
Assuming no errors occur, all the serial utilities can be made by simply running:
./make
For specific MPI-dependent programs, these must be compiled individually. For instance:
./make sq
** CMake
An out-of-tree build is recommended. From a build directory of your choice, run:
cmake /path/to/dlputils-rNNN
..where NNN is the revision number. On Windows you will need to specify the generator
to use - for the MinGW toolchain, use:
cmake -G "MinGW Makefiles" /path/to/dlputils-rNNN
USAGE
-----
Brief descriptions of individual program usage can be found by running the code in question
with no arguments. See http://www.projectaten.net/dlputils for detailed instructions.