~ubuntu-branches/ubuntu/karmic/hypre/karmic

« back to all changes in this revision

Viewing changes to src/babel-runtime/HYPRE_README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2009-03-20 11:40:12 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090320114012-132h6ok9w2r6o609
Tags: 2.4.0b-2
Rebuild against new openmpi.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
the same compiler settings.
16
16
 
17
17
The "assert" macro is frequently invoked here.  This violates hypre
18
 
policy, which is to use hypre_assert instead (the difference is that
19
 
assert defaults to on, hypre_assert defaults to off; we have customers
20
 
who complain if asserts are on and don't want to have to turn them
21
 
off).  I don't have a solution.
 
18
policy, which is to use hypre_assert instead (hypre_assert doesn't
 
19
terminate the program; we have customers who want to decide for
 
20
themselves whether to terminate).  This is not much of a problem
 
21
because I've never seen one of these asserts fail.  One workaround
 
22
might be to define NDEBUG during the configuration process.
22
23
 
23
24
---- the rest of this file is from an older readme file, not recently
24
25
     tested ...