https://github.com/geodynamics/citcoms
Revision 185800d76d0172bc3e98e79ca41abdf82ca8a79f authored by Leif Strand on 23 April 2009, 02:22:19 UTC, committed by Leif Strand on 23 April 2009, 02:22:19 UTC
1 parent a6bc514
Raw File
Tip revision: 185800d76d0172bc3e98e79ca41abdf82ca8a79f authored by Leif Strand on 23 April 2009, 02:22:19 UTC
Proposed CUDA kernel for conjugate gradient solver.
Tip revision: 185800d
.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