Changeset 2945e6 for tests/integration/testsuite-integration-mpqc-jobs.at
- Timestamp:
- May 10, 2017, 7:30:31 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.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph_documentation, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, Fix_ChronosMutex, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, ForceAnnealing_oldresults, 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, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, RotateToPrincipalAxisSystem_UndoRedo, StoppableMakroAction, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps
- Children:
- 51a013
- Parents:
- ae14a1
- git-author:
- Frederik Heber <frederik.heber@…> (05/10/17 19:29:19)
- git-committer:
- Frederik Heber <frederik.heber@…> (05/10/17 19:30:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/integration/testsuite-integration-mpqc-jobs.at
rae14a1 r2945e6 1 1 # 2 2 # MoleCuilder - creates and alters molecular systems 3 # Copyright (C) 20 08-2012 University of Bonn3 # Copyright (C) 2017 Frederik Heber 4 4 # 5 5 # This program is free software: you can redistribute it and/or modify … … 35 35 # enlist a worker to work on jobs 36 36 ../../molecuilder_poolworker -v 5 --server 127.0.0.1:${WORKERPORT} --hostname 127.0.0.1 --listen $WORKERLISTENPORT & 37 worker_pid=$! 37 worker_script_pid=$! 38 worker_pid=`ps -ef | grep molecuilder_poolworker | grep $worker_script_pid | awk '{print $2}'` 38 39 AT_CHECK([sleep 2], 0, [ignore], [ignore], [kill $server_pid $worker_pid]) 39 40 AT_CHECK([kill -s 0 $worker_pid], 0, [ignore], [ignore], [kill $server_pid $worker_pid])
Note:
See TracChangeset
for help on using the changeset viewer.