18,902 research outputs found

    Evolution of a plasma puff in a longitudinal magnetic field

    Get PDF
    Evolution of plasma puff in longitudinal magnetic field to analyze characteristics of plasma produced by conical pinch gu

    Beltway: Getting Around Garbage Collection Gridlock

    Get PDF
    We present the design and implementation of a new garbage collection framework that significantly generalizes existing copying collectors. The Beltway framework exploits and separates object age and incrementality. It groups objects in one or more increments on queues called belts, collects belts independently, and collects increments on a belt in first-in-first-out order. We show that Beltway configurations, selected by command line options, act and perform the same as semi-space, generational, and older-first collectors, and encompass all previous copying collectors of which we are aware. The increasing reliance on garbage collected languages such as Java requires that the collector perform well. We show that the generality of Beltway enables us to design and implement new collectors that are robust to variations in heap size and improve total execution time over the best generational copying collectors of which we are aware by up to 40%, and on average by 5 to 10%, for small to moderate heap sizes. New garbage collection algorithms are rare, and yet we define not just one, but a new family of collectors that subsumes previous work. This generality enables us to explore a larger design space and build better collectors

    Simulations of a mortality plateau in the sexual Penna model for biological ageing

    Full text link
    The Penna model is a strategy to simulate the genetic dynamics of age-structured populations, in which the individuals genomes are represented by bit-strings. It provides a simple metaphor for the evolutionary process in terms of the mutation accumulation theory. In its original version, an individual dies due to inherited diseases when its current number of accumulated mutations, n, reaches a threshold value, T. Since the number of accumulated diseases increases with age, the probability to die is zero for very young ages (n = T). Here, instead of using a step function to determine the genetic death age, we test several other functions that may or may not slightly increase the death probability at young ages (n < T), but that decreases this probability at old ones. Our purpose is to study the oldest old effect, that is, a plateau in the mortality curves at advanced ages. Imposing certain conditions, it has been possible to obtain a clear plateau using the Penna model. However, a more realistic one appears when a modified version, that keeps the population size fixed without fluctuations, is used. We also find a relation between the birth rate, the age-structure of the population and the death probability.Comment: submitted to Phys. Rev.

    Density fluctuations from warm inflation

    Full text link
    Thermal fluctuations provide the main source of large scale density perturbations in warm inflationary models of the early universe. For the first time, general results are obtained for the power spectrum in the case when the friction coefficient in the inflaton equation of motion depends on temperature. A large increase in the amplitude of perturbations occurs when the friction coefficient increases with temperature. This has to be taken into account when constructing models of warm inflation. New results are also given for the thermal fluctuations in the weak regime of warm inflation when the friction coefficient is relatively small.Comment: 14 pages, 4 figures, ReVTe

    Towards a lightweight generic computational grid framework for biological research

    Get PDF
    Background: An increasing number of scientific research projects require access to large-scale computational resources. This is particularly true in the biological field, whether to facilitate the analysis of large high-throughput data sets, or to perform large numbers of complex simulations – a characteristic of the emerging field of systems biology. Results: In this paper we present a lightweight generic framework for combining disparate computational resources at multiple sites (ranging from local computers and clusters to established national Grid services). A detailed guide describing how to set up the framework is available from the following URL: http://igrid-ext.cryst.bbk.ac.uk/portal_guide/. Conclusion: This approach is particularly (but not exclusively) appropriate for large-scale biology projects with multiple collaborators working at different national or international sites. The framework is relatively easy to set up, hides the complexity of Grid middleware from the user, and provides access to resources through a single, uniform interface. It has been developed as part of the European ImmunoGrid project
    corecore