Executing external application (batch file) in cluster using pmode
显示 更早的评论
I am trying to execute a batch file which internally executes one windows executable within pmode (over my cluster). while executing I get an error from MATLAB which is not clear. The error reported is "-1.0737e+009". Searching over internet did not helped.
My question is : is this a limitation of pmode or I did some thing wrong ?
I tried system('CallMe.bat') and !CallMe.bat commands but with no success.
Note : The worker's present working directory contains this file
When I execute same commands without distributed mode (pmode, batch job) it works fine.
Thanks Rupi-
1 个评论
Konrad Malkowski
2013-3-21
It would help diagnose the issue if you actually provided the contents of the CallMe.bat as well as the matlab code that you are trying to run on the cluster.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Parallel Server 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!