Translations:Gaussian error messages/2/en: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Normal Termination of Gaussian XX ==
== Normal termination of Gaussian ==
Normally Gaussian will terminate with a line such as
Normally Gaussian will terminate with a line such as
<pre>
<pre>
  Job cpu time: 0 days  6 hours 57 minutes 42.2 seconds.
  Job cpu time:       0 days  0 hours 26 minutes 18.3 seconds.
  File lengths (MBytes)RWF= 4743 Int=    0 D2E=    0 Chk=    9 Scr=    1
  Elapsed time:       0 days 0 hours  6 minutes 43.3 seconds.
  Normal termination of Gaussian 98.
  Normal termination of Gaussian 16 at Tue Nov 14 15:31:56 2017.
</pre>
</pre>
If a job fails without producing an error message (but with a normal looking output), it usually means that the job exceeded the allocated time (h_rt=HH:MM:SS) or, more rarely, that your disk quota has been exceeded.
If a job does not end with these lines and no other error message is produced, it usually means thatː
* your disk quota was exceeded (see [[Storage and file management#Filesystem_quotas_and_policies|File quotas and policies]]);
* the job exceeded the time requested from the [[Running jobs|scheduler]] (<code>--time=HH:MM:SS</code>);
* the job exceeded the memory requested (<code>--mem=</code>) (see [[Running jobs#Monitoring̠_jobs|Monitoring jobs]]); or
* the job produced more data that can fill up the local disk on the compute node.

Latest revision as of 16:48, 5 February 2019

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Gaussian error messages)
== Normal termination of Gaussian ==
Normally Gaussian will terminate with a line such as
<pre>
 Job cpu time:      0 days  0 hours 26 minutes 18.3 seconds.
 Elapsed time:      0 days  0 hours  6 minutes 43.3 seconds.
 Normal termination of Gaussian 16 at Tue Nov 14 15:31:56 2017.
</pre>
If a job does not end with these lines and no other error message is produced, it usually means thatː
* your disk quota was exceeded (see [[Storage and file management#Filesystem_quotas_and_policies|File quotas and policies]]);
* the job exceeded the time requested from the [[Running jobs|scheduler]] (<code>--time=HH:MM:SS</code>);
* the job exceeded the memory requested (<code>--mem=</code>) (see [[Running jobs#Monitoring̠_jobs|Monitoring jobs]]); or
* the job produced more data that can fill up the local disk on the compute node.

Normal termination of Gaussian

Normally Gaussian will terminate with a line such as

 Job cpu time:       0 days  0 hours 26 minutes 18.3 seconds.
 Elapsed time:       0 days  0 hours  6 minutes 43.3 seconds.
 Normal termination of Gaussian 16 at Tue Nov 14 15:31:56 2017.

If a job does not end with these lines and no other error message is produced, it usually means thatː

  • your disk quota was exceeded (see File quotas and policies);
  • the job exceeded the time requested from the scheduler (--time=HH:MM:SS);
  • the job exceeded the memory requested (--mem=) (see Monitoring jobs); or
  • the job produced more data that can fill up the local disk on the compute node.