https://github.com/geodynamics/citcoms
Revision e1af9949663c2733583648b499b2dd1e2e68ec8b authored by Leif Strand on 28 May 2009, 01:50:40 UTC, committed by Leif Strand on 28 May 2009, 01:50:40 UTC
-- under the device emulator.  Added a new 'configure' option:
"--with-cuda".

1 parent 500e3f5
Raw File
Tip revision: e1af9949663c2733583648b499b2dd1e2e68ec8b authored by Leif Strand on 28 May 2009, 01:50:40 UTC
CUDA-ized e_assemble_del2_u(), and ran it successfully -- and slowly!
Tip revision: e1af994
.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