diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1999-07-11 00:07:10 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1999-07-11 00:07:10 (GMT) |
commit | de073a33bab61a2c6d0ba82ede9371ae3fb11056 (patch) | |
tree | b7bbe73f2825892f70ab5331501f0c95b822c92b | |
parent | 95189ab2e3ab439ab9eaec819ae4b0614187d86b (diff) | |
download | hdf5-de073a33bab61a2c6d0ba82ede9371ae3fb11056.zip hdf5-de073a33bab61a2c6d0ba82ede9371ae3fb11056.tar.gz hdf5-de073a33bab61a2c6d0ba82ede9371ae3fb11056.tar.bz2 |
[svn-r1460] Removed DOS386 macro. It was used for some special code in TFLOP.
That had been replaced by the more appropriate TFLOP predefined
macro __PUMAGON__.
-rw-r--r-- | INSTALL_parallel.ascired | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL_parallel.ascired b/INSTALL_parallel.ascired index 4825b6a..a246163 100644 --- a/INSTALL_parallel.ascired +++ b/INSTALL_parallel.ascired @@ -24,7 +24,7 @@ # for execution. # debug="-g -UH5O_DEBUG -DH5F_OPT_SEEK=0" -default_mode="-DDOS386 $debug -DH5F_LOW_DFLT=H5F_LOW_SEC2" +default_mode="$debug -DH5F_LOW_DFLT=H5F_LOW_SEC2" # Using the MPICH libary by Daniel Sands. # It contains both MPI-1 and MPI-IO functions. |