Unverified Commit 072ce894 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

list errors and warnings from fix halt

parent 50c75b35
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -2534,6 +2534,9 @@ Doc page with :doc:`WARNING messages <Errors_warnings>`
   This should not happen unless you explicitly deleted
   a secondary fix that fix adapt created internally.

*Could not find fix halt variable name*
   Self-explanatory.

*Could not find fix gcmc exclusion group ID*
   Self-explanatory.

@@ -2883,6 +2886,9 @@ Doc page with :doc:`WARNING messages <Errors_warnings>`
   The dimension command cannot be used after a read\_data,
   read\_restart, or create\_box command.

*Disk limit not supported by OS or illegal path*
   Self-explanatory.

*Dispersion PPPMDisp order has been reduced below minorder*
   The default minimum order is 2.  This can be reset by the
   kspace\_modify minorder command.
@@ -3694,6 +3700,9 @@ Doc page with :doc:`WARNING messages <Errors_warnings>`
*Fix gld tau coefficients must be > 0*
   Self-explanatory.

*Fix halt variable is not equal-style variable*
   Self-explanatory.

*Fix heat group has no atoms*
   Self-explanatory.

@@ -5118,6 +5127,12 @@ Doc page with :doc:`WARNING messages <Errors_warnings>`
*Invalid fix box/relax pressure settings*
   Settings for coupled dimensions must be the same.

*Invalid fix halt attribute*
   Self-explanatory.

*Invalid fix halt operator*
   Self-explanatory.

*Invalid fix nvt/npt/nph command for a 2d simulation*
   Cannot control z dimension in a 2d model.

+3 −0
Original line number Diff line number Diff line
@@ -192,6 +192,9 @@ Doc page with :doc:`ERROR messages <Errors_messages>`
   A FENE bond has stretched dangerously far.  It's interaction strength
   will be truncated to attempt to prevent the bond from blowing up.

*Fix halt condition for fix-id %s met on step %ld with value %g*
   Self explanatory.

*Fix SRD walls overlap but fix srd overlap not set*
   You likely want to set this in your input script.