Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Many tests fail: 143 failed, 576 warnings, 282 errors #3099

Open
yurivict opened this issue Dec 8, 2023 · 3 comments
Open

Many tests fail: 143 failed, 576 warnings, 282 errors #3099

yurivict opened this issue Dec 8, 2023 · 3 comments

Comments

@yurivict
Copy link

yurivict commented Dec 8, 2023

log

Version: 1.9
Python-3.9
FreeBSD 13.2

@loriab

@susilehtola
Copy link
Member

Most errors appear to be related to formatting, which is likely caused by a mismatch of formatters used by Psi4 upstream and FreeBSD. The latter could have an older version, for example.

There are errors related to missing functionals in Libxc. Looks like FreeBSD only has Libxc 6.0.0 released over a year ago. E.g. HYB_GGA_XC_R2SCAN0 was only added in Libxc 6.1.0. Is the version check in Psi4 not stringent enough or was it disabled in the FreeBSD build?

@loriab
Copy link
Member

loriab commented Dec 9, 2023

I haven't had a chance to look into it, but yes, I suspect the version check isn't tight enough for libxc. We only recently added some that weren't available in v5. I've been using v6.2 fwiw. I'll figure out the right min pin.

@yurivict
Copy link
Author

yurivict commented Dec 9, 2023

Update to libxc-6.2.2 is pending maintainer's approval in FreeBSD.

As for formatting - should formatting tests really be part of the test suite?

@loriab loriab mentioned this issue Dec 9, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants