similar to: Regarding Issue Running Parallel Computing on Linux RHEL version 8

Displaying 20 results from an estimated 200 matches similar to: "Regarding Issue Running Parallel Computing on Linux RHEL version 8"

2025 Jan 14
2
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
2025 Jan 14
1
Regarding Issue Running Parallel Computing on Linux RHEL version 8
Hi Ivan, I am sharing the session information as below. Also, I will be sharing the code which is utilized to do parallel computing. Note: we are using different version of R on Linux version 7 & 8. ###***Session information from Linux version 8 R version 4.4.1 (2024-06-14) Platform: x86_64-redhat-linux-gnu Running under: Red Hat Enterprise Linux 8.10 (Ootpa) Matrix products: default
2025 Jan 14
1
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
2025 Jan 21
0
Regarding Issue Running Parallel Computing on Linux RHEL version 8
? Mon, 20 Jan 2025 13:45:25 +0000 "Huseni, Sadamhusen" <Sadamhusen.Huseni at genpact.com> ?????: > Error in as.data.frame.default(x[[i]], optional = TRUE) : > cannot coerce class ?"call"? to a data.frame > Calls: write.table ... data.frame -> as.data.frame -> > as.data.frame.default The underlying issue is that somehow the code gave a function call
2018 Apr 12
2
R Timeseries tsoutliers:tso
Hello, Writing to seek help in regard to some unexpected performance anomaly i am observing in using tsoutlers:tso on the mac vs on an AWS cloud server.. I am running the following code with very small dataset of about 208 records. d.dir <- '/Users/darshanpandya/xxxxxx' FNAME <- 'my_data.csv' d.input <- fread(file.path(paste0(d.dir,"/zzz/"),FNAME,fsep =
2011 Jul 07
1
Taking inputs from the user
Hi, I am currently a new user in R and was working on the randomForest package. I am trying to predict price points using this statistical package. The issue is that I need to setup a tool so that I can give it to Sales Executive who can plug in the necessary variables and get the output. Is there a way to do that ?? They don't have R on their systems and I doubt they are going to install it.
2018 Apr 13
0
Fwd: R Timeseries tsoutliers:tso
Hello, Writing to seek help in regard to some unexpected performance anomaly i am observing in using tsoutlers:tso on the mac vs on an AWS cloud server.. I am running the following code with very small dataset of about 208 records. d.dir <- '/Users/darshanpandya/xxxxxx' FNAME <- 'my_data.csv' d.input <- fread(file.path(paste0(d.dir,"/zzz/"),FNAME,fsep =
2020 Nov 06
2
Process to Incorporate Functions from {parallely} into base R's {parallel} package
Hi all, Henrik Bengtsson has done some fantastic work with {future} and, more importantly, greatly improved constructing and deconstructing a parallelized environment within R. It was with great joy that I saw Henrik slowly split off some functionality of {future} into {parallelly} package. Reading over the package?s README, he states: > The functions and features added to this package are
2020 Nov 07
2
Process to Incorporate Functions from {parallely} into base R's {parallel} package
FWIW, there are indeed a few low hanging bug fixes in 'parallelly' that should be easy to incorporate into 'parallel' without adding extra maintenance. For example, in parallel::makePSOCKcluster(), it is not possible to disable SSH option '-l USER' so that it can be set in ~/.ssh/config. The remote user name will be the user name of your local machine and if you try to
2011 Dec 13
1
How to add points to two plots parallelly ?
I am looking for ways to add points to three different plots in parallel. I generate three scatter plots and name them as s3d1, s3d2 and s3d3 s3d1<-scatterplot3d(mtcars[,3],mtcars[,4],mtcars[,5],main="common",pch=20) s3d2<-scatterplot3d(mtcars[,3],mtcars[,4],mtcars[,5],main="common",pch=20)
2020 Nov 07
0
Process to Incorporate Functions from {parallely} into base R's {parallel} package
If these are easy changes, maybe someone will incorporate them. You'll make the argument stronger for doing that if you can explain why it's better to do that than to keep them in parallely. Duncan Murdoch On 07/11/2020 1:39 p.m., Henrik Bengtsson wrote: > FWIW, there are indeed a few low hanging bug fixes in 'parallelly' > that should be easy to incorporate into
2001 Oct 19
2
wine 20010824 and quake
i have quake v1.06 installed and running fine under windows. however, running it in wine gives a bunch of errors. see below: prophet% wine --winver win98 -- QLAUNCH.EXE QUAKEUDP.DLL QUAKE.EXE -mpath fixme:win32:DEVICE_Open Unknown VxD MGenVxD.VXD. Try --winver nt40 or win31 ! prophet% wine --winver nt40 -- QLAUNCH.EXE QUAKEUDP.DLL QUAKE.EXE -mpath fixme:win32:DEVICE_Open Unknown VxD MGenVxD.VXD.
2006 Apr 28
1
Software QA with Ruby
Hello, I am looking for a Software QA person with Ruby (Watir would be a plus). I am finding however, that Ruby aficionados do not post themselves on standard job boards like Monster or Careerbuilder. Do you, or someone you know have Ruby and need a position in Massachusetts? Please give me a call at the number below, any info you may have, even on how to track down Ruby users, would be
2020 Nov 07
0
Process to Incorporate Functions from {parallely} into base R's {parallel} package
On 06/11/2020 4:47 p.m., Balamuta, James Joseph wrote: > Hi all, > > Henrik Bengtsson has done some fantastic work with {future} and, more importantly, greatly improved constructing and deconstructing a parallelized environment within R. It was with great joy that I saw Henrik slowly split off some functionality of {future} into {parallelly} package. Reading over the package?s README, he
2011 Apr 11
0
Prophet 3, riches and honour years.
Your attitude determines your views. In real life, the stand or fall of environment and people around, often depends on our attitude, our work by his decision is the lifeline. wholesalers (http://www.ebuybus.com)
2013 Oct 16
1
Parallel R expression evaluations
Hi all, I am using R-3.0.1 under Linux platform to embed R into my C++ code. I am facing an error while executing more than 1 R-expressions parallelly. I am executing round(X) and abs(X) parallelly on a set of 50 input rows which resulted in segmentation fault after getting the following errors. Error: unprotect_ptr: pointer not found Error: argument to 'findVar' is not an environment
2024 Feb 18
0
Packages sometimes don't update, but no error or warning is thrown
G'day Philipp, On Fri, 16 Feb 2024 17:33:13 +0100 Philipp Schneider <philipp-schneider at gmx.net> wrote: > Thanks for all the input. It's happening again. This time for the > packages "DBI", "parallelly", "segmented", "survival", "V8". So, > RStudio shows updates for those and updating them via RStudio leads > to this
2024 Feb 16
1
Packages sometimes don't update, but no error or warning is thrown
Hey everyone, Thanks for all the input. It's happening again. This time for the packages "DBI", "parallelly", "segmented", "survival", "V8". So, RStudio shows updates for those and updating them via RStudio leads to this output: ``` > install.packages(c("DBI", "parallelly", "segmented", "survival",
2003 Dec 30
3
SIP phone as intercom
(new asterisk user - currently setting up Polycom IP600 phones) Does anyone know if it's possible to make a sip phone instantly pick up on speakerphone when a particular call comes in? Eg so that you can quickly bother someone across the office without making them reach for their phone?
2013 Dec 24
2
Parallel computing: how to transmit multiple parameters to a function in parLapply?
Hi R-developers In the package Parallel, the function parLapply(cl, x, f) seems to allow transmission of only one parameter (x) to the function f. Hence in order to compute f(x, y) parallelly, I had to define f(x, y) as f(x) and tried to access y within the function, whereas y was defined outside of f(x). Script: library(parallel) f <- function(x) { z <- 2 * x + .GlobalEnv$y # Try to