We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A relatively large calculation (~800 GB of scratch) was giving these messages:
end of file! file: 2E-.POSITRON.ints end of file! file: 20E-.POSITRON.ints end of file! file: 15E-.POSITRON.ints etc...
I think it is because it run out of space in the integrals writing, but this should stop the calculation, not only give a warning
The text was updated successfully, but these errors were encountered:
This is weird... why the output didn't show the common message of "Fortran runtime error: No space left on device"
Sorry, something went wrong.
No branches or pull requests
A relatively large calculation (~800 GB of scratch) was giving these messages:
end of file! file: 2E-.POSITRON.ints
end of file! file: 20E-.POSITRON.ints
end of file! file: 15E-.POSITRON.ints
etc...
I think it is because it run out of space in the integrals writing, but this should stop the calculation, not only give a warning
The text was updated successfully, but these errors were encountered: