Hi Martin,
I think the problem is with this line
... FPPFLAGS= -DFC_HAVE_FLUSH -DFC_HAVE_ABORT $(DEFS_MPI) $(DEFS_TS) ...
namely, $(DEFS_MPI) and $(DEFS_TS) have not been defined yet. I'd try substituting -DMPI for $(DEFS_MPI) (don't know about DEFS_TS). Cheers, Roberto
