#!/bin/sh . ../program_error.sh if [ "$DO_PARALLEL" != "" ]; then NAB="mpinab" else NAB="nab" fi echo "Running test to do simple minimization" echo "(this tests the GB Neck implementation; gb==7)" echo "" ../../bin/$NAB -o sff gb7trx.nab || error $DO_PARALLEL ./sff > gb7trx.out || error ../dacdif gb7trx.out.check gb7trx.out rm -f sff gb7trx.c exit 0