~ubuntu-branches/ubuntu/saucy/rheolef/saucy

« back to all changes in this revision

Viewing changes to nfem/ptst/field_blocked_tst.sh

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Saramito
  • Date: 2011-03-23 11:14:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110323111426-cjvhey7lxt6077ty
Tags: 5.93-1
* New upstream release (minor changes):
  - some extra warning message deleted in heap_allocator
  - graphic output with mayavi2 fixed
  - add doc refman in .info and .pdf format

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
"
34
34
 
35
35
for geo in $L; do
36
 
  loop_mpirun "./field_blocked_tst ${SRCDIR}/$geo 1e-10 2>/dev/null | diff -w -B ${SRCDIR}/field_blocked-$geo.field - >/dev/null"
 
36
  loop_mpirun "./field_blocked_tst ${SRCDIR}/$geo 1e-10 2>/dev/null | diff -w -B ${SRCDIR}/interpolate-$geo-P1.field - >/dev/null"
37
37
  if test $? -ne 0; then status=1; fi
38
38
done
39
39