From: Benjamin Brands Date: Mon, 15 Jan 2018 16:59:28 +0000 (+0100) Subject: fix return type of pslange_ X-Git-Tag: v9.0.0-rc1~545^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=419eca1d4167149fb88211fa07b31fb91a4419f4;p=dealii.git fix return type of pslange_ --- diff --git a/include/deal.II/lac/scalapack.templates.h b/include/deal.II/lac/scalapack.templates.h index 173ff298a5..7ef24d5dc5 100644 --- a/include/deal.II/lac/scalapack.templates.h +++ b/include/deal.II/lac/scalapack.templates.h @@ -410,14 +410,14 @@ extern "C" int const &ja, int *desca, double *work); - double pslange_(char const *norm, - int const &m, - int const &n, - float *A, - int const &ia, - int const &ja, - int *desca, - float *work); + float pslange_(char const *norm, + int const &m, + int const &n, + float *A, + int const &ia, + int const &ja, + int *desca, + float *work); /** * Compute the process coordinate which possesses the entry of a diff --git a/tests/scalapack/scalapack_05.mpirun=1.output b/tests/scalapack/scalapack_05.mpirun=1.output index 199da4b6bb..475800de92 100644 --- a/tests/scalapack/scalapack_05.mpirun=1.output +++ b/tests/scalapack/scalapack_05.mpirun=1.output @@ -1,9 +1,9 @@ 32 32 1 1 0.410521 0.471758 64 32 1 1 -0.44694 0.478752 +0.44694 0.478753 64 64 1 1 -0.444662 0.485917 +0.444662 0.485916 120 32 1 1 0.459052 0.486953 120 64 1 1 diff --git a/tests/scalapack/scalapack_05.mpirun=11.output b/tests/scalapack/scalapack_05.mpirun=11.output index 41d09fcab0..78f86b0bc6 100644 --- a/tests/scalapack/scalapack_05.mpirun=11.output +++ b/tests/scalapack/scalapack_05.mpirun=11.output @@ -1,9 +1,9 @@ 32 32 1 1 0.410521 0.471758 64 32 2 2 -0.44694 0.478752 +0.44694 0.478753 64 64 1 1 -0.444662 0.485917 +0.444662 0.485916 120 32 3 3 0.459052 0.486953 120 64 2 2 diff --git a/tests/scalapack/scalapack_05.mpirun=4.output b/tests/scalapack/scalapack_05.mpirun=4.output index 2cd3be59ce..d1f98f13c0 100644 --- a/tests/scalapack/scalapack_05.mpirun=4.output +++ b/tests/scalapack/scalapack_05.mpirun=4.output @@ -1,9 +1,9 @@ 32 32 1 1 0.410521 0.471758 64 32 2 2 -0.44694 0.478752 +0.44694 0.478753 64 64 1 1 -0.444662 0.485917 +0.444662 0.485916 120 32 2 2 0.459052 0.486953 120 64 2 2