Hi Frederick,<div><br /></div><div>Thanks for pointing out. I've added the output and log files in the attachment.</div><div><br /></div><div>When I used the EPS_DEFAULT = 1.0E-11, the error message showed up with 

`CPASSERT failed`. For more details, please refer to the document named 'EPS_DEFAULT_E-11_cp2k_out.txt'. Then I decreased the parameter to EPS_DEFAULT = 1.0E-13, there was no error messages in the out file ('EPS_13_cp2k_out.txt'), but all cores failed within MKL as you mentioned in the previous group chat. Could you please share some suggestions about that? </div><div><br /></div><div>Many thanks !</div><div><br /></div><div>Cheers,</div><div>Weiyi</div><div><br /></div><div><br /></div><div class="gmail_quote"><div dir="auto" class="gmail_attr">在2026年8月12日星期三 UTC+10 16:33:54<Stein, Dr. Frederick> 写道:<br/></div><blockquote class="gmail_quote" style="margin: 0 0 0 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi Weiyi,
<br>Do you also have a CP2K output file? Just throwing a `CPASSERT failed` is 
<br>not a useful error message (we used it everywhere in the code) and according 
<br>to the stack trace, all cores fail within MKL.
<br>Best,
<br>Frederick
<br>
<br>Am Tue, 11 Aug 2026 21:17:48 -0700 (PDT) schrieb Megaa M 
<br><<a href data-email-masked rel="nofollow">chrisz...@gmail.com</a>>:
<br>> Hi Frederick,
<br>> 
<br>> I've switched to cp2k/2026.1 and run the input scripts. Unfortunately, it 
<br>> still returned error like "CPASSERT failed". Then I tried to decrease 
<br>> EPS_DEFAULT from 1.0E-11 to 1.0E-13 as suggested. It can run but terminate 
<br>> at some point. 
<br>> 
<br>>For your reference, I've added the log files in the attachment. Please have 
<br>> a look.
<br>> 
<br>> Just wondering that do you have any advice on this?
<br>> 
<br>> Cheers,
<br>> Weiyi
<br>> 
<br>> 在2026年8月11日星期二 UTC+10 14:07:40<Megaa M> 写道:
<br>> 
<br>>> Hi Frederick,
<br>>>
<br>>> Thank you for the advice. Will try on 2026 version then.
<br>>>
<br>>> Cheers,
<br>>> Weiyi
<br>>>
<br>>> 在2026年8月10日星期一 UTC+10 18:01:26<Frederick Stein> 写道:
<br>>>
<br>>>> Dear Megaa,
<br>>>> This bug is known and was fixed in version 2026.1. So I recommend you to 
<br>>>> switch to version 2026.1 or 2026.2. If this is not possible, try a 
<br>>>> different number of MPI ranks or a different value for EPS_DEFAULT (see 
<br>>>> <a href="https://groups.google.com/g/cp2k/c/y_tap__2q4M/m/3LBtjlWdEQAJ?utm_medium=email&utm_source=footer" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=zh-CN&q=https://groups.google.com/g/cp2k/c/y_tap__2q4M/m/3LBtjlWdEQAJ?utm_medium%3Demail%26utm_source%3Dfooter&source=gmail&ust=1786688723256000&usg=AOvVaw1ZCW1iUBY-6bd5m37ZHsLu">https://groups.google.com/g/cp2k/c/y_tap__2q4M/m/3LBtjlWdEQAJ?utm_medium=email&utm_source=footer</a>
<br>>>> ).
<br>>>> Best,
<br>>>> Frederick
<br>>>>
<br>>>> Megaa M schrieb am Montag, 10. August 2026 um 05:48:32 UTC+2:
<br>>>>
<br>>>>> Hi Frederick
<br>>>>>
<br>>>>> Thank you for the advice.
<br>>>>> I tried to run the regtest as you suggested, it runs successfully. I 
<br>>>>> checked my input scripts and I guess the error showed up was because I used 
<br>>>>> different basis sets in the PBE and HSE06 input scipts.
<br>>>>>
<br>>>>> Then I changed the basis set used in the PBE calculation, make it aligns 
<br>>>>> with the HSE06 script. However, at this time it gave me errors like 
<br>>>>> "CPASSERT failed". I've uploaded the log files in the attachment. Please 
<br>>>>> have a look.
<br>>>>>
<br>>>>> Just wondering that do you have any idea about this error?
<br>>>>>
<br>>>>> I reckon this happened was probably because I added the auxiliary basis 
<br>>>>> set ADMM in the HSE06 basis set. So I deleted the ADMM basis set and then 
<br>>>>> it returned some errors like "AUX_FIT basis set is not defined." I 
<br>>>>> guess to do this calculation, the ADMM basis set is compulsory. 
<br>>>>>
<br>>>>> Please let me know how you feel.
<br>>>>>
<br>>>>> Cheers,
<br>>>>> Weiyi
<br>>>>> 在2026年8月7日星期五 UTC+10 23:01:18<Frederick Stein> 写道:
<br>>>>>
<br>>>>>> Hi Weiyi,
<br>>>>>> Something seems off. Have you run both calculations with exactly the 
<br>>>>>> same executable? Can you show both output files? This kind of behavior 
<br>>>>>> (runs smoothly without restart file and fails with missing libraries with 
<br>>>>>> the given error message with restart file) cannot happen because CP2K needs 
<br>>>>>> to call Libint in both cases and both code required for this behavior paths 
<br>>>>>> exclude each other for the same executable. It must have been two different 
<br>>>>>> executables (conditional compilation).
<br>>>>>> I have just tried with a current development version to restart a HF 
<br>>>>>> calculation (tests/QS/regtest-kp-hfx-ri-2/diamond_gapw_tc.inp) from the 
<br>>>>>> corresponding PBE calculation and was successful. Can you try that?
<br>>>>>> Best,
<br>>>>>> Frederick
<br>>>>>>
<br>>>>>> Megaa M schrieb am Donnerstag, 6. August 2026 um 07:51:51 UTC+2:
<br>>>>>>
<br>>>>>>> Hi Frederick,
<br>>>>>>>
<br>>>>>>> It seems that the admin team has done the regression test during the 
<br>>>>>>> installation of the package. They excuted:
<br>>>>>>> make ARCH=Linux-x86-64-gnu-nci VERSION=psmp test TESTOPTS+=\"--mpiranks 
<br>>>>>>> 4 --ompthreads 1 --maxtasks 4 --timeout 900\" make 
<br>>>>>>> ARCH=Linux-x86-64-gnu-nci VERSION=psmp test TESTOPTS+=\"--mpiranks 2 
<br>>>>>>> --ompthreads 1 --maxtasks 4 --timeout 900\"
<br>>>>>>>
<br>>>>>>> Just wondering that do you have any advise for that?
<br>>>>>>>
<br>>>>>>> Many thanks !
<br>>>>>>>
<br>>>>>>> Cheers,
<br>>>>>>> Weiyi
<br>>>>>>>
<br>>>>>>> 在2026年8月5日星期三 UTC+10 19:22:49<Frederick Stein> 写道:
<br>>>>>>>
<br>>>>>>>> Dear Weiyi,
<br>>>>>>>> I am not quite sure. Officially, CP2K supported Libint version 2.6.0 
<br>>>>>>>> at that time. It is also not clear why the calculation should fail with 
<br>>>>>>>> restart file but not without because the libint wrapper should be called in 
<br>>>>>>>> both cases. Have you or your admin team the regression test suite after 
<br>>>>>>>> compilation?
<br>>>>>>>> Best,
<br>>>>>>>> Frederick
<br>>>>>>>>
<br>>>>>>>> Megaa M schrieb am Mittwoch, 5. August 2026 um 09:21:06 UTC+2:
<br>>>>>>>>
<br>>>>>>>>> Dear Community,
<br>>>>>>>>>
<br>>>>>>>>> I'm trying to calculate the band structure of a cubic bulk material 
<br>>>>>>>>> using the HSE06 hybrid functional with CP2K 2025.2.
<br>>>>>>>>>
<br>>>>>>>>> With relaxed structure, I first performed a PBE energy calculation 
<br>>>>>>>>> with k-point sampling and obtained a wavefunction file named ENERGY-PBE.kp. 
<br>>>>>>>>> I then attempted to use this file as the initial wavefunction guess for the 
<br>>>>>>>>> HSE06 calculation.
<br>>>>>>>>>
<br>>>>>>>>> However, when the HSE06 calculation reads the ENERGY-PBE.kp file and 
<br>>>>>>>>> tries to run, CP2K terminates with the following error:
<br>>>>>>>>>
<br>>>>>>>>> "This CP2K executable has not been linked against the required 
<br>>>>>>>>> library libint."
<br>>>>>>>>>
<br>>>>>>>>> The complete output is attached as cp2k_out.txt.
<br>>>>>>>>>
<br>>>>>>>>> Interestingly, when I run the same HSE06 calculation without reading 
<br>>>>>>>>> the PBE wavefunction file, the calculation starts successfully. However, 
<br>>>>>>>>> convergence is much slower and the calculation requires substantially more 
<br>>>>>>>>> computational time.
<br>>>>>>>>>
<br>>>>>>>>> I contacted the staff responsible for the HPC system, but they were 
<br>>>>>>>>> unable to determine the cause of the error. They provided details of the 
<br>>>>>>>>> installed CP2K and Libint configurations, which are attached as 
<br>>>>>>>>> "cp2k_2025.2_libint.txt". Based on the available information, it seems that 
<br>>>>>>>>> the hfx related libint appears to absent (Tho the HSE06 calculation without 
<br>>>>>>>>> reading PBE.kp file can still run).
<br>>>>>>>>>
<br>>>>>>>>> Can you please advise whether this problem may be related to the 
<br>>>>>>>>> CP2K compilation, the compatibility of the PBE wavefunction file with the 
<br>>>>>>>>> HSE06 calculation, or a particular input setting? Is there anything wrong 
<br>>>>>>>>> during the installation? Did they miss some files that were supposed to be 
<br>>>>>>>>> downloaded? If yes, is there any way for them to get the files?
<br>>>>>>>>>
<br>>>>>>>>> Much appreciate for any guidance on this.
<br>>>>>>>>>
<br>>>>>>>>> Kind regards,
<br>>>>>>>>> Weiyi 
<br>>>>>>>>>
<br>>>>>>>>
<br>> -- 
<br>> You received this message because you are subscribed to the Google Groups 
<br>>"cp2k" group.
<br>> To unsubscribe from this group and stop receiving emails from it, send an 
<br>>email to <a href data-email-masked rel="nofollow">cp2k+uns...@googlegroups.com</a>.
<br>> To view this discussion visit 
<br>><a href="https://groups.google.com/d/msgid/cp2k/df8b39a6-df13-4bbe-b836-48edf68df54en%40googlegroups.com" target="_blank" rel="nofollow" data-saferedirecturl="https://www.google.com/url?hl=zh-CN&q=https://groups.google.com/d/msgid/cp2k/df8b39a6-df13-4bbe-b836-48edf68df54en%2540googlegroups.com&source=gmail&ust=1786688723256000&usg=AOvVaw1gahwdKsnuifFod-GS6Ttp">https://groups.google.com/d/msgid/cp2k/df8b39a6-df13-4bbe-b836-48edf68df54en%40googlegroups.com</a>.
<br>
<br>Dr. Frederick Stein
<br>Scientific Computing Core
<br>CASUS - Center for Advanced Systems Understanding, Görlitz
<br>Helmholtz-Zentrum Dresden-Rossendorf e.V. (HZDR)
<br></blockquote></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "cp2k" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:cp2k+unsubscribe@googlegroups.com">cp2k+unsubscribe@googlegroups.com</a>.<br />
To view this discussion visit <a href="https://groups.google.com/d/msgid/cp2k/4e0dbc65-0669-4e9c-9c64-3dcaeb372e27n%40googlegroups.com?utm_medium=email&utm_source=footer">https://groups.google.com/d/msgid/cp2k/4e0dbc65-0669-4e9c-9c64-3dcaeb372e27n%40googlegroups.com</a>.<br />