Re: [OMPI users] open-mpi: all-recursive error when compiling

2016-08-05 Thread Gilles Gouaillardet
rectory '/home/pi/Downloads/TEST/openmpi-2.0.0/opal' make: *** [Makefile:1800: all-recursive] Error 1 * 3 - Hypotheses ==* *Solaris* I'm not expert but searching "__curbrk" I discover it belongs to glibc http://stackoverflow.com/questions/6210685/explanation-for-t

Re: [OMPI users] open-mpi: all-recursive error when compiling

2016-08-05 Thread Gilles Gouaillardet
] Error 1 make[2]: Leaving directory '/home/pi/Downloads/TEST/openmpi-2.0.0/opal/asm' make[1]: *** [Makefile:2301: all-recursive] Error 1 make[1]: Leaving directory '/home/pi/Downloads/TEST/openmpi-2.0.0/opal' make: *** [Makefile:1800: all-recursive] Error 1 *==== 3 - Hypothese

Re: [OMPI users] open-mpi: all-recursive error when compiling

2016-08-05 Thread Christiano SA
i-2.0.0/opal' make: *** [Makefile:1800: all-recursive] Error 1   ==== 3 - Hypotheses ==   Solaris I'm not expert but searching "__curbrk" I discover it belongs to glibc http://stackoverflow.com/questions/6210685/explanation-for-this-assembly-code And solaris doesn't use g

Re: [OMPI users] open-mpi: all-recursive error when compiling

2016-08-04 Thread dpchoudh .
In addition to what Gilles said, could you also check if selinux is enabled, and if so, if disabling it makes a difference? Thanks Durga On Thu, Aug 4, 2016 at 8:33 PM, Gilles Gouaillardet wrote: > The error message is related to a permission issue (which is very puzzling > in itself ...) > > c

Re: [OMPI users] open-mpi: all-recursive error when compiling

2016-08-04 Thread Gilles Gouaillardet
The error message is related to a permission issue (which is very puzzling in itself ...) can you manually check the permissions ? cd /home/pi/Downloads/openmpi-2.0.0/opal/asm ls -l .deps/atomic-asm.Tpo atomic-asm.S then you can make clean make V=1 atomic-asm.lo and post the output mea

[OMPI users] open-mpi: all-recursive error when compiling

2016-08-04 Thread Christiano SA
Hi,   I've downloaded the openmpi-2.0.0.tar.gz and done this: $ tar -zxvf openmpi-2.0.0.tar.gz $ cd openmpi-2.0.0 $ ./configure (...) $ make but an error is happening: (...) Making all in include make[2]: Entering directory '/home/pi/Downloads/openmpi-2.0.0/opal/include' make  all-am make