Skip to content

Commit 95cf752

Browse files
committed
Clarify swift-t command line
1 parent e29bd7e commit 95cf752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/common/sh/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The purpose of these scripts is:
1515

1616
. Set key environment variables and Swift/T options for the system scheduler. These include +PROCS+, +WALLTIME+, +QUEUE+, +PROJECT+, etc.
1717

18-
. Obtain application parameters and pass to the +swift-t+ command line. These are currently specified in a special section of the workflow_sh. These arguments are conventionally stored in a Bash variable +CMD_LINE_ARGS+, and passed to +swift-t+.
18+
. Obtain application parameters and pass to the +swift-t+ command line. These are currently specified in a special section of the workflow_sh. These arguments are conventionally stored in a Bash variable +CMD_LINE_ARGS+, and passed to the +swift-t+ command; they are then available in the Swift script via +argv()+.
1919

2020
. Record what happened. This involves writing additional logs into the TURBINE_OUTPUT directory, particularly to capture settings and provenance that Swift/T cannot.
2121

0 commit comments

Comments
 (0)