source: ThirdParty/mpqc_open/src/bin/mpqc/validate/molecuilder_mpqc.in@ 2315f3

ForceAnnealing_goodresults ForceAnnealing_tocheck
Last change on this file since 2315f3 was 2877c5, checked in by Frederik Heber <heber@…>, 8 years ago

FIX: mpqc's test programs needed env SCLIBDIR in case of enable-production.

  • for all molecuilder_mpqc.in we also set SCLIBDIR such that validate and integration tests work as well.
  • Property mode set to 100644
File size: 395 bytes
Line 
1#!/bin/sh
2#
3# wrapper for testing molecuilder
4
5. ../../atlocal
6
7SCLIBDIR="@abs_top_srcdir@/lib"
8export SCLIBDIR
9
10if test -e ${AUTOTEST_PATH}/bin/mpqc/molecuilder_mpqc; then
11 ${AUTOTEST_PATH}/bin/mpqc/molecuilder_mpqc "$@"
12else
13 if test -e ${AUTOTEST_PATH}/molecuilder_mpqc; then
14 ${AUTOTEST_PATH}/molecuilder_mpqc "$@"
15 else
16 echo "Cannot find molecuilder_mpqc executable."
17 exit 127
18 fi
19fi
20
Note: See TracBrowser for help on using the repository browser.