forked from wanghaiyu66/TBFsolver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
27 lines (18 loc) · 733 Bytes
/
INSTALL
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
------------------------------------
How to compile the solver:
- go to directory TBFsolver
- type `make'
------------------------------------
Dependencies:
Set the dependencies for the following libraries (follow instruction in MakeFile):
- LAPACK
- FFTW3 (multi-threaded version)
- MUMPS (parallel MPI version)
Please refer to the websites of these libraries to download and link the relevant
files.
------------------------------------
Compiler flags:
- POIS_OPT: set to FAST_MODE to compile the fast-Poisson solver;
set to MG_MODE to compile the multi-grid Poisson solver.
The optimisation flag is set to -O2 by default. Uncomment debug or extended
debug flags to activate the debugging mode.