ow2-proactive / connector-matlab-scilab

ProActive connector for Matlab & Scilab
http://proactive.activeeon.com/
GNU Affero General Public License v3.0
2 stars 13 forks source link

Matlab/Scilab task output not correctly retrieved #277

Closed fviale closed 7 years ago

fviale commented 8 years ago

When executing a matlab task, no matlab worker output is gathered by the task.

By analysing the log files in temp directory (MatlabStart..., MatlabExecutable...), the output is there, but it's not read by the task.

mbenguig commented 7 years ago

Still not fixed with scilab. Moreover, in case of multi task jobs, tasks do not properly gather Matlab workers outputs (same output displayed for different tasks, ...)

PAsolve(@myDisplayTOTO,'55') Job submitted : 603 Awaited (J:603) ==> [2016-12-19 10:42:049 XPS-P31F][MatlabExecutable] 55

PAsolve(@myDisplayTOTO,'66') Job submitted : 604 Awaited (J:604) ==> [2016-12-19 10:42:052 XPS-P31F][MatlabExecutable] 66

PAsolve(@myDisplayTOTO,'55','66') Job submitted : 605 ==> [2016-12-19 10:43:019 XPS-P31F][MatlabExecutable] 66 [2016-12-19 10:43:019 XPS-P31F][MatlabExecutable] 66