diff --git a/config/default b/config/default
index f33ac838a59a86ebc39f16f372aef4d32cc13971..331abebc117469d797f7c064db35c821292a4015 100755
--- a/config/default
+++ b/config/default
@@ -40,6 +40,8 @@ case "${HOSTNAME}" in
                  --with-libxml2=/usr \
                  --with-proj=/opt/local \
                  --with-szlib=$HOME/local"
+#                 --with-ossp-uuid=/opt/local \
+#                 --with-cmor=$HOME/local/cmor-3.3 \
 #                 --with-magics=$HOME/local/Magics-2.25.3 \
 
         if  test "$COMP" = intel ; then
diff --git a/test/bm_Remapycon.sh b/test/bm_Remapycon.sh
index a474b686df259fc6a2a2f521bdf5cac9df3f05b5..af4b48d5a1da38ade7936d33e5be7849f96baf6c 100755
--- a/test/bm_Remapycon.sh
+++ b/test/bm_Remapycon.sh
@@ -6,13 +6,12 @@ CDO=src/cdo
 #
 $CDO -V
 #
-export CDO_REMAP_RADIUS=.1
 for N in 3 4 5 6 7 8 9; do
 #for N in 3 4 5; do
   IFILE=topor2b$N
   $CDO -f nc topo,icor2b$N $IFILE
   OFILE=${IFILE}ycon
-  time $CDO -P 8 remapycon,global_0.2 $IFILE ${OFILE}
+  time $CDO -P 8 --cellsearchmethod spherepart remapycon,global_0.2 $IFILE ${OFILE}
 done
 #
 # CDO version 1.9.5rc2
@@ -22,11 +21,10 @@ done
 #3   spherepart
 #4   spherepart 8 cores
 #       3   4   5    6    7     8      9     10
-#1     24  34  71  194  874  x6680
-#2      5   6  11   28  126   2005   6660
-
-#x2*8    3   4   8   22   76   533   1808
-#x3     27  29  33   40   59   110    280
+#1     24  34  71  194  874 x6680
+#2      5   6  11   28  126  2005   6660
+#3     28  30  33   41   59   110    262
+#4      5   5   6    7   11    23     68
 
 #1 mistral: intel 18.0.1 avx2 (interactiv on login node)
 #       3   4   5    6    7     8      9     10