mpiexec: Warning: main: task 0 died with signal 11 (raw 0x10b).
Rayson Ho
raysonho at eseenet.com
Mon Dec 1 22:39:02 EST 2003
I am not a PBS user (I use GridEngine), but sounds like this line limits
the size of the process:
#PBS -l pmem=2mb
pmem* Maximum amount of virtual memory used by any
single process in the job. Units: size.
And I correct??
Rayson
>You allocate things from the stack, so if sizeof(A[][]) +sizeof(B[][])
>exceeds the stack size limit, it just simply seg. faults...
>
>8*362*362*2/1024/1024 => 2MB
>
>What's the stack size limit for your default shell?
>
>Rayson
>
>>
>>mpiexec seems to be failing when huge chunk of data is sent by using a
>MPI_Send. The program works fine when a matrix A[361][361] is sent across
>but it gives the following error when a matrix A[362][362] is used
>>
>>mpiexec: Warning: main: task 0 died with signal 11 (raw 0x10b).
>>
>>Is the a method of testing how much data can be sent across on command
>line ? is mpptest the solution if so how do I use it?
>>
>>I am using University of Akron cluster:
>>6node 4ppn,SGI 1400L Quad Pentium III Xeon 550Mhz, 2 gig memory/node,
Fast
>ethernet, Myrinet interconnect.
>>
>>
>>
>>---------------------------------
>>Do you Yahoo!?
>>Free Pop-Up Blocker - Get it now
>>
>>
>>_______________________________________________
>>mpiexec mailing list
>>mpiexec at osc.edu
>>http://email.osc.edu/mailman/listinfo/mpiexec
>>
>>
>>
>---------------------------------------------------------
>Get your FREE E-mail account at http://www.eseenet.com !
>_______________________________________________
>mpiexec mailing list
>mpiexec at osc.edu
>http://email.osc.edu/mailman/listinfo/mpiexec
>
>
---------------------------------------------------------
Get your FREE E-mail account at http://www.eseenet.com !
More information about the mpiexec
mailing list