No description
Find a file
2023-01-02 15:21:20 +01:00
build-aux PEPC: updated for GCC and MPI compatibility 2022-01-31 16:43:43 +01:00
doc doc: fix deprecated \rm command 2016-09-07 10:45:08 +02:00
examples fix outdated function names in fmm example 2016-08-02 16:19:23 +02:00
lib Moved struct into extra folder 2023-01-02 15:21:20 +01:00
m4 WIP: Created M4 File and modified need files for fmsolvr 2022-11-08 10:10:23 +01:00
package Added and modified needed files in package folder 2022-11-10 10:04:08 +01:00
python configure: fix 'make distcheck' 2015-07-07 13:56:10 +02:00
src Fmsolvr 2022-12-15 08:30:38 +01:00
test Moved init function into run 2023-01-02 15:13:24 +01:00
.gitignore removal of nbproject folder and nbproject folder added to gitignore. 2013-11-04 14:38:10 +01:00
.gitmodules add PFFT and PNFFT submodules 2014-06-11 04:48:21 +02:00
bootstrap bootstrap: fail if a command in the script fails 2022-07-12 10:45:21 -06:00
configure.ac Fmsolvr 2022-12-15 08:30:38 +01:00
COPYING.GPL clean up 2013-02-07 16:25:00 +00:00
COPYING.LGPL clean up 2013-02-07 16:25:00 +00:00
fconfig.h.in Added lines needed for new solver 2022-11-02 15:58:51 +01:00
fcs_config.h.in Added copy from direct named fmsolvr 2022-11-07 09:37:06 +01:00
fcs_fconfig.h.in rename pp3mg_pmg directory (and solver name in configure) to pp3mg 2013-03-27 16:35:32 +00:00
gitsvnauthors Reorganized P3M tuning to prepare for doing testruns. 2013-05-17 09:34:03 +02:00
Makefile.am configure: use VERSION file and bump version to 1.0.2 2018-09-17 15:21:51 +02:00
README Update README to include submodule information 2015-05-02 12:13:35 +02:00
TODO-autotools clean up 2013-02-07 16:25:00 +00:00
VERSION updated version string 2022-07-13 12:27:17 +02:00

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