Re: [R] Install Rmpi on Linux on a HPC

2022-09-15 Thread Ivan Krylov
On Thu, 15 Sep 2022 14:39:42 +0900 James Li wrote: > *** caught segfault *** > address 0x1, cause 'memory not mapped' > > Traceback: > 1: fun(libname, pkgname) > 2: doTryCatch(return(expr), name, parentenv, handler) > 3: tryCatchOne(expr, names, parentenv, handlers[[1L]]) > 4: tryCatchList(

[R] Install Rmpi on Linux on a HPC

2022-09-13 Thread James Li
Hi, Recently, I have had a hard time installing and running the package on an HPC. The HPC sysadmin installed Rmpi package without any error. However, when he tried a simple R script with only one line: library(Rmpi) the job caused "Segmentation Fault" error. Currently, we have no clue to solv

Re: [R] Install Rmpi

2010-06-14 Thread Dirk Eddelbuettel
On Mon, Jun 14, 2010 at 01:12:05PM +0200, Paco Pastor wrote: > Hi everyone > > As I couldn't succeed with manual installation of Rmpi I decided to > start again from the beginning. I removed R and MPICH in my Ubuntu Hardy > installation. Then, to avoid any dependencies problems I have installed

[R] Install Rmpi

2010-06-14 Thread Paco Pastor
Hi everyone As I couldn't succeed with manual installation of Rmpi I decided to start again from the beginning. I removed R and MPICH in my Ubuntu Hardy installation. Then, to avoid any dependencies problems I have installed MPICH and R from synaptic, not from sources. But now I can't install