Changeset 4c6f0d
- Timestamp:
- Jul 12, 2017, 7:12:43 PM (7 years ago)
- Branches:
- Action_Thermostats, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.1, ChemicalSpaceEvaluator, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, 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
- Children:
- 3c9ac3
- Parents:
- 7516f6
- git-author:
- Frederik Heber <frederik.heber@…> (07/12/17 13:20:58)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/12/17 19:12:43)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/FragmentationAction/FragmentationAutomationAction.def
r7516f6 r4c6f0d 23 23 #define paramtokens ("server-address")("server-port")("fragment-executable")("max-meshwidth")("grid-level")("near-field-cells")("interpolation-degree")("DoLongrange")("DoValenceOnly")("DoPrintDebug")("DoSmearElectronicCharges")("UseImplicitCharges") 24 24 #define paramdescriptions ("hostname of server")("controller port of server")("executable to launch on clients")("maximum allowed mesh width, i.e. discrete points may be at most that far apart on the fragment grids")("resolution of multigrid")("number of cells used in smearing out core charge")("interpolation degree for getting the nuclei potential from the grid")("whether to calculate long-range contributions")("whether the sampling uses only the valence electron and nuclei charge")("whether to print grids for debug visualization")("whether to smear out electronic charge distributions with bsplines or not")("whether to model any non-selected atoms by partial charges implicitly") 25 #define paramdefaults (PARAM_DEFAULT("127.0.0.1"))( NOPARAM_DEFAULT)(PARAM_DEFAULT("mpqc"))(PARAM_DEFAULT(0.))(PARAM_DEFAULT(5))(PARAM_DEFAULT(3))(PARAM_DEFAULT(3))(PARAM_DEFAULT("0"))(PARAM_DEFAULT("0"))(PARAM_DEFAULT("0"))(PARAM_DEFAULT("0"))(PARAM_DEFAULT("0"))25 #define paramdefaults (PARAM_DEFAULT("127.0.0.1"))(PARAM_DEFAULT(""))(PARAM_DEFAULT("mpqc"))(PARAM_DEFAULT(0.))(PARAM_DEFAULT(5))(PARAM_DEFAULT(3))(PARAM_DEFAULT(3))(PARAM_DEFAULT("0"))(PARAM_DEFAULT("0"))(PARAM_DEFAULT("0"))(PARAM_DEFAULT("0"))(PARAM_DEFAULT("0")) 26 26 #define paramreferences (host)(port)(executable)(max_meshwidth)(level)(near_field_cells)(interpolation_degree)(DoLongrange)(DoValenceOnly)(DoPrintDebug)(DoSmearCharges)(UseImplicitCharges) 27 27 #define paramvalids \ -
tests/GuiChecks/Fragmentation/FragmentationAutomation/testsuite-fragmentation-fragmentation-automation.at
r7516f6 r4c6f0d 19 19 20 20 AT_SETUP([Fragmentation Automation - Fragmentation fails correctly]) 21 AT_KEYWORDS([fragmentation automation fragment-molecule fragment ation-automation])21 AT_KEYWORDS([fragmentation automation fragment-molecule fragment-automation]) 22 22 23 23 file=test.conf 24 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Fragmentation/Fragment Molecule/pre/test.conf $file], 0)24 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Fragmentation/FragmentationAutomation/pre/test.conf $file], 0) 25 25 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 26 26 AT_CHECK([../../molecuilder --dry-run -i $file --subgraph-dissection --verbose 1 --select-molecule-by-id 0 --select-molecules-atoms --fragment-molecule BondFragment --distance 1.55 --order 2 --fragment-automation --fragment-executable /bin/false --no-dry-run --store-session session-fragmentation-fragmentation-automation.py --session-type python], 0, [stdout], [stderr]) … … 31 31 32 32 AT_SETUP([Fragmentation Automation - Fragmentation fails, more Actions still in queue]) 33 AT_KEYWORDS([fragmentation automation fragment-molecule fragment ation-automation])33 AT_KEYWORDS([fragmentation automation fragment-molecule fragment-automation]) 34 34 35 35 file=test.conf 36 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Fragmentation/Fragment Molecule/pre/test.conf $file], 0)36 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Fragmentation/FragmentationAutomation/pre/test.conf $file], 0) 37 37 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 38 38 AT_CHECK([../../molecuilder --dry-run -i $file --subgraph-dissection --verbose 1 --select-molecule-by-id 0 --select-molecules-atoms --fragment-molecule BondFragment --distance 1.55 --order 2 --fragment-automation --fragment-executable /bin/false --analyse-fragment-results --fragment-prefix $FILENAME --fragment-resultfile ${FILENAME}_results.dat --no-dry-run --store-session session-fragmentation-fragmentation-automation.py --session-type python], 0, [stdout], [stderr]) -
tests/regression/Fragmentation/FragmentationAutomation/testsuite-fragmentation-fragmentation-automation.at
r7516f6 r4c6f0d 19 19 20 20 AT_SETUP([Fragmentation Automation - Fragmentation fails correctly]) 21 AT_KEYWORDS([fragmentation automation fragment-molecule fragment ation-automation])21 AT_KEYWORDS([fragmentation automation fragment-molecule fragment-automation]) 22 22 23 23 file=test.conf 24 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Fragmentation/Fragment Molecule/pre/test.conf $file], 0)24 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Fragmentation/FragmentationAutomation/pre/test.conf $file], 0) 25 25 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 26 26 AT_CHECK([../../molecuilder \ … … 39 39 40 40 AT_SETUP([Fragmentation Automation - Fragmentation fails, more Actions still in queue]) 41 AT_KEYWORDS([fragmentation automation fragment-molecule fragment ation-automation])41 AT_KEYWORDS([fragmentation automation fragment-molecule fragment-automation]) 42 42 43 43 file=test.conf 44 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Fragmentation/Fragment Molecule/pre/test.conf $file], 0)44 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Fragmentation/FragmentationAutomation/pre/test.conf $file], 0) 45 45 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 46 46 AT_CHECK([../../molecuilder \
Note:
See TracChangeset
for help on using the changeset viewer.