Changeset c3f795 for ThirdParty/JobMarket
- Timestamp:
- Mar 2, 2017, 2:02:46 PM (8 years ago)
- 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:
- 440ac3
- Parents:
- 290c8e
- git-author:
- Frederik Heber <heber@…> (02/20/17 10:43:59)
- git-committer:
- Frederik Heber <heber@…> (03/02/17 14:02:46)
- Location:
- ThirdParty/JobMarket
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/JobMarket/src/JobMarket/Makefile.am
r290c8e rc3f795 9 9 lib_LTLIBRARIES = 10 10 bin_PROGRAMS = 11 noinst_PROGRAMS = 11 12 12 13 JOBSSOURCE = \ … … 299 300 300 301 301 bin_PROGRAMS += JobMarketController JobMarketPoolWorker JobMarketServer302 noinst_PROGRAMS += JobMarketController JobMarketPoolWorker JobMarketServer 302 303 303 304 JobMarketController_SOURCES = \ -
ThirdParty/JobMarket/tests/regression/Makefile.am
r290c8e rc3f795 37 37 $(SHELL) '$(TESTSUITE)' $$nrjobs AUTOTEST_PATH='$(abs_top_builddir)/src/JobMarket' $(TESTSUITEFLAGS) 38 38 39 installcheck-local: atconfig atlocal $(TESTSUITE) 40 nrjobs=; \ 41 for flag in $$MAKEFLAGS; do \ 42 case $$flag in \ 43 --* | =*=) ;; \ 44 *j*) nrjobs="-j$(max_jobs)" ;; \ 45 esac; \ 46 done; \ 47 $(SHELL) '$(TESTSUITE)' $$nrjobs AUTOTEST_PATH='$(bindir)' $(TESTSUITEFLAGS) 39 # PROGRAMS are no longer installed, hence no install check possible 40 # 41 #installcheck-local: atconfig atlocal $(TESTSUITE) 42 # nrjobs=; \ 43 # for flag in $$MAKEFLAGS; do \ 44 # case $$flag in \ 45 # --* | =*=) ;; \ 46 # *j*) nrjobs="-j$(max_jobs)" ;; \ 47 # esac; \ 48 # done; \ 49 # $(SHELL) '$(TESTSUITE)' $$nrjobs AUTOTEST_PATH='$(bindir)' $(TESTSUITEFLAGS) 48 50 49 51 clean-local:
Note:
See TracChangeset
for help on using the changeset viewer.