[eigen] PGI compilation error |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] PGI compilation error
- From: Philippe Marti <philippe.marti@xxxxxxxxx>
- Date: Tue, 23 Feb 2010 11:23:51 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Fb+A6eqdthhMr+pcLVbhWTU3P/rXLHasg3J4kN7isCc=; b=h1I0rZANv+KRKZxMa8u9zw92gEZaaCEH4+6EJU/49NRAYfWRbcUKc+EJ9TdhJ+szB1 aqFTrV7iHUgwmkslNYJVhL7ZKSeWfEHPrsEa141incLW7b2HQFUMySRgeWUoo1pDkPCO 0RuwElEbGh14SxDudAqHiKf2y2YD0QmbpwfGs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=e/k6iO5AVD5YPc1Sxn1iuP0rV9uNawhxEntxldgop7lrq63iGB7CS++VTlR9eeuzxC nwo8OCUDs01jLwu/8V6tOODBh/kvOi8PhoGDq2X1qWfLOtstaz+tn1O6hurYgaa4RAvL PYTmMLOZphl5pUTbGnyQjGobVZBCK12q8obPs=
Hello,
First of all thanks for that great library!
I'm developping a Dynamo simulation to be run on HPC computers, and I
use eigen for the matrix computations. On one of the computers I use,
the default compiler is PGI. Unfortunately I get the following
compilation error:
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.
It is pgCC 9.0-4 64-bit target on x86-64 Linux with eigen-2.0.12
Is there a simple fix for this?
And in case that's useful for you. When using the Pathscale compilator
pathCC-3.2 the "qr" and th "regression" tests fail
Let me know if I need to provide other information. Thank for you help!
Regards,
Philippe