saga-project / bliss

ATTENTION: bliss is now saga-python. Please check out the new project website for the latest version: http://saga-project.github.com/saga-python/
http://saga-project.github.com/saga-python/
Other
8 stars 4 forks source link

SSH Job Plugin writes stdout/stderr to remote machine #67

Closed drelu closed 11 years ago

drelu commented 11 years ago

Should be consistent with SAGA C++/SSH which writes stdout/stderr to submission machine

andre-merzky commented 11 years ago

In this case, bliss is doing the right thing, and the C++ ssh adaptor has it wrong:

"The Output element is a filename relative the working directory or to the named FileSystem. If this element is not present then it is not defined and the consuming system MAY choose any value."

If you need the output on the submission host, you need to add a file stage-out for it...