https://github.com/geodynamics/citcoms
Revision 735ae7c3bc57eef882314e5b654a01f09391d68a authored by Leif Strand on 02 July 2009, 18:41:00 UTC, committed by Leif Strand on 02 July 2009, 18:41:00 UTC
out how to parallelize the following:

Au[C[i]] += ...
Ad[C[j]] += ...

1 parent 43a1aa4
Raw File
Tip revision: 735ae7c3bc57eef882314e5b654a01f09391d68a authored by Leif Strand on 02 July 2009, 18:41:00 UTC
Sketched data-parallel version of gauss_seidel(). I haven't figured
Tip revision: 735ae7c
.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