MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

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



  • Prev by Date: Re: How to coerce a string pattern to an ordinary pattern?
  • Next by Date: Re: MatrixPower problem
  • Previous by thread: Problems with tracedepth
  • Next by thread: NIntegrate and Plot solution of differ. equa. over initial conditions