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 <[email protected]> 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 <[email protected]> wrote:
>
>> On 2 April 2014 18:32, Elias Mårtenson <[email protected]> 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