You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default version of OpenBlas with the current version of Candi is 0.3.13. When building this version of OpenBlas on Stampede2 with GNU compilers (7.1.0), a series of errors is thrown of the following nature: ../kernel/x86_64/dasum_microk_skylakex-2.c:42:38: error: incompatible type for argument 1 of ‘_mm512_abs_pd’
Reverting to OpenBlas 0.3.7 produced no errors and allowed a successful build of trillions, deal.II 9.3.0, and ASPECT.
I'm not sure this is worth updating as the fix is documented on the ASPECT wiki and newer GNU compilers are now available on Stampede2, on which the issue may not exist.
The text was updated successfully, but these errors were encountered:
Are 7.1 and 9.1 the newest compilers installed on stampede2? Those are quite old.
I would agree that we don't do anything here and just point people to this issue to work around the issue.
Are 7.1 and 9.1 the newest compilers installed on stampede2?
These are the newest GCC compilers. There are much newer intel compilers, but I have still not been able to successfully build deal.II with the intel compilers on Stampede2 (I last tried 6-12 months ago). Should we revisit this? I recall one the Stampede2 folks was trying recently, as he posted on the ASPECT forums. Given you have compiled on Frontera, hopefully it is possible without a major effort.
I would agree that we don't do anything here and just point people to this issue to work around the issue.
👍
The default version of OpenBlas with the current version of Candi is 0.3.13. When building this version of OpenBlas on Stampede2 with GNU compilers (7.1.0), a series of errors is thrown of the following nature:
../kernel/x86_64/dasum_microk_skylakex-2.c:42:38: error: incompatible type for argument 1 of ‘_mm512_abs_pd’
This error is documented elsewhere (for example) and appears to be related to a bug in the GNU compilers.
Reverting to OpenBlas 0.3.7 produced no errors and allowed a successful build of trillions, deal.II 9.3.0, and ASPECT.
I'm not sure this is worth updating as the fix is documented on the ASPECT wiki and newer GNU compilers are now available on Stampede2, on which the issue may not exist.
The text was updated successfully, but these errors were encountered: