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

Unexpected Fortran runtime error associated with legacy algos #364

Open
adamhorvath99 opened this issue Oct 24, 2024 · 1 comment
Open
Labels
question Further information is requested

Comments

@adamhorvath99
Copy link

Dear Developers,

We have a problem, which I have not seen in the report page. It does not occur every time, but eventually like 1 out of 5 runs. If the job is submitted again, it might finish successfully. We use the following version: Version 3.0.2, Fri, 27 September 16:49:34, 09/27/2024 commit (a71e303) compiled by 'usr@fv-az570-301'.

Here is the slurm error:
At line 1003 of file /home/runner/work/crest/crest/src/legacy_algos/confscript2_misc.f90
Fortran runtime error: End of file

Error termination. Backtrace:
#0 0xcee6c0 in ???
#1 0xcee969 in ???
#2 0xcef59f in ???
#3 0xd12c6b in ???
#4 0xd3f6a4 in ???
#5 0xd402ca in ???
#6 0x6fdf55 in remaining_in_
at /home/runner/work/crest/crest/src/legacy_algos/confscript2_misc.f90:1003
#7 0x6fe23a in sort_and_check_
at /home/runner/work/crest/crest/src/legacy_algos/confscript2_misc.f90:1046
#8 0x534138 in crest_multilevel_oloop_
at /home/runner/work/crest/crest/src/algos/search_conformers.f90:403
#9 0x53a2c7 in crest_search_imtdgc_
at /home/runner/work/crest/crest/src/algos/search_conformers.f90:135
#10 0x7d2774 in confscript2i_
at /home/runner/work/crest/crest/src/legacy_wrappers.f90:148
#11 0x40e48b in crest
at /home/runner/work/crest/crest/src/crest_main.f90:240
#12 0x408f7e in main
at /home/runner/work/crest/crest/src/crest_main.f90:26

@adamhorvath99 adamhorvath99 added the bug Something isn't working label Oct 24, 2024
@pprcht
Copy link
Contributor

pprcht commented Oct 25, 2024

Hello,
This error message tells that the ensemble is empty after attempting geometry optimization.
Chances are very high that this is a theory issue rather than a program bug, meaning the xTB level (or whichever you used) may not produce sensible results at this point.
Please check the last crest_rotamers that has been produced and try to see what happens if you re-run optimization manually with the same level of theory and --mdopt

@pprcht pprcht added question Further information is requested and removed bug Something isn't working labels Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants