Re: [eigen] PGI compilation error |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] PGI compilation error
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Tue, 23 Feb 2010 11:38:25 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=PWyGeWIuPzMjzQZLkybR6s0GSfQx+roZaZ9sBdxTtjY=; b=Gue3rz3giKGVA35xY+54P4r+Z6w1O6t0Y1SPZxrNRz/YXI9T1f4PW487uh9F8+ruk9 3og09Q7ZHEtbulsOsGWD+1uvz0Qz1G5ZPiIZFppJyXon8oyNuK44T8XI2/bdIjYwJXya aQ8UTiCM9bY7amhMsMci7ZXA2WmjREXpu/Gac=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=S4sBjZfzyoBq8vP3/bJ9FAJuXAXOnWyJQuHQEN2W97lShxslDtGbqhovRitTOTaX9x AylVN4BzpuEgTxqKKk9qJR6tMlB5T5K4svLRSY7Lo8FvgQnnzruNP+rBdO5aLqOqXTip yMK2SFFBxphSqki/c3e90PZBpJldGEWsF20bM=
I tried to fix the aligned issue in the default branch. You may try to
grab that version and give it a shot.
- Hauke
On Tue, Feb 23, 2010 at 11:23 AM, Philippe Marti
<philippe.marti@xxxxxxxxx> wrote:
> PGI: pgCC 9.0-4 64-bit target on x86-64 Linux
>
>
> "/users/pmarti/Documents/Code/git/FSDynamoCode/External/eigen/Eigen/src/Core/util/Macros.h",
> line 193: catastrophic error:
> #error directive: Please tell me what is the equivalent of
> __attribute__((aligned(16))) for your compiler
> #error Please tell me what is the equivalent of
> __attribute__((aligned(16))) for your compiler
> ^
>
> 1 catastrophic error detected in the compilation of
> "/users/pmarti/Documents/Code/git/FSDynamoCode/Programs/ThermalConvectionRun.cpp".
> Compilation terminated.