7 research outputs found

    Investigation of the Factors Controlling the Duration and Productivity of Aftershocks Following Strong Earthquakes in Greece

    No full text
    Strong crustal earthquakes in Greece are typically followed by aftershocks, the properties of which are important factors in seismic hazard assessment. In order to examine the properties of earthquake sequences, we prepared an earthquake catalog comprising aftershock sequences with mainshocks of Mw ≥ 5.5 from 1995 to 2021. Regional aftershock parameters were estimated to highlight variations in aftershock decay and productivity among regions with similar seismotectonic characteristics. A statistically based method of estimating aftershock duration and a metric of relative aftershock productivity to examine the variations among the different cases were employed. From the detailed analysis of the selected seismic sequences, we attempt to unravel the physical mechanisms behind deviations in aftershock duration and productivity and resolve the relative contribution of background seismicity, the Omori–Utsu law parameters and the mainshock faulting properties. From our analysis, the duration of aftershock sequences depends upon the rupture process of the mainshock, independently of its magnitude. The same applies to aftershock productivity, however, other tectonic setting (e.g., seismic coupling) or source-related (e.g., focal depth, stress drop) parameters also contribute. The estimated regional parameters of the aftershock rate models could be utilized as initial ones to forecast the aftershock occurrence rates at the early stage following a mainshock

    Investigation of the Factors Controlling the Duration and Productivity of Aftershocks Following Strong Earthquakes in Greece

    No full text
    Strong crustal earthquakes in Greece are typically followed by aftershocks, the properties of which are important factors in seismic hazard assessment. In order to examine the properties of earthquake sequences, we prepared an earthquake catalog comprising aftershock sequences with mainshocks of Mw ≥ 5.5 from 1995 to 2021. Regional aftershock parameters were estimated to highlight variations in aftershock decay and productivity among regions with similar seismotectonic characteristics. A statistically based method of estimating aftershock duration and a metric of relative aftershock productivity to examine the variations among the different cases were employed. From the detailed analysis of the selected seismic sequences, we attempt to unravel the physical mechanisms behind deviations in aftershock duration and productivity and resolve the relative contribution of background seismicity, the Omori–Utsu law parameters and the mainshock faulting properties. From our analysis, the duration of aftershock sequences depends upon the rupture process of the mainshock, independently of its magnitude. The same applies to aftershock productivity, however, other tectonic setting (e.g., seismic coupling) or source-related (e.g., focal depth, stress drop) parameters also contribute. The estimated regional parameters of the aftershock rate models could be utilized as initial ones to forecast the aftershock occurrence rates at the early stage following a mainshock

    Redundant memory mappings for fast access to large memories

    No full text
    Page-based virtual memory improves programmer producti-vity, security, and memory utilization, but incurs performance overheads due to costly page table walks after TLB misses. This overhead can reach 50 % for modern workloads that access increasingly vast memory with stagnating TLB sizes. To reduce the overhead of virtual memory, this paper pro-poses Redundant Memory Mappings (RMM), which leverage ranges of pages and provides an efficient, alternative repre-sentation of many virtual-to-physical mappings. We define a range be a subset of process’s pages that are virtually and physically contiguous. RMM translates each range with a sin-gle range table entry, enabling a modest number of entries to translate most of the process’s address space. RMM operates in parallel with standard paging and uses a software range table and hardware range TLB with arbitrarily large reach. We modify the operating system to automatically detect ranges and to increase their likelihood with eager page allocation. RMM is thus transparent to applications. We prototype RMM software in Linux and emulate the hard-ware. RMM performs substantially better than paging alone and huge pages, and improves a wider variety of workloads than direct segments (one range per program), reducing the overhead of virtual memory to less than 1 % on average. 1
    corecore