https://github.com/geodynamics/citcoms
Revision 511d3f34f55b8f5e754843fcf4ef263a142e4d52 authored by Leif Strand on 27 May 2009, 01:28:55 UTC, committed by Leif Strand on 27 May 2009, 01:28:55 UTC
1 parent 060b73c
Raw File
Tip revision: 511d3f34f55b8f5e754843fcf4ef263a142e4d52 authored by Leif Strand on 27 May 2009, 01:28:55 UTC
Sketched data-parallel version of e_assemble_del2_u().
Tip revision: 511d3f3
.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