https://github.com/geodynamics/citcoms
Revision f23ffbf5bd19153f4c488496073a4629d024379a authored by Leif Strand on 18 September 2007, 01:52:50 UTC, committed by Leif Strand on 18 September 2007, 01:52:50 UTC
with -lExchanger".  Also, use CIT_HEADER_MPI so that configuring
--with-exchanger using MPICH2 works (see Issue14 and Issue57).

1 parent a2fd2a4
Raw File
Tip revision: f23ffbf5bd19153f4c488496073a4629d024379a authored by Leif Strand on 18 September 2007, 01:52:50 UTC
Fix for Issue129: "CitcomS configured without exchanger still links
Tip revision: f23ffbf
.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