~ubuntu-branches/ubuntu/warty/petsc/warty

« back to all changes in this revision

Viewing changes to include/finclude/petscdef.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2004-06-07 13:41:43 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040607134143-92p586zrauvie0le
Tags: 2.2.0-2
* Upstream patch level 2.
* New PETSC_BOPT_EXTRA option for different BOPT and lib names, with _c++
  symlinks only for plain and single (closes: #249617).
* New DEBIAN_DIST=contrib option to link with hypre, parmetis (closes:
  #249619).
* Combined petsc-c and petsc-fortran substvars into petsc-compilers.
* Extra quote in -dev prerm eliminates "too many arguments" problem.

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
#if defined(PETSC_USE_DEBUG)
130
130
#define SETERRQ(n,s,ierr) call MPI_Abort(PETSC_COMM_WORLD,n,ierr)
131
131
#define CHKERRQ(n) if (n .ne. 0) call MPI_Abort(PETSC_COMM_WORLD,n,n)
132
 
#define CHKMEMQ call chkmemfortran(__LINE__,__FILE__)
133
 
#define CHKMEMA CHKMEMQ
 
132
#define CHKMEMQ call chkmemfortran(__LINE__,__FILE__,ierr)
134
133
#else
135
 
#define SETERRQ(n,s)
 
134
#define SETERRQ(n,s,ierr)
136
135
#define CHKERRQ(n)
137
136
#define CHKMEMQ
138
 
#define CHKMEMA
139
137
#endif
140
138
 
141
139
#define PetscMatlabEngine PetscFortranAddr