SAF
|
Include header for SAF externals. More...
#include "mkl.h"
Go to the source code of this file.
Macros | |
#define | SAF_CURRENT_PERFORMANCE_LIBRARY_STRING "Intel MKL (LP64)" |
#define | SAF_INTEL_IPP_STATUS_STRING "Disabled" |
#define | SAF_FFTW_STATUS_STRING "Disabled" |
#define | SAF_SIMD_STATUS_STRING "Disabled" |
#define | SAF_ENABLED_SIMD_INTRINSICS_STRING "None" |
#define | SAF_NETCDF_STATUS_STRING "Disabled" |
#define | SAF_EXTERNALS_CONFIGURATION_STRING |
Current configuration information. | |
Include header for SAF externals.
A performance library comprising CBLAS and LAPACK routines is required by SAF. Add one of the following FLAGS to your project's preprocessor definitions in order to enable one of these suitable performance libraries, (which must be correctly linked when building SAF):
If the optional saf_sofa_reader module is enabled and SAF_ENABLE_NETCDF is defined, then the netcdf library must also be linked along with saf.
Intel IPP may be optionally employed with the flag: SAF_USE_INTEL_IPP
FFTW may be optionally employed with the flag: SAF_USE_FFTW
SIMD intrinsics utilisation may be enabled with: SAF_ENABLE_SIMD
Definition in file saf_externals.h.
#define SAF_CURRENT_PERFORMANCE_LIBRARY_STRING "Intel MKL (LP64)" |
Definition at line 309 of file saf_externals.h.
#define SAF_ENABLED_SIMD_INTRINSICS_STRING "None" |
Definition at line 351 of file saf_externals.h.
#define SAF_EXTERNALS_CONFIGURATION_STRING |
Current configuration information.
Definition at line 362 of file saf_externals.h.
#define SAF_FFTW_STATUS_STRING "Disabled" |
Definition at line 333 of file saf_externals.h.
#define SAF_INTEL_IPP_STATUS_STRING "Disabled" |
Definition at line 326 of file saf_externals.h.
#define SAF_NETCDF_STATUS_STRING "Disabled" |
Definition at line 358 of file saf_externals.h.
#define SAF_SIMD_STATUS_STRING "Disabled" |
Definition at line 350 of file saf_externals.h.