Intel compiler and Boost libraries

I normally do not mind paying for software that much but because of the tight economic times for myself I am a bit loth to pay for a version of the Intel C++ compiler, which is not exactly cheap, in order to just test out my Boost libraries. Ordinarily I can use gcc in Linux and Windows, clang on Linux, or VC++ on Windows. But I am aware that the more compilers I can test my libraries with, the better off my library will be and in the review of my TTI library one of the points made is that I need to test it and guarantee that it will work on a wider variety of C++ compilers. I am wondering how others have come by their copies of Intel C++ ? Have you bought it, have you gotten it on some sort of academic pricing, have you acquired a license as part of your job, does Intel offer an inexpensive or free version of their compiler for C++ experts like Boost developers who are helping to test their compiler against the most rigorous C++ code as Boost libraries usually are, or what is the situation for others who test their libraries using Intel C++ ? I realize there is a 30-day free trial but after that 30 days one can not use the compiler for a particular OS without having a valid license for it.

On 19 August 2011 21:04, Edward Diener <eldiener@tropicsoft.com> wrote:
I am wondering how others have come by their copies of Intel C++ ?
To repeat my reply to you when you brought this up a month ago: On 15 July 2011 18:34, Edward Diener <eldiener@tropicsoft.com> wrote:
For TTI I wanted to test Intel C++ but it is not free even though there is a 30-day trial period.
I believe the Intel compiler is free for non-commercial use. Check out < http://software.intel.com/en-us/articles/non-commercial-software-development/> for more details.
Is that license not good enough for your purpose? -- Nevin ":-)" Liber <mailto:nevin@eviloverlord.com> (847) 691-1404

On Sat, Aug 20, 2011 at 12:13:35AM -0500, Nevin Liber wrote:
On 19 August 2011 21:04, Edward Diener <eldiener@tropicsoft.com> wrote: On 15 July 2011 18:34, Edward Diener <eldiener@tropicsoft.com> wrote:
For TTI I wanted to test Intel C++ but it is not free even though there is a 30-day trial period.
I believe the Intel compiler is free for non-commercial use. Check out < http://software.intel.com/en-us/articles/non-commercial-software-development/> for more details.
Is that license not good enough for your purpose?
The non-com offer is only for Linux. If he's on Windows he's out-of-luck unless he can persuade Intel that it would be a Very Good Idea to provide him with a proper license, through savvy diplomacy. -- Lars Viklund | zao@acc.umu.se

On 8/20/2011 1:13 AM, Nevin Liber wrote:
On 19 August 2011 21:04, Edward Diener<eldiener@tropicsoft.com> wrote:
I am wondering how others have come by their copies of Intel C++ ?
To repeat my reply to you when you brought this up a month ago:
On 15 July 2011 18:34, Edward Diener<eldiener@tropicsoft.com> wrote:
For TTI I wanted to test Intel C++ but it is not free even though there is a 30-day trial period.
I believe the Intel compiler is free for non-commercial use. Check out< http://software.intel.com/en-us/articles/non-commercial-software-development/> for more details.
Is that license not good enough for your purpose?
I do not remember why I ignored your previous reply, and did not remember it when I posted this present message, but thanks for pointing it out to me again. Although I prefer working on Windows rather than Linux, I can certainly use Linux ( I have a slew of them in multi-boot configurations ) and the free non-academic version Intel offers there. Intel does not mention the free, non-academic version of their C++ compiler from their main web page for their compilers or software development tools. makes it hard to find if one does not know about it. Eddie
participants (3)
-
Edward Diener
-
Lars Viklund
-
Nevin Liber