dbcsr
dbcsr copied to clipboard
Daint-CI log not accessible
See also here.
Daint-CI reports the following errors with CCE:
/users/jenkg90/workspace/g90/DBCSR/examples/dbcsr_example_3.cpp:187:37: error: invalid suffix 'd' on floating constant
c_dbcsr_multiply_d('N', 'N', 3.0d, matrix_a, matrix_b, 2.0d, matrix_c, nullptr, nullptr,
^
/users/jenkg90/workspace/g90/DBCSR/examples/dbcsr_example_3.cpp:187:63: error: invalid suffix 'd' on floating constant
c_dbcsr_multiply_d('N', 'N', 3.0d, matrix_a, matrix_b, 2.0d, matrix_c, nullptr, nullptr,
^
2 errors generated.
... which seems to be a correct claim. The suffix d
is invalid as opposed to f
in case of single-precision. I can send a PR if you like.
Thanks! There is also a dask security problem (see https://github.com/cp2k/dbcsr/security/dependabot )
The mentioned URL does not work for me. However, https://github.com/cp2k/dbcsr/security works and there is no security issue shown. Can you share details or grant permission to view the issue?
done, let me know if you can see it
Thanks! Works now; I will send a PR as well and update requirements.
I guess you are about to fix Daint-CI? I am still seeing "Not Found" error with "The resource could not be found." like for https://object.cscs.ch/v1/AUTH_40b5d92b316940098ceb15cf46fb815e/dbcsr-artifacts/logs/build-832/.
The CI is fine now. The "not found" is because we have to fix a problem with the data store at CSCS (@dev-zero is working on it).
@alazzaro Thank you!
@dev-zero is there a path which I can lookup (after login to CSCS) for build/run logs? I am blind wrt test failures raised by Daint-CI. If there is no timeline for the "Not found" issue, I can run on Daint directly but it is somewhat inconvenient.