SysFera / vishnu

Modular and high-level middleware for tasks, files and information management in heterogeneous and distributed HPC environments
http://sysfera.github.com/vishnu.html
Other
4 stars 12 forks source link

Fix ticket 331, good error path is set now in client #393

Closed keoo closed 10 years ago

bdepardo commented 10 years ago

Ok, but you should use boost filesystem to concatenate different paths in the following lines: jobResult.setOutputPath(moutDir+"/"+fileName); jobResult.setErrorPath(moutDir+"/"+fileName2);

bdepardo commented 10 years ago

merged