summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/mdtest/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/mdtest/package.py')
-rw-r--r--var/spack/repos/builtin/packages/mdtest/package.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/mdtest/package.py b/var/spack/repos/builtin/packages/mdtest/package.py
index 06f3949bbe..a77494b9b6 100644
--- a/var/spack/repos/builtin/packages/mdtest/package.py
+++ b/var/spack/repos/builtin/packages/mdtest/package.py
@@ -7,7 +7,7 @@
# LLNL-CODE-647188
#
# For details, see https://github.com/llnl/spack
-# Please also see the LICENSE file for our notice and the LGPL.
+# Please also see the NOTICE and LICENSE files for our notice and the LGPL.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License (as
@@ -26,8 +26,8 @@ from spack import *
class Mdtest(Package):
- """mdtest is an MPI-coordinated metadata benchmark test
- that performs open/stat/close operations on files
+ """mdtest is an MPI-coordinated metadata benchmark test
+ that performs open/stat/close operations on files
and directories and then reports the performance."""
homepage = "https://github.com/LLNL/mdtest"