Skip to content

Commit 9aa7d35

Browse files
bpaul4lbianchi-lbl
andauthored
Add Turbine Configuration section to Debugging documentation (#1203)
* Add Turbine Configuration section * try file role Co-authored-by: Ludovico Bianchi <lbianchi@lbl.gov> * flip slashes * flip slashes back, try double slash * try just double backslash, no file role * Try if using :file: role renders correctly for RTD build --------- Co-authored-by: Ludovico Bianchi <lbianchi@lbl.gov>
1 parent f36093a commit 9aa7d35

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/source/chapt_debug/index.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,21 @@ The following are known unresolved issues:
6868
TurbineLite port is changed the configuration file that FOQUS uses to
6969
connect to TurbineLite, must also be changed.
7070

71+
Turbine Configuration
72+
---------------------
73+
74+
Turbine Lite uses a configuration file to set many runtime options for
75+
submitted jobs, most of which are pre-set server information based on the
76+
software version. However, there are a few options which control the run
77+
behavior that users can modify to suit their needs. The "User Settings"
78+
section of the file passes timeout values which cap how many minutes
79+
Turbine will let a certain action occur before force-stopping.
80+
81+
On a local machine, the file is located at :file:`C:\\Program Files (x86)\\Turbine\\Lite\\Clients\\AspenSinterConsumerConsole.exe.config` and
82+
requires administrative access to save edits. FOQUS and Aspen need to
83+
be closed when you save the file so Turbine can update its config for
84+
new instances. Lines 93-108 set the "User Settings", which include the
85+
timeout for the total run, the timeout for the run setup, and the timeout
86+
for the post initialization run. These values are all in minutes.
87+
7188
.. include:: ../contact.rst

0 commit comments

Comments
 (0)