diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2010-11-17 18:07:51 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2010-11-17 18:07:51 (GMT) |
commit | 8897a3dcbdcb5569b0a0e3d15cef452beb683e98 (patch) | |
tree | fb69979e23b6ac841535c98613218a4218275660 /perform/mpi-perf.c | |
parent | 30be8ee01c503bfd2f92c27ebcc0c3bef8b6e0a5 (diff) | |
download | hdf5-8897a3dcbdcb5569b0a0e3d15cef452beb683e98.zip hdf5-8897a3dcbdcb5569b0a0e3d15cef452beb683e98.tar.gz hdf5-8897a3dcbdcb5569b0a0e3d15cef452beb683e98.tar.bz2 |
[svn-r19808] Purpose:
Add "--enable-unsupported" configure flag.
Description
The "--enable-unsupported" configure flag allows a user to
prevent configure from failing due to the use of incompatible
options, such as c++ with parallel.
Specifying --enable-unsupported will bypass all of configure's
checks for incompatible and unsupported combinations of flags.
There are no guarantees that the library will be configured
in any sort of working condition, but that's the risk of
using the --enable-unsupported flag.
I've changed all default error messages related to unsupported
option combinations to indicate that using --enable-unsupported
will allow configure to complete without error.
Tested:
by hand on jam, tested all unsupported configure option
combinations with and without the new flag, making sure
the flag allows configure to finish without error.
(h5committest wouldn't do any good here; it won't test
the new option, and since we're enabling unsupported
combinations, failures are likely to occur in build or
tests with --enable-unsupported turned on anyways.
That's why they're unsupported!)
Diffstat (limited to 'perform/mpi-perf.c')
0 files changed, 0 insertions, 0 deletions