What is your MATLAB uptime

5 views (last 30 days)
Daniel Shub
Daniel Shub on 17 Nov 2011
I have had simulations run for a few days and maybe have gone a week without restarting MATLAB.
What is your longest MATLAB uptime?

Answers (4)

Jan
Jan on 17 Nov 2011
36 hours. It was an extreme programming session. The runtime of my programs is usually below a minute.
I shut down my machines every night. I think they need the sleep to get all the bits in the right order.

Walter Roberson
Walter Roberson on 17 Nov 2011
A month or so for me. I usually leave MATLAB open until I need to reboot my desktop to install a security update.
  1 Comment
Image Analyst
Image Analyst on 17 Nov 2011
But you weren't running just one m-file that whole time, right? I might have MATLAB running a couple of days or so at most before I decide to shutdown the computer to save energy. My individual m-files generally only take a minute or so to run.

Sign in to comment.


Sven
Sven on 17 Nov 2011
I've got 2 machines with MATLAB always open :)
PC1. The desktop - hack around developing and testing.
PC2. The runner - Any task that would take more than 10 minutes I run on here.
Usually I'll be developing a new algorithm (searching/segmenting CTs) on PC1, and once I've got it stable enough to run without crashing for different input volumes I'll save my script/function/object, switch over to PC2 and let it iterate over a larger set of scans. My processes are usually short (< 10 min), but I loop them over scans sometimes for a day or two.
I hate it when I arrive in the morning to see my desktop machine rebooted with a windows update.
  1 Comment
Walter Roberson
Walter Roberson on 17 Nov 2011
Back when I still had a working PC, I always turned off automatic Windows Update. Mind you, I did first get in to that habit in the days when the updates underwent less testing before release and so might crash (or corrupt) machines. (I have accumulated more good reasons since...)

Sign in to comment.


Kelly Kearney
Kelly Kearney on 17 Nov 2011
If my work computer is on, then Matlab is usually running; I'll usually keep a single session open for a week or so. And usually the session restart is due to either accumulated Java memory loss leading to graphics errors and a necessary restart, or a segmentation fault of some sort crashing things.
My longest single processes run for a few days; these involve a parent script running 50-100 iterations of a model (often in parallel), while a single model iteration runs for approximately 2-3 hours (integrating a system of ODEs). And as was noted in the thread you reference, I do write data to file as it's being calculated rather than trying to hold it in memory until the simulations finish... more memory efficient and it prevents data from being lost if the computer crashes.

Categories

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

Tags

Community Treasure Hunt

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

Start Hunting!