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

PATask.InputFiles (and more?) is not properly set and throws an error from PAsolve #289

Closed mbenguig closed 7 years ago

mbenguig commented 7 years ago

For instance in PAsolve,

function [taskFilesToClean] = initInputFiles(NN,MM,Tasks,opt,fs,taskFilesToClean,task_config) ... if isAbsolute(aFile.Path) ..

throws an exception since aFile is not a File but a "Matlab char".