forked from Lainports/freebsd-ports
maintaining file-format compatibility with Unidata's NetCDF. NetCDF gives scientific programmers a space-efficient and portable means for storing data. However, it does so in a serial manner, making it difficult to achieve high I/O performance. By making some small changes to the API specified by NetCDF, we can use MPI-IO and its collective operations. WWW: http://trac.mcs.anl.gov/projects/parallel-netcdf PR: ports/112265 Submitted by: Chao Shin <quakelee at cn.FreeBSD.org>
11 lines
246 B
Modula-2
11 lines
246 B
Modula-2
--- macros.make.def.orig Thu Feb 6 00:46:08 2003
|
|
+++ macros.make.def Mon Apr 30 11:35:44 2007
|
|
@@ -19,7 +19,7 @@
|
|
|
|
# Preprocessing:
|
|
M4 = m4
|
|
-M4FLAGS = -B10000
|
|
+M4FLAGS =
|
|
CPP = c89 -E
|
|
CPPFLAGS = $(INCLUDES) $(DEFINES) @CPPFLAGS@
|
|
FPP =
|