[OMPI users] Compiling an OpenMPI application with intel compilers

2012-08-12 Thread Stephen J. Barr
Hello, I have the latest OpenMPI on linux which I compiled with the Intel compiler suite. I am trying to compile an OpenMPI application. My particular application uses RInside and RcppEigen. If I comment out the openMPI parts of my code, the compile string is: icpc -I/usr/share/R/include -I/usr/l

Re: [OMPI users] compiling openMPI 1.6 with Intel compilers on Ubuntu, getting error

2012-07-24 Thread Stephen J. Barr
arting a new shell as root, not a subshell. So, > your environment does not go with it. You need to become root, then set the > environment. > > On Tue, Jul 24, 2012 at 7:47 AM, Stephen J. Barr > wrote: > >> Greetings, >> >> I am working on building openmpi-1.6

Re: [OMPI users] compiling openMPI 1.6 with Intel compilers on Ubuntu, getting error

2012-07-24 Thread Stephen J. Barr
ck > with "sudo which icpc". > > > On Jul 24, 2012, at 7:47 AM, Stephen J. Barr wrote: > > Greetings, > > I am working on building openmpi-1.6 on ubuntu 12.04 using the intel > compiler suite. My configure command was: > > ./configure --prefix=/usr/

[OMPI users] compiling openMPI 1.6 with Intel compilers on Ubuntu, getting error

2012-07-24 Thread Stephen J. Barr
Greetings, I am working on building openmpi-1.6 on ubuntu 12.04 using the intel compiler suite. My configure command was: ./configure --prefix=/usr/local/lib CC=icc CXX=icpc F77=ifort FC=ifort which completed successfully, as did 'make all' I am having trouble with the 'sudo make install' step.