nonbonded-benchmark: run combrule=none when the -all option is used
authorGilles Gouaillardet <gilles@rist.or.jp>
Mon, 1 Jun 2020 07:55:06 +0000 (16:55 +0900)
committerPaul Bauer <paul.bauer.q@gmail.com>
Wed, 3 Jun 2020 07:00:57 +0000 (07:00 +0000)
Closes gromacs/gromacs#3543

src/gromacs/nbnxm/benchmark/bench_setup.cpp

index d5d4ab9d22a217a3ba04efb7080154568ab72a53..ee4427e9b255438108ffeec00ac835afecd1d395 100644 (file)
@@ -375,10 +375,6 @@ void bench(const int sizeFactor, const KernelBenchOptions& options)
                 gmx::EnumerationWrapper<BenchMarkCombRule> combRuleIter;
                 for (auto combRule : combRuleIter)
                 {
-                    if (combRule == BenchMarkCombRule::RuleNone)
-                    {
-                        continue;
-                    }
                     opt.ljCombinationRule = combRule;
 
                     expandSimdOptionAndPushBack(opt, &optionsList);