Re: [R] cannot load pbdMPI package after compilation

2013-11-26 Thread Antoine Migeon
Hello, I solved my problem with new version : - R version 3.0.2 - pbdMPI version 0.2-1 - Intel compiler version 13.1.3 - OpenMPI version 1.6.5 Options for compiling R : export CC=icc export CXX=icpc export F77=ifort export FC=ifort export AR=xiar export LD=xild export IFLAGS=-O3 -fp-model

Re: [R] cannot load pbdMPI package after compilation

2013-06-10 Thread Prof Brian Ripley
On 10/06/2013 03:17, Pascal Oettli wrote: Hello, I am not sure whether it helps you, but I was able to install it. OpenSUSE 12.3 R version 3.0.1 Patched (2013-06-09 r62918) pbdMPI version 0.1-6 gcc version 4.7.2 OpenMPI version 1.6.3 I didn't try with the most recent version of ompi (1.6.4).

Re: [R] cannot load pbdMPI package after compilation

2013-06-10 Thread Antoine Migeon
Thank you, I will try contact the developper. Antoine Migeon Université de Bourgogne Centre de Calcul et Messagerie Direction des Systèmes d'Information tel : 03 80 39 52 70 Site du CCUB : http://www.u-bourgogne.fr/dsi-ccub Le 10/06/2013 08:19, Prof Brian Ripley a écrit : On 10/06/2013 03:17,

Re: [R] cannot load pbdMPI package after compilation

2013-06-09 Thread Pascal Oettli
Hello, I am not sure whether it helps you, but I was able to install it. OpenSUSE 12.3 R version 3.0.1 Patched (2013-06-09 r62918) pbdMPI version 0.1-6 gcc version 4.7.2 OpenMPI version 1.6.3 I didn't try with the most recent version of ompi (1.6.4). Regards, Pascal On 07/06/13 21:42,

[R] cannot load pbdMPI package after compilation

2013-06-07 Thread Antoine Migeon
Hello, I try to install pbdMPI. Compilation successful, but load fails with segfault. Is anyone can help me? R version 3.0.0 pbdMPI version 0.1-6 Intel compiler version 13.1.1 OpenMPI version 1.6.4-1 CPU Intel x86_64 # R CMD INSTALL pbdMPI_0.1-6.tar.gz .. checking for gcc... icc