diff options
-rw-r--r-- | config/intel-osf1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/intel-osf1 b/config/intel-osf1 index c513b51..7b0a6b0 100644 --- a/config/intel-osf1 +++ b/config/intel-osf1 @@ -49,6 +49,9 @@ PROFILE_CPPFLAGS= # Turn off shared lib option. It does not work for TFLOPS yet. enable_shared="${enable_shared:-no}" +# Disable stream-vfd option. It does not work for TFLOPS. +enable_stream_vfd="${enable_stream_vfd:-no}" + # Set this to the width required by printf() to print type `long # long'. For instance, if the format would be `%lld' then set it to # `ll' or if the format would be `%qd' set it to `q'. |