fc02715436
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
374 B
Text
11 lines
374 B
Text
--- configure.orig Wed Dec 7 07:47:45 2005
|
|
+++ configure Mon Apr 30 11:35:44 2007
|
|
@@ -2769,7 +2769,7 @@
|
|
echo "$as_me:$LINENO: checking m4 flags" >&5
|
|
echo $ECHO_N "checking m4 flags... $ECHO_C" >&6
|
|
case "${M4FLAGS-unset}" in
|
|
- unset) M4FLAGS=-B10000 ;;
|
|
+ unset) M4FLAGS= ;;
|
|
esac
|
|
echo "$as_me:$LINENO: result: $M4FLAGS" >&5
|
|
echo "${ECHO_T}$M4FLAGS" >&6
|