SCALAPACK 2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ allpass()

logical function allpass ( logical  thistest)

Definition at line 1880 of file blacstest.f.

1881*
1882* -- BLACS tester (version 1.0) --
1883* University of Tennessee
1884* December 15, 1994
1885*
1886*
1887* .. Scalar Arguments ..
1888 LOGICAL THISTEST
1889* ..
1890* Purpose
1891* =======
1892* ALLPASS: Returns whether all tests have passed so far.
1893*
1894* =====================================================================
1895*
1896* .. Local Scalars ..
1897 LOGICAL PASSHIST
1898* ..
1899* .. Save Statement ..
1900 SAVE passhist
1901* ..
1902* .. Data Statements ..
1903 DATA passhist /.true./
1904* ..
1905* .. Executable Statements ..
1906 passhist = (passhist .AND. thistest)
1907 allpass = passhist
1908*
1909 RETURN
logical function allpass(thistest)
Definition blacstest.f:1881
Here is the call graph for this function:
Here is the caller graph for this function: