Skip to content

Commit

Permalink
update xml example for AutoPas
Browse files Browse the repository at this point in the history
  • Loading branch information
FG-TUM committed Aug 8, 2023
1 parent c093707 commit 3e78c5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/Argon/200K_18mol_l/config_autopas_allOptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,18 @@
</parallelisation>
-->
<datastructure type="AutoPas">
<loglevel>off</loglevel><!--Level for the AutoPas logger-->
<allowedTraversals>ds_sequential, lc_sliced, lc_sliced_balanced, lc_sliced_c02, lc_c01, lc_c01_combined_SoA, lc_c01_cuda, lc_c04, lc_c04_HCP, lc_c04_combined_SoA, lc_c08, lc_c18, vcc_cluster_iteration_cuda, vcl_cluster_iteration, vcl_c06, vcl_c01_balanced, vl_list_iteration, vlc_c01, vlc_c18, vlc_sliced, vlc_sliced_balanced, vlc_sliced_c02, vvl_as_built</allowedTraversals>
<allowedContainers>DirectSum,LinkedCells, VerletLists, VerletListsCells, VerletClusterLists,VarVerletListsAsBuild,VerletClusterCells</allowedContainers>
<selectorStrategy>fastestMean</selectorStrategy><!--fastestMedian,fastestAbs-->
<tuningStrategy>FullSearch</tuningStrategy><!--FullSearch, BayesianSearch, ...-->
<tuningStrategies>predictive,rulebased</tuningStrategies><!--Predictive, RuleBased, BayesianSearch, ...; Leave empty for full search-->
<dataLayouts>AoS, SoA</dataLayouts>
<newton3>enabled, disabled</newton3>
<tuningAcquisitionFunction>lower-confidence-bound</tuningAcquisitionFunction> <!--only relevant for BayesianSearch-->
<maxEvidence>20</maxEvidence>
<tuningInterval>1000</tuningInterval>
<tuningSamples>10</tuningSamples>
<ruleFile>AutoPas/examples/md-flexible/input/tuningRules.rule</ruleFile><!--check the AutoPas repo for examples-->
<rebuildFrequency>10</rebuildFrequency>
<skin>0.5</skin>
</datastructure>
Expand Down
1 change: 1 addition & 0 deletions examples/Argon/200K_18mol_l/config_autopas_lc_ALL.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
</loadBalancer>
</parallelisation>
<datastructure type="AutoPas">
<!-- <logLevel>info</logLevel> -->
<allowedContainers>linkedCells</allowedContainers>
<tuningStrategies>predictive,ruleBased</tuningStrategies>
<tuningInterval>10000</tuningInterval>
Expand Down

0 comments on commit 3e78c5e

Please sign in to comment.