Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile julia with icc and ifort and use MKL #7547

Merged
merged 3 commits into from
Jul 10, 2014
Merged

Compile julia with icc and ifort and use MKL #7547

merged 3 commits into from
Jul 10, 2014

Commits on Jul 10, 2014

  1. Support for icc and ifort.

    It is possible to use MKL's FFT through their FFTW wrappers
    Clean up compiler warnings
    ViralBShah committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    d6b7175 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a26b7ca View commit details
    Browse the repository at this point in the history
  3. Rename USE_MKL -> USE_INTEL_MKL and add deprecation

    Introduce USE_INTEL_MKL_FFT
    Disable dsp and fft tests that are not supported by MKL's fftw wrappers
    ViralBShah committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    f2d9546 View commit details
    Browse the repository at this point in the history