From 9e153f6d2cd0be02efad8b7061f019551e3b2c16 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Thu, 1 Mar 2018 12:58:08 +0000 Subject: [PATCH] Increased number of bits used for hashing. --- base/modules/aux/psb_hash_mod.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/modules/aux/psb_hash_mod.f90 b/base/modules/aux/psb_hash_mod.f90 index 16edc9c9..f8bba073 100644 --- a/base/modules/aux/psb_hash_mod.f90 +++ b/base/modules/aux/psb_hash_mod.f90 @@ -274,7 +274,7 @@ contains integer(psb_ipk_) :: hsize,nbits info = psb_success_ - nbits = 12 + nbits = 14 hsize = 2**nbits ! ! Figure out the smallest power of 2 bigger than NV