Re: [OMPI users] OpenMPI 1.1: Signal:10 info.si_errno:0(Unknown, error: 0), si_code:1(BUS_ADRALN) (Terry D. Dontje)

2006-07-01 Thread openmpi-user
@ Terry (and All)! Enclose you'll find a (minor) bugfix with respect to the BUS_ADRALN I've reported recently when submitting jobs to the XGrid with OpenMPI 1.1. The BUS_ADRALN error on SPARC systems might be caused by a similar code segment. For the "bugfix" see line 55ff of the attached code

[OMPI users] MPI_Op_reduce()

2006-07-01 Thread Bert Wesarg
Hello list, I was searching for the ability to call any predefined mpi ops on arbitrary user buffers, without any communications, espacialy collective communications. but found nothing. so I 'invented' this function to perform this. it is just a wrapper around the internal ompi_op_reduce() functio

Re: [OMPI users] OpenMPI 1.1: Signal:10 info.si_errno:0(Unknown, error: 0), si_code:1(BUS_ADRALN) (Terry D. Dontje)

2006-07-01 Thread Brian Barrett
On Jul 1, 2006, at 4:42 AM, openmpi-user wrote: @ Terry (and All)! Enclose you'll find a (minor) bugfix with respect to the BUS_ADRALN I've reported recently when submitting jobs to the XGrid with OpenMPI 1.1. The BUS_ADRALN error on SPARC systems might be caused by a similar code segment