diff --git a/SRC/pdgstrf.c b/SRC/pdgstrf.c index e3077a3..e7f43d6 100644 --- a/SRC/pdgstrf.c +++ b/SRC/pdgstrf.c @@ -835,9 +835,8 @@ pdgstrf(superlu_dist_options_t * options, int m, int n, double anorm, if ( checkCuda(cudaHostAlloc((void**)&bigV, bigv_size * sizeof(double) ,cudaHostAllocDefault)) ) ABORT("Malloc fails for dgemm buffer V"); - DisplayHeader(); - #if ( PRNTlevel>=1 ) + DisplayHeader(); printf(" Starting with %d Cuda Streams \n",nstreams ); #endif diff --git a/SRC/pzgstrf.c b/SRC/pzgstrf.c index d9fe4e8..0dea8e1 100644 --- a/SRC/pzgstrf.c +++ b/SRC/pzgstrf.c @@ -835,9 +835,8 @@ pzgstrf(superlu_dist_options_t * options, int m, int n, double anorm, if ( checkCuda(cudaHostAlloc((void**)&bigV, bigv_size * sizeof(doublecomplex) ,cudaHostAllocDefault)) ) ABORT("Malloc fails for zgemm buffer V"); - DisplayHeader(); - #if ( PRNTlevel>=1 ) + DisplayHeader(); printf(" Starting with %d Cuda Streams \n",nstreams ); #endif