https://github.com/geodynamics/citcoms
Revision a0ca2a8d57d2751cec931b30d53ace79d941fc2d authored by Eh Tan on 24 June 2008, 21:11:18 UTC, committed by Eh Tan on 24 June 2008, 21:11:18 UTC
1 parent 30e6081
Raw File
Tip revision: a0ca2a8d57d2751cec931b30d53ace79d941fc2d authored by Eh Tan on 24 June 2008, 21:11:18 UTC
Only top/bottom processors need to communicate
Tip revision: a0ca2a8
.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