Update Simulation-Definition-File.md

Added an actual link instead of a placeholder
This commit is contained in:
Mrockwell2 2024-05-29 10:29:58 -05:00 committed by GitHub
parent a1d151c4c3
commit 982a434957
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -187,7 +187,7 @@ to accomodate the highest Child ID specified in the S_define file. Jobs without
will be executed by the parent process. Jobs with a C1 child specification will be executed by the
first child thread; jobs with a C2 specification will be executed by the second child thread; and so on.
Child Threads have three different scheduling choices. See Section XYZ for child thread scheduling
Child Threads have three different scheduling choices. See [Executive Scheduler](../simulation_capabilities/Executive-Scheduler.md) -> [Thread Control](../simulation_capabilities/Executive-Scheduler.md#thread-control) for child thread scheduling
details.
### Job Tagging