summaryrefslogtreecommitdiffstats
path: root/src/H5MFpublic.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1998-02-12 05:06:55 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1998-02-12 05:06:55 (GMT)
commit6a457fe64e9573b239be14d5b76101e73b46d5b4 (patch)
tree236429f01e95e3e03a3e58aac6cc06984046999d /src/H5MFpublic.h
parent1f339111efee7c7dc6dd6c38ec5942df0bf76527 (diff)
downloadhdf5-6a457fe64e9573b239be14d5b76101e73b46d5b4.zip
hdf5-6a457fe64e9573b239be14d5b76101e73b46d5b4.tar.gz
hdf5-6a457fe64e9573b239be14d5b76101e73b46d5b4.tar.bz2
[svn-r259] Revised it to work properly with "configure --enable-parallel". This
should be launched by the following environment variables setting (in csh shell style.) #!/bin/csh -f set mpi1_inc="" #mpi-1 include set mpi1_lib="" #mpi-1 library set mpio_inc=-I$HOME/ROMIO/include #mpio include set mpio_lib="-L$HOME/ROMIO/lib/IRIX64/" #mpio library setenv MPI_INC "-DHAVE_PARALLEL $mpi1_inc $mpio_inc" setenv MPI_LIB "$mpi1_lib $mpio_lib" ./configure --enable-parallel
Diffstat (limited to 'src/H5MFpublic.h')
0 files changed, 0 insertions, 0 deletions