Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ProActive
documentation
Commits
cb92c2d4
Commit
cb92c2d4
authored
Jun 21, 2021
by
Fabien Viale
Browse files
Small modification in variables reference
parent
6be85ace
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/docs/user/references/VariablesReference.adoc
View file @
cb92c2d4
...
...
@@ -273,42 +273,42 @@ ProgressFile.setProgress(variables.get("PA_TASK_PROGRESS_FILE"), 50);
|
*
User
space
*.
Location
of
the
user
space
.
See
<<
_data_spaces
>>.
|
println
userspace
|
$
USERSPACE
|
-
|
$
userspace
|
$userspace
(
only
in
tasks
arguments
)
|
<<
_fork_environment
,
environment
>>
,
<<
_pre_post_clean
,
pre
>>
,
<<
_script_tasks
,
task
>>
,
<<
_pre_post_clean
,
post
>>
,
<<
_control_flow_scripts
,
flow
>>
|
-
|
*
Global
space
*.
Location
of
the
global
space
.
See
<<
_data_spaces
>>.
|
println
globalspace
|
$
GLOBALSPACE
|
-
|
$
globalspace
|
$globalspace
(
only
in
tasks
arguments
)
|
<<
_fork_environment
,
environment
>>
,
<<
_pre_post_clean
,
pre
>>
,
<<
_script_tasks
,
task
>>
,
<<
_pre_post_clean
,
post
>>
,
<<
_control_flow_scripts
,
flow
>>
|
-
|
*
Input
space
*.
Location
of
the
input
space
.
See
<<
_data_spaces
>>.
|
println
inputspace
|
$
INPUTSPACE
|
$
inputspace
|
-
|
<<
_fork_environment
,
environment
>>
,
<<
_pre_post_clean
,
pre
>>
,
<<
_script_tasks
,
task
>>
,
<<
_pre_post_clean
,
post
>>
,
<<
_control_flow_scripts
,
flow
>>
|
-
|
*
Local
space
*.
Location
of
the
local
space
.
See
<<
_data_spaces
>>.
|
println
localspace
|
$
LOCALSPACE
|
-
|
$
localspace
|
$localspace
(
only
in
tasks
arguments
)
|
<<
_fork_environment
,
environment
>>
,
<<
_pre_post_clean
,
pre
>>
,
<<
_script_tasks
,
task
>>
,
<<
_pre_post_clean
,
post
>>
,
<<
_control_flow_scripts
,
flow
>>
|
-
|
*
Cache
space
*.
Location
of
the
cache
space
.
See
<<
_data_spaces
>>.
|
println
cachespace
|
$
CACHESPACE
|
-
|
$
cachespace
|
$cachespace
(
only
in
tasks
arguments
)
|
<<
_fork_environment
,
environment
>>
,
<<
_pre_post_clean
,
pre
>>
,
<<
_script_tasks
,
task
>>
,
<<
_pre_post_clean
,
post
>>
,
<<
_control_flow_scripts
,
flow
>>
|
-
|
*
Output
space
*.
Location
of
the
output
space
.
See
<<
_data_spaces
>>.
|
println
outputspace
|
$
OUTPUTSPACE
|
$
outputspace
|
-
|
<<
_fork_environment
,
environment
>>
,
<<
_pre_post_clean
,
pre
>>
,
<<
_script_tasks
,
task
>>
,
<<
_pre_post_clean
,
post
>>
,
<<
_control_flow_scripts
,
flow
>>
|
-
...
...
Git Mirror User
@gitmirror
mentioned in commit
e64aab8f
·
Jun 24, 2021
mentioned in commit
e64aab8f
mentioned in commit e64aab8fc32aca20cddf686337c80c44003e512e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment