You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,8 @@ The available SAF-related CMake options (and their default values) are:
98
98
-DSAF_BUILD_TESTS=1 # build unit testing program
99
99
-DSAF_USE_INTEL_IPP=0 # link and use Intel IPP for the FFT, resampler, etc.
100
100
-DSAF_ENABLE_SIMD=0 # enable/disable SSE, AVX, and/or AVX-512 support
101
-
-DSAF_USE_FAST_MATH_FLAG=1 # enable the -ffast-math compiler flag on clang/gcc
101
+
-DSAF_ENABLE_NETCDF=0 # enable the use of NetCDF (requires external libs)
102
+
-DSAF_ENABLE_FAST_MATH_FLAG=1 # enable the -ffast-math compiler flag on clang/gcc
102
103
```
103
104
104
105
If using e.g. **SAF_USE_INTEL_MKL_LP64** as the performance library, note that the default header and library search paths may be overridden [according to your setup](docs/PERFORMANCE_LIBRARY_INSTRUCTIONS.md) with:
0 commit comments