Ignore:
Timestamp:
Mar 2, 2017, 2:02:46 PM (8 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Action_Thermostats, Add_AtomRandomPerturbation, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_ChronosMutex, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, GeometryObjects, Gui_displays_atomic_force_velocity, IndependentFragmentGrids_IntegrationTest, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, PartialCharges_OrthogonalSummation, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, RotateToPrincipalAxisSystem_UndoRedo, StoppableMakroAction, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, Ubuntu_1604_changes, stable
Children:
161fed
Parents:
440ac3
git-author:
Frederik Heber <heber@…> (02/20/17 11:26:59)
git-committer:
Frederik Heber <heber@…> (03/02/17 14:02:46)
Message:

Target extracheck now uses Server/PoolWorker when JobMarket is available.

  • FIX: anthracene has two possible energies depending on how bond degrees are set.
  • check of energy is performed after server and poolworker have been shut down as the kill inside the negative action statement would not work.
  • extracheck is running through without error.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Calculations/Makefile.am

    r440ac3 rc2f543  
    2525        testsuite-calculations-tartaric_acid.at
    2626
     27TESTJOBMARKETSCRIPTS = \
     28        testsuite-calculations-jobmarket-1_2-dimethoxyethane.at \
     29        testsuite-calculations-jobmarket-1_2-dimethylbenzene.at \
     30        testsuite-calculations-jobmarket-2-methylcyclohexanone.at \
     31        testsuite-calculations-jobmarket-anthracene.at \
     32        testsuite-calculations-jobmarket-benzene.at \
     33        testsuite-calculations-jobmarket-cholesterol.at \
     34        testsuite-calculations-jobmarket-coronene.at \
     35        testsuite-calculations-jobmarket-cycloheptane.at \
     36        testsuite-calculations-jobmarket-dimethyl_bromomalonate.at \
     37        testsuite-calculations-jobmarket-glucose.at \
     38        testsuite-calculations-jobmarket-heptan.at \
     39        testsuite-calculations-jobmarket-isoleucine.at \
     40        testsuite-calculations-jobmarket-mpqc.at \
     41        testsuite-calculations-jobmarket-naphthalene.at \
     42        testsuite-calculations-jobmarket-neohexane.at \
     43        testsuite-calculations-jobmarket-N_N-dimethylacetamide.at \
     44        testsuite-calculations-jobmarket-phenanthrene.at \
     45        testsuite-calculations-jobmarket-proline.at \
     46        testsuite-calculations-jobmarket-putrescine.at \
     47        testsuite-calculations-jobmarket-tartaric_acid.at
     48
    2749DISTCLEANFILES = atconfig
    2850
     
    3153        package.m4 \
    3254        testsuite.at \
     55        testsuite_jobmarket.at \
    3356        $(TESTSUITE) \
    34         $(TESTSCRIPTS)
     57        $(TESTSCRIPTS) \
     58        $(TESTJOBMARKETSCRIPTS)
    3559
    3660max_jobs = 4
    3761
    38 if CONDJOBMARKET
    39 
    40 extracheck:
    41 installextracheck:
    42 
    43 else
    4462
    4563extracheck: atlocal package.m4 $(TESTSUITE)
     
    6381        $(SHELL) '$(TESTSUITE)' $$nrjobs AUTOTEST_PATH='$(bindir)' $(TESTSUITEFLAGS)
    6482
    65 endif
    6683
    6784clean-local:
     
    7087
    7188AUTOTEST = $(AUTOM4TE) --language=autotest
     89
     90if CONDJOBMARKET
     91$(TESTSUITE): $(srcdir)/testsuite_jobmarket.at package.m4 $(TESTJOBMARKETSCRIPTS)
     92        $(AUTOTEST) -I '$(srcdir)' -o $@.tmp $(srcdir)/testsuite_jobmarket.at
     93        mv $@.tmp $@
     94else
    7295$(TESTSUITE): $(srcdir)/testsuite.at package.m4 $(TESTSCRIPTS)
    73         $(AUTOTEST) -I '$(srcdir)' -o $@.tmp $@.at
     96        $(AUTOTEST) -I '$(srcdir)' -o $@.tmp $(srcdir)/testsuite.at
    7497        mv $@.tmp $@
     98endif
    7599
    76100# The `:;' works around a Bash 3.2 bug when the output is not writeable.
Note: See TracChangeset for help on using the changeset viewer.