Ignacio Laguna
Ignacio Laguna
@raffenet @yfguo Hi Ken & Yanfei. Could any of you take a look at this and just tell us if this is a real bug or not? We don't need...
@hzhou Do you mean that you first saves the return value in `mpi_errno` and then do `assert(mpi_errno == MPI_SUCCESS)`? For example: `` if (!comm_ptr->local_comm) mpi_errno = MPIR_Setup_intercomm_localcomm( comm_ptr ); assert(mpi_errno...
I will meet the team tomorrow to discuss this and to determine if this would help the analysis. For now, confirming that this is a real bug is useful. That...
The problem here is not that the function pointer was instrumented (it returns a double value, os it's fine). The problem is the extra comma "," that is added. Without...