~chaffra/+junk/petsc

« back to all changes in this revision

Viewing changes to include/mpiuni/mpi.h

  • Committer: Package Import Robot
  • Author(s): "Adam C. Powell, IV", Adam C. Powell, IV, Matthias Klose
  • Date: 2011-04-07 21:20:50 UTC
  • mfrom: (6.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20110407212050-gu6b1jbtvs8992nb
Tags: 3.1.dfsg-11
[ Adam C. Powell, IV ]
* Use HDF5 only on openmpi architectures (closes: #602660, #605294).
* Bump Standards-Version, no changes needed.
* Update to upstream patch level 8 (closes: #621609).
* Clean target update.
* Fix stamps to prevent double-building.

[ Matthias Klose ]
* Patch PETSc build system to link properly to hypre libs, and change BLACS
  lib order in rules, to make binutils-gold work (closes: #608902).
* Explicitly set PETSC_BUILD_GNU_SYSTEM in rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
633
633
     MPIUNI_TMP = (void*)(MPIUNI_INTPTR) (comm2),\
634
634
     *(result)=MPI_IDENT,\
635
635
     MPI_SUCCESS)
636
 
#define MPI_Comm_split(comm,color,key,newcomm) MPI_SUCCESS
 
636
#define MPI_Comm_split(comm,color,key,newcomm) MPI_Comm_dup(comm,newcomm)
637
637
#define MPI_Comm_test_inter(comm,flag) (*(flag)=1,MPI_SUCCESS)
638
638
#define MPI_Comm_remote_size(comm,size) (*(size)=1,MPI_SUCCESS)
639
639
#define MPI_Comm_remote_group(comm,group) MPI_SUCCESS