mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r326] Changes since 19980318
---------------------- ./config/linux Turned on MPIO if the host name is `arborea' so I always compile it and realize when I break something instead of waiting for Albert or Kim to find it. ./MANIFEST ./html/H5.user.html ./html/IOPipe.html [NEW] ./html/pipe1.gif [NEW] ./html/pipe1.obj [NEW] ./html/pipe2.gif [NEW] ./html/pipe2.obj [NEW] ./html/pipe3.gif [NEW] ./html/pipe3.obj [NEW] ./html/pipe4.gif [NEW] ./html/pipe4.obj [NEW] ./html/pipe5.gif [NEW] ./html/pipe5.obj [NEW] Documented the raw data I/O pipeline.
This commit is contained in:
parent
2fd149a582
commit
62960c3d96
11
MANIFEST
11
MANIFEST
@ -52,6 +52,7 @@
|
||||
./html/H5.intro.html
|
||||
./html/H5.sample_code.html
|
||||
./html/H5.user.html
|
||||
./html/IOPipe.html
|
||||
./html/MemoryManagement.html
|
||||
./html/ObjectHeader.txt
|
||||
./html/Properties.html
|
||||
@ -73,6 +74,16 @@
|
||||
./html/ph5design.html
|
||||
./html/ph5example.c
|
||||
./html/ph5implement.txt
|
||||
./html/pipe1.gif
|
||||
./html/pipe1.gif
|
||||
./html/pipe2.gif
|
||||
./html/pipe2.gif
|
||||
./html/pipe3.gif
|
||||
./html/pipe3.obj
|
||||
./html/pipe4.obj
|
||||
./html/pipe4.obj
|
||||
./html/pipe5.obj
|
||||
./html/pipe5.obj
|
||||
./html/heap.txt
|
||||
./html/index.html
|
||||
./html/move.html
|
||||
|
@ -33,11 +33,13 @@
|
||||
# $debug $warn -DH5F_LOW_DFLT=H5F_LOW_SEC2
|
||||
#
|
||||
|
||||
if [ arborea = `hostname` -a -z "$enable_parallel" ]; then
|
||||
enable_parallel=mpio
|
||||
fi
|
||||
|
||||
# The following flags only apply to the gcc compiler.
|
||||
CC=${CC:-gcc}
|
||||
|
||||
|
||||
|
||||
# First set up the CFLAGS arguments.
|
||||
if test "X" = "X$CFLAGS"; then
|
||||
warn="-Wall -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs"
|
||||
|
Loading…
x
Reference in New Issue
Block a user