[scalapack] 04/05: create README.Debian for scalapack-mpi-test

Drew Parsons dparsons at moszumanska.debian.org
Fri Aug 4 15:51:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

dparsons pushed a commit to branch experimental
in repository scalapack.

commit 105d78363ca58ea37581c28a1ab03a224cc107c9
Author: Drew Parsons <dparsons at debian.org>
Date:   Fri Aug 4 21:14:53 2017 +0800

    create README.Debian for scalapack-mpi-test
    
    - point out location of test exectables, including blacs
    - best run using ctest
    - Recommends: cmake (for ctest)
---
 debian/changelog                        | 3 +--
 debian/control                          | 3 ++-
 debian/scalapack-mpi-test.README.Debian | 8 ++++++++
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 36d2a9b..0f90ac8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,10 +4,9 @@ scalapack (2.0.2-1exp4) UNRELEASED; urgency=medium
   * debian/rules: when tests fail, list the Failed tests before
     returning error code 2.
   * Provide test executables for both scalapack and blacs in
-    scalapack-mpi-test.
+    scalapack-mpi-test. Best run using ctest.
   * debian control files now use /bin/sh instead of dh-exec when needed.
 
-
  -- Drew Parsons <dparsons at debian.org>  Wed, 19 Jul 2017 18:56:59 +0800
 
 scalapack (2.0.2-1exp3) experimental; urgency=medium
diff --git a/debian/control b/debian/control
index ddc3f42..7d7c9c6 100644
--- a/debian/control
+++ b/debian/control
@@ -121,6 +121,7 @@ Package: scalapack-mpi-test
 Section: math
 Architecture: any
 Depends: scalapack-test-common, ${shlibs:Depends}, ${misc:Depends}
+Recommends: cmake
 Conflicts: scalapack-mpich-test
 Replaces: scalapack-mpich-test, blacs-mpi-test
 Provides: scalapack-mpich-test, blacs-mpi-test
@@ -132,7 +133,7 @@ Description: Scalable Linear Algebra Package - Test files for MPI
     - PBLAS, Parallel Basic Linear Algebra Subprograms
     - BLACS, Basic Linear Algebra Communication Subprograms
  .
- This package contains ScaLAPACK test programs.
+ This package contains ScaLAPACK and BLACS test programs.
 
 Package: scalapack-test-common
 Architecture: all
diff --git a/debian/scalapack-mpi-test.README.Debian b/debian/scalapack-mpi-test.README.Debian
new file mode 100755
index 0000000..e193491
--- /dev/null
+++ b/debian/scalapack-mpi-test.README.Debian
@@ -0,0 +1,8 @@
+Test executables for scalapack are provided in /usr/lib/<arch>/scalapack, 
+for both openmpi and mpich versions.
+
+Test executables for BLACS are provided in the blacs subdirectory.
+
+These tests are most conveniently launched by running cmake's ctest in the 
+directory containing the executables (and CTestTestfile.cmake).
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/scalapack.git



More information about the debian-science-commits mailing list