You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workflows/common/sh/README.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The purpose of these scripts is:
15
15
16
16
. Set key environment variables and Swift/T options for the system scheduler. These include +PROCS+, +WALLTIME+, +QUEUE+, +PROJECT+, etc.
17
17
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()+.
19
19
20
20
. Record what happened. This involves writing additional logs into the TURBINE_OUTPUT directory, particularly to capture settings and provenance that Swift/T cannot.
0 commit comments