Re: [OMPI devel] 1.2.8 testing

2008-10-13 Thread Jeff Squyres
K, thanks. I don't think I've run the tests up to 16ppn to be able to help out here, sorry... On Oct 13, 2008, at 2:41 PM, Ralph Castain wrote: I'll test 1.2.8 on our Lobo system tomorrow (out today). Primary issue we are seeing there frankly is that some of the tests simply fail when you ge

Re: [OMPI devel] 1.2.8 testing

2008-10-13 Thread Ralph Castain
I'll test 1.2.8 on our Lobo system tomorrow (out today). Primary issue we are seeing there frankly is that some of the tests simply fail when you get up to 16ppn - in one case, it appears that the memory allocated during the test overflows available memory on the node when you get that many

Re: [OMPI devel] 1.2.8 testing

2008-10-13 Thread Jeff Squyres
On Oct 13, 2008, at 2:12 PM, Jeff Squyres wrote: These tests fail with the PGI fortran compiler because they are trying to allocate a 1.5MB buffer on the stack (i.e., they segv before the first executable line of code). s/1.5MB/16MB/ -- Jeff Squyres Cisco Systems

Re: [OMPI devel] 1.2.8 testing

2008-10-13 Thread Jeff Squyres
On Oct 13, 2008, at 1:34 PM, Jeff Squyres wrote: MPI_Bsend_init_rtoa_f MPI_Bsend_rtoa_f MPI_Ibsend_rtoa_f MPI_Bsend_init_rtoa_f MPI_Bsend_rtoa_f MPI_Ibsend_rtoa_f These tests fail with the PGI fortran compiler because they are trying to allocate a 1.5MB buffer on the stack (i.e., they segv