akshay kulkarni
2025-Jan-14 09:07 UTC
[R] Regarding Issue Running Parallel Computing on Linux RHEL version 8
dear Ivan, THe present problem had been encountered by me also about 1 and a half years ago. You had solved the issue then. Can't we search this mail list according to some keywords? It helps people with problems already solved in the mailing list. THanking you, Yours sincerely, AKSHAY M KULKARNI ________________________________ From: R-help <r-help-bounces at r-project.org> on behalf of Ivan Krylov via R-help <r-help at r-project.org> Sent: Tuesday, January 14, 2025 1:52 PM To: Huseni, Sadamhusen <Sadamhusen.Huseni at genpact.com> Cc: r-help at R-project.org <r-help at R-project.org> Subject: Re: [R] Regarding Issue Running Parallel Computing on Linux RHEL version 8 Dear Sadam, ? Mon, 13 Jan 2025 14:34:20 +0000 "Huseni, Sadamhusen" <Sadamhusen.Huseni at genpact.com> ?????:> Issue Observed: The script hangs and does not complete execution > post-update. Previously, it took around two hours; now it runs for > over 17 hours without finishing.Do you still have the RHEL 7 machine? Could you please share the sessionInfo() output at least from the RHEL 8 machine but, if possible, also from the RHEL 7 machine?> library(foreach) > library(parallel) > library(parallelly) > library(forecast) > library(tseries) > library(prophet) > library(lubridate) > library(tis) > library(tsoutliers)Could you identify and share the parts of the script that launch the computation in parallel? -- Best regards, Ivan ______________________________________________ R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide https://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. [https://s-install.avcdn.net/ipm/preview/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif]<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Virus-free.www.avast.com<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> [[alternative HTML version deleted]]
Jan van der Laan
2025-Jan-14 09:39 UTC
[R] Regarding Issue Running Parallel Computing on Linux RHEL version 8
On 1/14/25 10:07, akshay kulkarni wrote:> dear Ivan, > THe present problem had been encountered by me also about 1 and a half years ago. You had solved the issue then. Can't we search this mail list according to some keywords? It helps people with problems already solved in the mailing list.Using a search engine and adding `site:stat.ethz.ch` (the mail archives are hosted there) seems to work. For example: https://duckduckgo.com/?q=AKSHAY++KULKARNI+parallel+site%3Astat.ethz.ch&t=ftsa&ia=web Is any of these results what you are referring to? Jan