francesca casalino
2012-Sep-26 15:19 UTC
[R] Submit a new script after all parallel jobs have completed
Dear R experts, I have an R script that creates multiple scripts and submits these simultaneously to a computer cluster, and after all of the multiple scripts have completed and the output has been written in the respective folders, I would like to automatically launch another R script that works on these outputs. I haven't been able to figure out whether there is a way to do this in R: the function 'wait' is not what I want since the scripts are submitted as different jobs and each of them completes and writes its output file at different times, but I actually want to run the subsequent script after all of the outputs appear. Can you please help me find a solution? Thank you very much -fra
Maybe Matching Threads
- ggplot2 and facet_wrap help
- Merge two data frames and find common values and non-matching values
- Mean or mode imputation fro missing values
- Fwd: print issue from command prompt when jobs submit simultaneously
- print issue from command prompt when jobs submit simultaneously