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

Creation of comms.mod is non-deterministic? #3

Open
chillenzer opened this issue Feb 6, 2023 · 2 comments
Open

Creation of comms.mod is non-deterministic? #3

chillenzer opened this issue Feb 6, 2023 · 2 comments

Comments

@chillenzer
Copy link

Hi, I'm playing around with the code again and found that quite regularly compilation via make fails due to

Fatal Error: Cannot open module file 'comms.mod' for reading at (1): No such file or directory

which -- when I look this up -- is correct, i.e. the file is indeed missing. Retrying again usually fails but retrying a few times (maybe sprinkling in some make cleans here and there) seems to do the trick and sooner or later it seems to work out just fine. What's going on there? And more importantly: Any ideas how to fix this?

@edbennett
Copy link
Member

Looks like an oversight in MkRulesdirac.F90 depends on comms.mod (i.e. it contains use comms), but this dependency is missing in MkRules at line 132.

@chillenzer
Copy link
Author

Thanks for the hint. Should've spotted that myself but in a new code base... BTW, I found a few more of these. Now, it's compiling like a charm except for #4 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants