bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] More Solaris porting issues


From: Elias Mårtenson
Subject: Re: [Bug-apl] More Solaris porting issues
Date: Wed, 2 Apr 2014 18:46:28 +0800

Also, if you want to try out the Solaris compiler, it's available for free for Linux as well: http://www.oracle.com/technetwork/server-storage/solarisstudio/beta-1947596.html

To enable OpenMP you need to compile with -xopenmp=parallel and set some environment variables as described here: http://docs.oracle.com/cd/E18659_01/html/821-1381/aewcb.html#gkcrd

Regards,
Elias


On 2 April 2014 18:39, Elias Mårtenson <address@hidden> wrote:
Oh, and there are a few more dynamically sized arrays:
  • phrase_gen.cc:115 and 222
Regards,
Elias


On 2 April 2014 18:34, Elias Mårtenson <address@hidden> wrote:
On 2 April 2014 18:32, Elias Mårtenson <address@hidden> wrote:

Declaring an array with a size computed at runtime is not actually allowed (it's supported in modern C, and also supported in C++ as an extension).

What I meant was that it's supported in GCC as an extension, not C++.

Regards,
Elias



reply via email to

[Prev in Thread] Current Thread [Next in Thread]