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
To be clear: Linux-generated Libint2 library source compiled and run on Windows (or Linux or Mac) works fine. This issue is about Windows-generated Libint2 library source compiled and run on Windows (or Linux).
The libint2 compiler generates faulty library code when compiler is built and run on windows. A few characteristics:
correct number of sources files and identical header contents (copied and generated)
some library tests pass, some tests fail
The following tests passed:
libint2/eritest/build
libint2/eritest/run2
libint2/unit/build
libint2/hf/build
libint2/hf++/build
libint2/fortran_example/build
libint2/fortran_example/run
libint2/fortran_test/build
libint2/fortran_test/run
64% tests passed, 5 tests failed out of 14
Total Test time (real) = 281.11 sec
The following tests FAILED:
2 - libint2/eritest/run0 (Failed)
3 - libint2/eritest/run1 (Failed)
6 - libint2/unit/run (Failed)
8 - libint2/hf/run (Failed)
10 - libint2/hf++/run (Failed)
Granted, fixing this isn't high priority, since, afaik, (number of ppl wanting ERI) * (fraction of those building the library) * (fraction of those needing to generate the library from compiler src) * (fraction of those needing to do it on Windows) = 0. So this issue is for the record, and in case a solution is apparent to EFV. If anyone wants to play with Windows generated library source tarballs, they are downloadable from the GH Actions tab run for #233 (diff -Z for comparison against linux, or run the src through dos2unix).
The text was updated successfully, but these errors were encountered:
To be clear: Linux-generated Libint2 library source compiled and run on Windows (or Linux or Mac) works fine. This issue is about Windows-generated Libint2 library source compiled and run on Windows (or Linux).
The libint2 compiler generates faulty library code when compiler is built and run on windows. A few characteristics:
Granted, fixing this isn't high priority, since, afaik, (number of ppl wanting ERI) * (fraction of those building the library) * (fraction of those needing to generate the library from compiler src) * (fraction of those needing to do it on Windows) = 0. So this issue is for the record, and in case a solution is apparent to EFV. If anyone wants to play with Windows generated library source tarballs, they are downloadable from the GH Actions tab run for #233 (
diff -Z
for comparison against linux, or run the src throughdos2unix
).The text was updated successfully, but these errors were encountered: