forked from scafacos/scafacos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
25 lines (16 loc) · 871 Bytes
/
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
This is the library ScaFaCoS ("Scalable Fast Coulomb Solver").
ScaFaCoS is a parallel library for solving the Coulomb problem. It
provides various state-of-the-art methods with a common interface.
Further details on the project, downloads, online documentation
as well as support contact data are given on the project's web page
www.scafacos.de
After invoking 'make doc', the User's Guide of the ScaFaCoS
library is found in the file
doc/manual.pdf
The Git repository at https://github.com/scafacos/scafacos.git uses
submodules to integrate the sources of the PFFT and PNFFT libraries.
To clone the entire ScaFaCoS repository including the submodule sources,
use the command
git clone --recursive https://github.com/scafacos/scafacos.git
or to update the missing submodules sources (i.e., after normal cloning)
git submodule update --init --recursive