Re: [OMPI users] Help: OpenMPI Compilation in Raspberry Pi

2013-01-11 Thread Jeff Squyres (jsquyres)
Ok, I was able to configure and run successfully on my Raspberry Pi with: ./configure CCASFLAGS=-march=armv7-a ... Is that something we should put on a FAQ page? On Jan 11, 2013, at 7:11 AM, George Bosilca wrote: > This one belong to arm7 instruction set. Please try one of the following

Re: [OMPI users] Initializing OMPI with invoking the array constructor on Fortran derived types causes the executable to crash

2013-01-11 Thread Gus Correa
Hi Stefan Don't you need to allocate xx, yy and conc, before you use them? In the short program below, they are declared as allocatable, but not actually allocated. I hope this helps, Gus Correa On 01/11/2013 09:58 AM, Stefan Mauerberger wrote: Dear Paul! Thanks for your reply. This problem s

Re: [OMPI users] some comments on derived datatypes in mpiJava

2013-01-11 Thread Jeff Squyres (jsquyres)
On Jan 8, 2013, at 9:56 AM, Siegmar Gross wrote: > Jeff suggested some possible solutions in the last > weeks which I will now discuss. > > 1) Simulate a 2-dimensional (m,n)-array in one 1-dimensional array > with m*n elements and perform all necessary index computations > yourself. This so

Re: [OMPI users] [Open MPI] #3351: JAVA scatter error

2013-01-11 Thread Jeff Squyres (jsquyres)
On Jan 7, 2013, at 10:09 AM, Siegmar Gross wrote: > I manually applied your patch to openmpi-1.9a1r27668, because > "patch -i resized.patch" couldn't find ompi/mpi/java/c/mpijava.exp > (it seems that this file isn't available in any tar ball). Huh. It's in our SVN, but I see you're right -- it

Re: [OMPI users] Initializing OMPI with invoking the array constructor on Fortran derived types causes the executable to crash

2013-01-11 Thread Stefan Mauerberger
Dear Paul! Thanks for your reply. This problem seems to get complicated. Unfortunately, I can not reproduce what you are describing. I tried with some GCCs as 4.7.1, 4.7.2 and 4.8.0 (20121008). As you suggested, replacing the MPI_Init and MPI_Finalize calls with WRITE(*,*) "f" and commenting

[OMPI users] problem with rankfile

2013-01-11 Thread Siegmar Gross
Hi do you know when you will have time to solve the problem with a rankfile? In the past you told me that my rankfile is correct. linpc1 rankfiles 120 ompi_info | grep "Open MPI:" Open MPI: 1.6.4a1r27766 linpc1 rankfiles 121 mpiex

Re: [OMPI users] Initializing OMPI with invoking the array constructor on Fortran derived types causes the executable to crash

2013-01-11 Thread Paul Kapinos
This is hardly an Open MPI issue: switch the calls to MPI_Init, MPI_Finalize against WRITE(*,*) "f" comment aut 'USE mpi' an see your error (SIGSEGV) again, now without any MPI part in the program. So my suspiction is this is an bug in your GCC version. Especially because there is no S

Re: [OMPI users] Initializing OMPI with invoking the array constructor on Fortran derived types causes the executable to crash

2013-01-11 Thread Jalel Chergui
Hi, Can you try to allocate conc array before inititialization ? Regards, Jalel Le 11/01/2013 14:01, Stefan Mauerberger a écrit : Hi There! First of all, this is my first post here. In case I am doing something inappropriate pleas be soft with me. On top of that I am not quite sure whether

[OMPI users] Initializing OMPI with invoking the array constructor on Fortran derived types causes the executable to crash

2013-01-11 Thread Stefan Mauerberger
Hi There! First of all, this is my first post here. In case I am doing something inappropriate pleas be soft with me. On top of that I am not quite sure whether that issue is related to Open MPI or GCC. Regarding my problem: Well, it is a little bulky, see below. I could figure out that the act

Re: [OMPI users] Help: OpenMPI Compilation in Raspberry Pi

2013-01-11 Thread George Bosilca
This one belong to arm7 instruction set. Please try one of the following `armv7', `armv7-a', `armv7-r'. George. On Jan 11, 2013, at 00:38 , Jeff Squyres (jsquyres) wrote: > Sadly, none of these solutions worked for me on my RPi: > > - > pi@raspberrypi ~/openmpi-1.6.3/opal/asm $ make CC

[OMPI users] Error compiling openmpi-1.6.4a1r27766 on Solaris 10

2013-01-11 Thread Siegmar Gross
Hi I tried to build openmpi-1.6.4a1r27766 on Solaris 10 Sparc and x86_64 with Sun C 5.12 and gcc-4.7.1 and got the following error for all combinations. ... CC vt_execwrap.lo "../../../../../../openmpi-1.6.4a1r27766/ompi/contrib/vt/vt/vtlib/vt_execwrap.c", line 187: warning: implicit func