This type of error usually occurs when you try to allocate too much memory on
the stack. Try allocating your array from the heap.
Sent from my phone. No type good.
On Sep 18, 2012, at 5:16 PM, "Alidoust"
mailto:phymalido...@gmail.com>> wrote:
Dear Madam/Sir,
I have a serial Fortran code (f9
Hi,
I have a small hostfile with the following two lines.
tyr.informatik.hs-fulda.de slots=2
sunpc4.informatik.hs-fulda.de slots=2
I get the following output from a small program when I set my
environment for openmpi-1.6.
tyr small_prog 106 mpiexec -hostfile hosts.openmpi_fulda -np 2 un
Segfaults in FORTRAN generally mean either an array is out of bounds, or
you can't get the memory you are requesting. Check your array sizes
(particularly the ones in subroutines). You can compile with -C, but
that only tells you if you exceed an array declaration, not the actual
size. It is po
Hello,
I have an application which calls MPI_Probe. Strangely enough, the call leads
to a crash with signal 6.
I am using OpenMPI-1.6, built using gcc-4.6, running on Linux-3.23.
For reference, I am attaching four snapshots:
(1). opal-list-H: The assertion which seems to have caused signal 6
Yep, that was a bug - fixed. Thanks!
On Sep 18, 2012, at 10:30 PM, Siegmar Gross
wrote:
> Hi,
>
> I have a small hostfile with the following two lines.
>
> tyr.informatik.hs-fulda.de slots=2
> sunpc4.informatik.hs-fulda.de slots=2
>
> I get the following output from a small program w
Well, unfortunately it all works fine for me on a Linux x86_64 box. Every
command works without issue, though I think my -map-by node -bind-to hwthread
doesn't quite generate the pattern I think it should (will have to look more
closely at that one).
Outside of that, all works fine. I'm not sur