Skip to content

Commit

Permalink
added remainder of documentable features for 1.5.2\nCloses #90
Browse files Browse the repository at this point in the history
  • Loading branch information
jimboid committed Sep 28, 2018
1 parent 226ae60 commit 0019325
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/usr-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,10 @@ This section contains a list of parameters that may be used in either of the hos
| | kicked out of the queue if it overruns. This should be given in the format "HH:MM". Longbow will automatically add |
| | zero seconds onto your entry if your scheduler requires the format "HH:MM:SS". |
+-------------------+------------------------------------------------------------------------------------------------------------------------+
| memory | Integer representing the number of GB to be assigned to PBS option mem which some PBS installs require. |
| memory | Integer representing the number of GB to be assigned to the scheduler memory directive in your submit script. |
+-------------------+------------------------------------------------------------------------------------------------------------------------+
| mpiprocs | Allows undersubscription or to change mpiprocs freely without hacking the corespernode parameter. This is often needed |
| | to properly run LAMMPS SMP builds. |
+-------------------+------------------------------------------------------------------------------------------------------------------------+
| polling-frequency | The interval for Longbow to query the status of a job/s, this is given in seconds and should not be set too small |
| | (not less than 60) otherwise the system admins may not like you. |
Expand Down Expand Up @@ -379,6 +382,10 @@ This section contains a list of parameters that may be used in either of the hos
| | be the same as the polling frequency then leave this unset and it will default to the same. This parameter should not |
| | be set too small, especially you are syncing large files otherwise you will be syncing constantly. |
+-------------------+------------------------------------------------------------------------------------------------------------------------+
| stderr | This parameter will rename the stdout file that is created by the scheduling system. |
+-------------------+------------------------------------------------------------------------------------------------------------------------+
| stdout | This parameter will rename the stdout file that is created by the scheduling system. |
+-------------------+------------------------------------------------------------------------------------------------------------------------+
| subfile | Advanced users that use other tools to generate submission scripts but would like to take advantage of the staging and |
| | submission parts of Longbow can do so using the subfile parameter to give the exising submit file. This is for |
| | advanced users and workflow developers that understand the implications of doing this. You will still have to provide |
Expand Down

0 comments on commit 0019325

Please sign in to comment.