diff --git a/README b/README index cfc74b17..e09b112d 100644 --- a/README +++ b/README @@ -54,12 +54,13 @@ TO COMPILE 2. Tweak Make.inc if you are not satisfied. 3. make; 4. Go into the test subdirectory and build the examples of your choice. +5. (if desired): make install NOTES - The single precision version is supported only by MUMPS and SuperLU; - thus, even if you specify at configure to use UMFPACK or SuperLU_Dist, + thus, even if you specify at configure time to use UMFPACK or SuperLU_Dist, the corresponding preconditioner options will be available only from the double precision version. diff --git a/mlprec/mld_base_prec_type.F90 b/mlprec/mld_base_prec_type.F90 index c96c971a..c5453a66 100644 --- a/mlprec/mld_base_prec_type.F90 +++ b/mlprec/mld_base_prec_type.F90 @@ -559,8 +559,9 @@ contains & aggr_type_names(pm%aggr_type) write(iout,*) ' parallel algorithm: ',& & par_aggr_alg_names(pm%par_aggr_alg) - if (pm%par_aggr_alg /= mld_ext_aggr_) then - write(iout,*) ' with initial ordering: ',& + if (pm%par_aggr_alg /= mld_ext_aggr_) then + if ( pm%aggr_ord /= mld_aggr_ord_nat_) & + & write(iout,*) ' with initial ordering: ',& & ord_names(pm%aggr_ord) write(iout,*) ' Aggregation prolongator: ', & & aggr_prols(pm%aggr_prol)