Executing external application (batch file) in cluster using pmode

1 view (last 30 days)
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 Comment
Konrad Malkowski
Konrad Malkowski on 21 Mar 2013
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.

Sign in to comment.

Answers (0)

Categories

Find more on MATLAB Parallel Server in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!