Editing User:Mtmiller/Notes

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
== Intel Toolchain ==
== Intel Compiler ==
 
{{Warning|I do not endorse using the Intel Compiler or Math Kernel Library, I always endorse using completely free software solutions. I am simply evaluating how compatible Octave is with the Intel development tools and putting some notes here.}}
 
=== Intel Compiler ===


To compile Octave with the Intel compiler (tested with version 12.0.0.084) pass the following variables to configure:
To compile Octave with the Intel compiler (tested with version 12.0.0.084) pass the following variables to configure:
Line 16: Line 12:
</pre>}}
</pre>}}


The {{Codeline|-diag-error 10006,10155,10156,10157,10158}} options tell the compiler to treat unknown command-line options as errors instead of warnings. This allows the configure script to correctly detect which options are recognized by the compiler.
The {{Codeline|-diag-error}} options tell the compiler to treat unknown options as errors instead of warnings, this is to allow the checks in the configure script for supported options to work.
 
The {{Codeline|-diag-disable 654,1125}} setting for C++ turns off warnings about shadowing member functions. I may turn these back on at some point to compile a list of these warnings, but ignore for now.
 
=== Intel Math Kernel Library ===


The IMKL provides a library interface that includes BLAS, LAPACK, and FFTW functions, so it should be possible to use it in place of all three of those libraries.
The {{Codeline|-diag-disable 654,1125}} for C++ turns off warnings about shadowing member functions. I may turn these back on at some point to compile a list of these warnings, but ignore for now.
Please note that all contributions to Octave may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Octave:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Templates used on this page: