From c305cb36ae51805b246bbf29094a145ec943ba0a Mon Sep 17 00:00:00 2001 From: Uwe Schulzweida <uwe.schulzweida@mpimet.mpg.de> Date: Mon, 2 Jul 2018 15:04:11 +0200 Subject: [PATCH] Docu update. --- config/default | 2 ++ test/bm_Remapycon.sh | 12 +++++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/default b/config/default index f33ac838a..331abebc1 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 a474b686d..af4b48d5a 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 -- GitLab