dbcsr icon indicating copy to clipboard operation
dbcsr copied to clipboard

Daint-CI log not accessible

Open hfp opened this issue 3 years ago • 10 comments

See also here.

hfp avatar Nov 22 '21 15:11 hfp

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.

alazzaro avatar Dec 20 '21 11:12 alazzaro

... 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.

hfp avatar Dec 20 '21 11:12 hfp

Thanks! There is also a dask security problem (see https://github.com/cp2k/dbcsr/security/dependabot )

alazzaro avatar Dec 20 '21 11:12 alazzaro

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?

hfp avatar Dec 20 '21 11:12 hfp

done, let me know if you can see it

alazzaro avatar Dec 20 '21 11:12 alazzaro

Thanks! Works now; I will send a PR as well and update requirements.

hfp avatar Dec 20 '21 12:12 hfp

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/.

hfp avatar Dec 20 '21 12:12 hfp

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 avatar Dec 20 '21 15:12 alazzaro

@alazzaro Thank you!

hfp avatar Dec 21 '21 11:12 hfp

@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.

hfp avatar Jan 10 '22 14:01 hfp