https://github.com/geodynamics/citcoms
Revision 678f8c2b3c6add32213f8af5138c251ffc96b173 authored by Eh Tan on 07 November 2007, 19:52:39 UTC, committed by Eh Tan on 07 November 2007, 19:52:39 UTC
1 parent ef214c1
Raw File
Tip revision: 678f8c2b3c6add32213f8af5138c251ffc96b173 authored by Eh Tan on 07 November 2007, 19:52:39 UTC
Decreased the # of processors. This is the only way I can reproduce single-cell convection as in the manual.
Tip revision: 678f8c2
.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