How to set up Intel C++ Composer XE for Mathematica on windows 7?
- To: mathgroup at smc.vnet.net
- Subject: [mg124396] How to set up Intel C++ Composer XE for Mathematica on windows 7?
- From: Rex <aoirex at gmail.com>
- Date: Wed, 18 Jan 2012 06:01:15 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
I tried
Needs["CCompilerDriver`IntelCompiler`"]
greeter = CreateExecutable[StringJoin["#include <stdio.h>\n",
"int main(){\n", " printf(\"Hello world.\\n\");\n", "}\n"],
"hiworld", "Compiler" -> IntelCompiler, "CompilerInstallation" -> "C:\
\Program Files (x86)\\Intel\\Composer XE 2011 SP1\\bin\\ia32",
"CompilerName" -> "icl.exe"]
But get an error:
CreateExecutable::instl: The compiler installation directive
"CompilerInstallation" -> C:\Program Files (x86)\Intel\Composer XE
2011 SP1\bin\ia32 does not indicate a usable installation of Intel
Compiler. >>
Did I miss any point here?
http://reference.wolfram.com/mathematica/CCompilerDriver/tutorial/SpecificCompilers.html#394172820