From 2b18ec600ff71b881613907499a159cb785e58bf Mon Sep 17 00:00:00 2001 From: Berenger Bramas Date: Tue, 12 Apr 2016 16:56:02 +0200 Subject: [PATCH] Update help description for two test cases --- Tests/GroupTree/testBlockedUnifCuda.cpp | 2 +- Tests/GroupTree/testBlockedUniform.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/GroupTree/testBlockedUnifCuda.cpp b/Tests/GroupTree/testBlockedUnifCuda.cpp index 288f8472..4517f48d 100644 --- a/Tests/GroupTree/testBlockedUnifCuda.cpp +++ b/Tests/GroupTree/testBlockedUnifCuda.cpp @@ -56,7 +56,7 @@ class FUnifCuda; int main(int argc, char* argv[]){ const FParameterNames LocalOptionBlocSize { {"-bs"}, "The size of the block of the blocked tree"}; const FParameterNames LocalOptionNoValidate { {"-no-validation"}, "To avoid comparing with direct computation"}; - FHelpDescribeAndExit(argc, argv, "Test the blocked tree by counting the particles.", + FHelpDescribeAndExit(argc, argv, "Perform Lagrange Kernel based simulation with CUDA+StarPU.", FParameterDefinitions::OctreeHeight, #ifdef RANDOM_PARTICLES FParameterDefinitions::NbParticles, diff --git a/Tests/GroupTree/testBlockedUniform.cpp b/Tests/GroupTree/testBlockedUniform.cpp index 29c3535d..c51089dc 100644 --- a/Tests/GroupTree/testBlockedUniform.cpp +++ b/Tests/GroupTree/testBlockedUniform.cpp @@ -48,7 +48,7 @@ int main(int argc, char* argv[]){ const FParameterNames LocalOptionBlocSize { {"-bs"}, "The size of the block of the blocked tree"}; const FParameterNames LocalOptionNoValidate { {"-no-validation"}, "To avoid comparing with direct computation"}; - FHelpDescribeAndExit(argc, argv, "Test the blocked tree by counting the particles.", + FHelpDescribeAndExit(argc, argv, "Perform Lagrange Kernel based simulation with StarPU", FParameterDefinitions::OctreeHeight, #ifdef RANDOM_PARTICLES FParameterDefinitions::NbParticles, -- GitLab