https://github.com/geodynamics/citcoms
Revision b9278a24ce63b58a32c3c7746e5de7033c6905df authored by Leif Strand on 28 July 2009, 01:00:36 UTC, committed by Leif Strand on 28 July 2009, 01:00:36 UTC
performance.  Using the recommended minimum of 64, gauss_seidel_0 and
gauss_seidel_1 are about 3x to 4x faster.

1 parent b500001
Raw File
Tip revision: b9278a24ce63b58a32c3c7746e5de7033c6905df authored by Leif Strand on 28 July 2009, 01:00:36 UTC
Experiments show that using a block size of 1 leads to poor
Tip revision: b9278a2
.gitignore
# ignore svn externals
.svn
archimedes
m4

# ignore object files and static libraries
*.o
lib*.a

# ignore files generated by autoreconf
configure
aclocal.m4
autom4te.cache
aux-config
libtool
Makefile
Makefile.in
config.log
config.status
config.h.in
config.h
stamp-h1
.deps
*.net


# ignore python eggs
CitcomS.egg-info
pyconfig
python/*
*.egg

back to top