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
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
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/
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.