New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 9856 for NEMO/branches/2018/dev_r9759_HPC09_ESIWACE – NEMO

Ignore:
Timestamp:
2018-06-28T19:49:48+02:00 (6 years ago)
Author:
smasson
Message:

dev_r9759_HPC09_ESIWACE: update jobs for bench

Location:
NEMO/branches/2018/dev_r9759_HPC09_ESIWACE/tests/BENCH/EXPREF
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r9759_HPC09_ESIWACE/tests/BENCH/EXPREF/sh_bench

    r9851 r9856  
    1616    16) 
    1717    case ${resolution} in 
    18    "1")  list="4*4 8*4 8*8 8*16 24*10 24*22 40*24 72*28 120*30 72*66" ;; 
    19    "025")list="8*4 8*8 16*8 20*12 24*22 32*32 48*42 160*25 56*134 120*134 240*121" ;; 
    20    "12") list="16*16 32*16 40*26 80*26 80*51 114*72 160*102 240*126" ;; 
     18   "1")  list="4*4 8*4 8*8 8*16 24*10 24*22 40*24 45*48 72*66" ;; 
     19   "025")list="8*4 8*8 16*8 20*12 24*22 32*32 48*42 72*58 96*81 144*110 144*201" ;; 
     20   "12") list="16*16 32*16 40*26 80*26 80*51 96*85 160*102 216*150" ;; 
    2121    esac 
    2222    ;; 
    2323    40) 
    2424    case ${resolution} in 
    25    "1")  list="8*5 8*10 10*16 20*16 20*30 40*33 60*42 120*42" ;; 
    26    "025")list="8*5 10*8 16*10 20*16 20*32 40*32 60*42 80*67 180*64" ;; 
    27    "12") list="40*31 60*42 80*63 160*75" ;; 
     25   "1")  list="8*5 8*10 10*16 20*16 20*30 40*33 40*66 60*66 120*55" ;; 
     26   "025")list="8*5 10*8 16*10 20*16 20*32 40*32 60*42 96*55 96*110 120*173" ;; 
     27   "12") list="20*14 20*26 40*26 60*34 80*51 96*85 160*102 240*137" ;; 
    2828    esac 
    2929    ;; 
    3030    48) 
    3131    case ${resolution} in 
    32    "1")  list="8*6 12*8 19*10 24*16 24*30 45*33 72*42" ;; 
    33    "025")list="8*6 12*8 16*12 24*16 24*32 48*32 48*64 96*64 480*25 144*173 720*39" ;; 
    34    "12") list="12*16 24*16 48*16 48*32 80*39 96*63 144*85 160*150 240*126" ;; 
     32   "1")  list="8*6 12*8 24*10 24*16 24*30 30*48 40*66 72*66" ;; 
     33   "025")list="8*6 12*8 16*12 24*16 24*32 48*32 48*64 96*64 96*134 144*173 144*241" ;; 
     34   "12") list="16*15 24*22 48*22 48*42 80*51 96*85 160*102 240*137" ;; 
    3535    esac 
    3636    ;; 
     
    3939for ii in $list 
    4040do 
     41    grep "( ${ii/\*/ x } ), " best_jpni_jpnj_eorca${resolution} 
    4142    echo "$ii = $ncore_node * $( echo "scale=3 ; $ii/${ncore_node}" | bc ) = $( echo $ii | bc )" 
    4243done 
Note: See TracChangeset for help on using the changeset viewer.