segmentation and bus errors in different matlab versions

2 views (last 30 days)
Hello all,
I am having trouble running a couple programs remotely on a super computer that seem to run fine on my laptop for small numbers of iterations.
I have a time simulation program that needs to run for a while taking small time steps. When I test it on my laptop, which is running and older version of Matlab (7.8.0 (R2009a)), it seems to run fine. When I start it remotely (the super computer has version 7.11.0, R2010b) I get a segmentation error after a few iterations.
A similar program does the same thing, but gives be a bus error on the super computer. Neither program is using more than 1% of the computers memory as they run, and as I said, they are fine on my laptop.
I have spend quite a bit of time googling and browsing help forums and can't seem to find an answer. Thanks in advance for any help you many be able to give.
  2 Comments
James Tursa
James Tursa on 18 Jan 2012
All m-code? Or do you use mex routines? Is this a compiled app?
Erica
Erica on 18 Jan 2012
Sorry,its all in m-code. A .m file that I am calling as a function with workspace variables as inputs.

Sign in to comment.

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!