https://github.com/geodynamics/citcoms
Revision 1f78588e8846f6a42bc3ba81abef438aaa83a65a authored by Eh Tan on 20 June 2008, 22:50:51 UTC, committed by Eh Tan on 20 June 2008, 22:50:51 UTC
Renamed exchange_snode_f() to full_exchange_snode_f() and regional_exchange_snode_f().

1 parent b0228c2
Raw File
Tip revision: 1f78588e8846f6a42bc3ba81abef438aaa83a65a authored by Eh Tan on 20 June 2008, 22:50:51 UTC
Resurrected full_parallel_communication_routs_s(), which is needed by CBF topo.
Tip revision: 1f78588
.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