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
Let's assume there is a Scheduler running on a machine and a ProActive node deployed on another. A user bobot submits a task that eventually creates a file test.txt on the scratch space of the compute node. If the task was configured to transfer test.txt from the scratch space to:
global space, then test.txt is put in defaultglobal/test.txt
user space, then test.txt is put in defaultuser/bobot/test.txt
output space, then test.txt is put in defaultoutput/bobot/test.txt
This difference of semantic for the output hierarchy between the first and the last two spaces seems to be desired but seems not documented.
The text was updated successfully, but these errors were encountered:
Let's assume there is a Scheduler running on a machine and a ProActive node deployed on another. A user bobot submits a task that eventually creates a file test.txt on the scratch space of the compute node. If the task was configured to transfer test.txt from the scratch space to:
defaultglobal/test.txt
defaultuser/bobot/test.txt
defaultoutput/bobot/test.txt
This difference of semantic for the output hierarchy between the first and the last two spaces seems to be desired but seems not documented.
The text was updated successfully, but these errors were encountered: