Unverified Commit 20dc69fa authored by Roberto Porcu's avatar Roberto Porcu Committed by GitHub
Browse files

Merge pull request #42 from rporcu/fix_input_description

Fix the description for walltime_limit
parents 6c9e0d12 a2cbc4e5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -28,10 +28,10 @@ The following inputs must be preceded by "mfix.":
+----------------------+-----------------------------------------------------------------------+-------------+--------------+
| tcoll_ratio          | DEM timestep equals the min collision time divided by this value      |    Real     |   50.0       |
+----------------------+-----------------------------------------------------------------------+-------------+--------------+
| walltime_limit       | Write a check point file before the specified walltime (HH:MM:SS)     |    String   |   ""         |
|                      | has been reached. For example, if mfix.walltime_limit = 0:10:00, then |             |              |
|                      | timestepping is terminated just before runtime has reached the fixed  |             |              |
|                      | walltime, and the code performs a clean exit                          |             |              |
| walltime_limit       | Runtime limit specified with format HH:MM:SS. When the runtime has    |    String   |   ""         |
|                      | almost reached the limit (approaching is computed by considering the  |             |              |
|                      | average runtime needed for each step) then the simulation ends and    |             |              |
|                      | a clean exit is performed                                             |             |              |
+----------------------+-----------------------------------------------------------------------+-------------+--------------+
| walltime_buffer      | This time value, specified as HH:MM:SS, is used to determine whether  |    String   |   ""         |
|                      | to plot a checkpoint file before the job is terminated by the value   |             |              |