SIMEXP / psom

pipeline system for octave and matlab
http://psom.simexp-lab.org
Other
24 stars 13 forks source link

PSOM deamon failed on opt.max_queued #100

Open surchs opened 8 years ago

surchs commented 8 years ago

I got a strange error when running Matlab64 on a debian today:

Something went bad ... the PSOM deamon has FAILED !
The last error message occured was :
Error using +
Integers can only be combined with integers of the same class, or scalar doubles.
File /home/surchs/Code/psom/psom_deamon.m at line 274

The weird part is that I ran on this system successfully just recently and the offending line has been last changed in September of 2015. Not really sure how to debug it either since the pipeline doesn't seem to stop when I put a breakpoint there (during local execution) and running the individual jobs works fine.

surchs commented 8 years ago

Running the same thing on octave works well.

surchs commented 8 years ago

I may have to modify the part about it running fine just recently. I may have been running things in Octave all along because of running into issues with Matlab and not being able to fix them quickly enough. So this may after all be an older Matlab bug.

pbellec commented 8 years ago

Thanks for the report! Will try to reproduce on my end.