205 research outputs found

    Potassium availability to plants in aggregates from different Iowa soils

    Get PDF

    Investigation of Reclamation Procedure for Saline and Alkali Soils in Oklahoma

    Get PDF
    Soil

    Three dimensional wave propagation in axially loaded pressurized FG cylindrical shells using Frobenius power series and Rayleigh-Ritz methods

    Get PDF
    In the present study, the behavior of vibratory cylindrical shells composed of functionally graded material (FGM) containing copper and tungsten under internal pressure and axial compression loads is investigated. An exact solution of free harmonic wave propagation using the theory of three dimensional elasticity is extracted. Then, the dispersion equation is analyzed in conjunction with a Frobenius power series method and natural frequency (eigenvalue) of the shell is obtained using Rayleigh-Ritz method. Furthermore, the present analysis is validated by comparing results with those available in the literature

    Intracerebral atypical calcification in nongalenic pial arteriovenous fistula: a case report

    Get PDF
    Nongalenic intradural arteriovenous fistulas, although uncommon, are clinically important. Choosing the appropriate therapeutic approach has been a controversial issue within the last decade

    Optimizing Transactions for Captured Memory

    Get PDF
    In this paper, we identify transaction-local memory as a major source of overhead from compiler instrumentation in software transactional memory (STM). Transaction-local memory is memory allocated inside a transaction, which cannot escape (i.e., is captured by) the allocating transaction. Accesses to such memory do not require calls to STM memory access functions (i.e., STM barriers). A compiler unaware of that may translate accesses to captured memory into expensive STM barriers. This presents us opportunities to improve STM performance. Our measurements with the STAMP benchmark suite (version 0.9.9) revealed that as many as 60% of the STM barriers generated by our baseline compiler access captured memory, including 90% of the write barriers and 45% of the read barriers. We propose runtime and compiler optimizations to elide STM barriers to captured memory. These techniques can also elide barriers for accesses to thread-local and read-only data. We implemented those optimizations in the Intel C++ STM compiler. Our experiments with the STAMP benchmark suite on a Intel Dunnington system (with 24 cores in a 4-node SMP system) show that these optimizations can improve performance by to 18% at 16 threads
    • …
    corecore