Changeset e72d94
- Timestamp:
- Jun 20, 2018, 8:21:14 AM (7 years ago)
- Branches:
- Candidate_v1.6.1, ChemicalSpaceEvaluator, Exclude_Hydrogens_annealWithBondGraph, ForceAnnealing_with_BondGraph_contraction-expansion
- Children:
- 8c0ac9
- Parents:
- 31baf0
- git-author:
- Frederik Heber <frederik.heber@…> (06/14/18 11:48:20)
- git-committer:
- Frederik Heber <frederik.heber@…> (06/20/18 08:21:14)
- Location:
- tests/integration/StructureOptimization
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/integration/StructureOptimization/testsuite-integration-structureoptimization-methane.at
r31baf0 re72d94 74 74 echo "remaining components are ($components)" 75 75 threshold="1.2e-3" 76 AT_CHECK([echo "$components" | awk -v threshold="$threshold" -F"\t" '{ for (i=0;i<3;++i) { if (( $i > threshold) || ($i < -threshold)) exit 5} }'], 0, [ignore], [ignore], [kill $server_pid $worker_pid])76 AT_CHECK([echo "$components" | awk -v threshold="$threshold" -F"\t" '{ for (i=0;i<3;++i) { if ((($i+0.) > (threshold+0.)) || (($i+0.) < (-threshold+0.))) exit 5} }'], 0, [ignore], [ignore], [kill $server_pid $worker_pid]) 77 77 78 78 # send removeall to server such that all workers shutdown -
tests/integration/StructureOptimization/testsuite-integration-structureoptimization-water.at
r31baf0 re72d94 74 74 echo "remaining components are ($components)" 75 75 threshold="6e-4" 76 AT_CHECK([echo "$components" | awk -v threshold="$threshold" -F"\t" '{ for (i=0;i<3;++i) { if (( $i > threshold) || ($i < -threshold)) exit 5} }'], 0, [ignore], [ignore], [kill $server_pid $worker_pid])76 AT_CHECK([echo "$components" | awk -v threshold="$threshold" -F"\t" '{ for (i=0;i<3;++i) { if ((($i+0.) > (threshold+0.)) || (($i+0.) < (-threshold+0.))) exit 5} }'], 0, [ignore], [ignore], [kill $server_pid $worker_pid]) 77 77 78 78 # send removeall to server such that all workers shutdown
Note:
See TracChangeset
for help on using the changeset viewer.