Closed bendudson closed 14 years ago
To fix:
In Makefile:
BOUT_TOP = ../../.. include $(BOUT_TOP)/make.config
change $(CC) to $(CXX)
Insert "mpi.h" as the FIRST include (otherwise SEEK_SET defined) in cvode.c, nvector.c , cvspgmr.c, cvdiag.c
Add newlines to the end of cvode.h, llnlmath.c, cvspgmr.h, smalldense.c
Same changes needed in precon/Makefile
"mpi.h" also needed at top of pvbbdpre.c, band.c
PVODE library in repository (for now) with changes so compiles
Can't compile PVODE on HECToR: Makefile uses $(CC) to compile, but include file llnltyps.h contains a namespace statement.