Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multicore frozen at 0% in the presence of many system R processes #120

Open
cfhammill opened this issue Jul 27, 2016 · 0 comments
Open

Multicore frozen at 0% in the presence of many system R processes #120

cfhammill opened this issue Jul 27, 2016 · 0 comments

Comments

@cfhammill
Copy link

Today I ran in to an issue with multicore batch jobs freezing at zero. Ctrl-C yeilded the error code "r" which I tracked down to getWorkerSchedulerStatus, the check was:

    if (worker$status$n.rprocs >= 3 * worker$ncpus) 
        return("r")

which is a sensible check, however my system had a number of active R sessions and enough defunct ones to cause multicore to freeze. Would it be possible to make this check more obvious, perhaps issuing a message or warning to alert the user that the hang is due to too many process?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant