Action_Thermostats
Adding_Graph_to_ChangeBondActions
Adding_MD_integration_tests
Adding_StructOpt_integration_tests
AutomationFragmentation_failures
Candidate_v1.6.1
Candidate_v1.7.0
Candidate_v1.7.1
ChemicalSpaceEvaluator
Enhanced_StructuralOptimization
Enhanced_StructuralOptimization_continued
Example_ManyWaysToTranslateAtom
Exclude_Hydrogens_annealWithBondGraph
Fix_Verbose_Codepatterns
ForceAnnealing_with_BondGraph
ForceAnnealing_with_BondGraph_continued
ForceAnnealing_with_BondGraph_continued_betteresults
ForceAnnealing_with_BondGraph_contraction-expansion
Gui_displays_atomic_force_velocity
JobMarket_RobustOnKillsSegFaults
JobMarket_StableWorkerPool
PythonUI_with_named_parameters
Recreated_GuiChecks
StoppableMakroAction
TremoloParser_IncreasedPrecision
TremoloParser_MultipleTimesteps
stable
|
Last change
on this file since 70f2a1 was 2877c5, checked in by Frederik Heber <heber@…>, 9 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
|
| Rev | Line | |
|---|
| [398fcd] | 1 | #!/bin/sh
|
|---|
| 2 | #
|
|---|
| 3 | # wrapper for testing molecuilder
|
|---|
| 4 |
|
|---|
| 5 | . ../../atlocal
|
|---|
| 6 |
|
|---|
| [2877c5] | 7 | SCLIBDIR="@abs_top_srcdir@/lib"
|
|---|
| 8 | export SCLIBDIR
|
|---|
| 9 |
|
|---|
| [398fcd] | 10 | if test -e ${AUTOTEST_PATH}/bin/mpqc/molecuilder_mpqc; then
|
|---|
| 11 | ${AUTOTEST_PATH}/bin/mpqc/molecuilder_mpqc "$@"
|
|---|
| 12 | else
|
|---|
| 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
|
|---|
| 19 | fi
|
|---|
| 20 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.