Running matlab in the background

Posted by msandbot on Stack Overflow See other posts from Stack Overflow or by msandbot
Published on 2010-06-08T19:48:49Z Indexed on 2010/06/08 19:52 UTC
Read the original article Hit count: 261

Hi,

I am running matlab on 48 virtual machines and would like to automate it. I ssh into the machines then use matlab -r matlab_command > outfile.txt & to get the process to run in the background and run fine when I logout. The only problem is that when i jobs my process is stopped and won't start until I fg ^z bg. Is there a matlab flag so that I can run it in the background without having it stop?

Thanks, Mike

© Stack Overflow or respective owner

Related posts about shell

Related posts about command-line