Welcome! Log In Create A New Profile

Advanced

Re: icc access (was Re: Using nginx 1.1 with the intel compiler)

February 25, 2012 08:58AM
You're free to download/install the icc, Installs /opt/intel by default.

http://software.intel.com/en-us/articles/intel-software-evaluation-center/

But looking at the suggested patch, it looks safe? just changing the order?

On Sun, Feb 26, 2012 at 2:01 AM, Maxim Konovalov <maxim@nginx.com> wrote:
> Generally speaking, we (nginx team) will be grateful for an access to a
> host with Intel compiler suit (Intel Parallel Studio XE or Composer
> XE) with an appropriate license there.
>
> Or perhaps someone has a right contact in Intel to talk about that.
>
> On 2/25/12 8:28 AM, Ryan Brown wrote:
>>
>> Okay, it managed to compile with your suggested patch, its safe
>> to push into trunk :)
>>
>> nginx-dev+openssl-dev compiled under icc and working
>>
>>
>>>> diff --git a/auto/cc/name b/auto/cc/name --- a/auto/cc/name
>>>> +++ b/auto/cc/name @@ -64,16 +64,16 @@ if [ "$CC" = bcc32 ];
>>>> then echo " + using Borland C++ compiler"
>>>>
>>>> else +if `$CC -V 2>&1 | grep '^Intel(R) C'>/dev/null 2>&1`;
>>>> then +    NGX_CC_NAME=icc +    echo " + using Intel C++
>>>> compiler" + +else if `$CC -v 2>&1 | grep 'gcc
>>>> version'>/dev/null 2>&1`; then NGX_CC_NAME=gcc echo " +
>>>> using GNU C compiler"
>>>>
>>>> else -if `$CC -V 2>&1 | grep '^Intel(R) C'>/dev/null 2>&1`;
>>>> then -    NGX_CC_NAME=icc -    echo " + using Intel C++
>>>> compiler" - -else if `$CC -V 2>&1 | grep 'Sun C'>/dev/null
>>>> 2>&1`; then NGX_CC_NAME=sunc echo " + using Sun C compiler"
>>>>
>>
>> _______________________________________________ nginx mailing
>> list nginx@nginx.org
>> http://mailman.nginx.org/mailman/listinfo/nginx
>>
>
>
> --
> Maxim Konovalov
> +7 (910) 4293178
> http://nginx.com/
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Using nginx 1.1 with the intel compiler

fanboy February 22, 2012 08:32AM

Re: Using nginx 1.1 with the intel compiler

Maxim Dounin February 22, 2012 08:48AM

Re: Using nginx 1.1 with the intel compiler

fanboy February 22, 2012 09:04AM

Re: Using nginx 1.1 with the intel compiler

fanboy February 22, 2012 04:38PM

Re: Using nginx 1.1 with the intel compiler

fanboy February 24, 2012 06:50PM

Re: Using nginx 1.1 with the intel compiler

Maxim Dounin February 24, 2012 08:10PM

Re: Using nginx 1.1 with the intel compiler

fanboy February 24, 2012 08:24PM

Re: Using nginx 1.1 with the intel compiler

Maxim Dounin February 24, 2012 09:08PM

Re: Using nginx 1.1 with the intel compiler

fanboy February 24, 2012 10:18PM

Re: Using nginx 1.1 with the intel compiler

fanboy February 24, 2012 11:30PM

icc access (was Re: Using nginx 1.1 with the intel compiler)

Maxim Konovalov February 25, 2012 08:02AM

Re: icc access (was Re: Using nginx 1.1 with the intel compiler)

fanboy February 25, 2012 08:58AM

Re: icc access (was Re: Using nginx 1.1 with the intel compiler)

DenisTRUFFAUT February 28, 2012 05:39PM

Re: icc access (was Re: Using nginx 1.1 with the intel compiler)

Maxim Dounin February 29, 2012 09:26AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 314
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready