38,760
edits
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 1: | Line 1: | ||
== Normal termination of Gaussian | == Normal termination of Gaussian == | ||
Normally Gaussian will terminate with a line such as | Normally Gaussian will terminate with a line such as | ||
<pre> | <pre> | ||
Line 6: | Line 6: | ||
Normal termination of Gaussian 16 at Tue Nov 14 15:31:56 2017. | Normal termination of Gaussian 16 at Tue Nov 14 15:31:56 2017. | ||
</pre> | </pre> | ||
If a job | If a job does not end with these lines and no other error message is produced, it usually means that the job exceeded the time requested from the [[Running jobs|scheduler]] (<code>--time=HH:MM:SS</code>), or exceeded the memory requested (<code>--mem=</code>), or your disk quota was exceeded. |