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
Newer versions are also have issues with the Intel compiler but not with the foss toolchain of the same version. Due to the ongoing issue with OpenBLAS and 64bit integer support (see PR #15748 and PR #2753 I am using the same BLAS lib in both builds, i.e. imkl/2021.4.0 .
For me that looks like the used Intel compiler is optimizing too aggressive and thus puts speed over accuracy. I would suggest to switch to the foss toolchain.
That said: I only could test it on Intel i7-1185G7 and AMD EPYC 7742 so if anybody wants to confirm that on other CPUs it might be a good idea.
The additional line for the test jobs in the EasyConfig file is: sanity_check_commands = ['cd %(builddir)s/easybuild_obj; ./pymolcas verify']
Please note: as far as I can tell the cd command is required.
I have created a PR #16249 for the latest version of OpenMolcas (22.06) using the foss toolchain and here there required tests are ok.
The text was updated successfully, but these errors were encountered:
I am running the test jobs for OpenMolcas-21.06-intel-2021a and a number of them are failing with, for example for
standard__034.out
:Newer versions are also have issues with the Intel compiler but not with the foss toolchain of the same version. Due to the ongoing issue with OpenBLAS and 64bit integer support (see PR #15748 and PR #2753 I am using the same BLAS lib in both builds, i.e.
imkl/2021.4.0
.For me that looks like the used Intel compiler is optimizing too aggressive and thus puts speed over accuracy. I would suggest to switch to the
foss
toolchain.That said: I only could test it on
Intel i7-1185G7
andAMD EPYC 7742
so if anybody wants to confirm that on other CPUs it might be a good idea.The additional line for the test jobs in the EasyConfig file is:
sanity_check_commands = ['cd %(builddir)s/easybuild_obj; ./pymolcas verify']
Please note: as far as I can tell the
cd
command is required.I have created a PR #16249 for the latest version of
OpenMolcas
(22.06) using thefoss
toolchain and here there required tests are ok.The text was updated successfully, but these errors were encountered: