On Thu, Feb 19, 2015 at 5:16 AM, aravind ramesh <varavind...@yahoo.com> wrote: > Version: 20140722 > > Rscript ../Get_Length.R BM O1.ap > O1.ap.min > Rscript ../Get_Length.R BM O5.ap > O5.ap.min : > job immediatly stops and even after putting the job in background using > "bg", it stops again. after "fg" the job resumes again. I also faced a > problem while starting a nohup parallel job, as it does not run in > background. (Same job with nohup) : > What am I missing here ?
Maybe your Rscript needs a tty? Does --tmux help? /Ole