25 resultados para MDS codes

em QUB Research Portal - Research Directory and Institutional Repository for Queen's University Belfast


Relevância:

20.00% 20.00%

Publicador:

Resumo:

Scientific computation has unavoidable approximations built into its very fabric. One important source of error that is difficult to detect and control is round-off error propagation which originates from the use of finite precision arithmetic. We propose that there is a need to perform regular numerical `health checks' on scientific codes in order to detect the cancerous effect of round-off error propagation. This is particularly important in scientific codes that are built on legacy software. We advocate the use of the CADNA library as a suitable numerical screening tool. We present a case study to illustrate the practical use of CADNA in scientific codes that are of interest to the Computer Physics Communications readership. In doing so we hope to stimulate a greater awareness of round-off error propagation and present a practical means by which it can be analyzed and managed.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

The R-matrix method has proved to be a remarkably stable, robust and efficient technique for solving the close-coupling equations that arise in electron and photon collisions with atoms, ions and molecules. During the last thirty-four years a series of related R-matrix program packages have been published periodically in CPC. These packages are primarily concerned with low-energy scattering where the incident energy is insufficient to ionize the target. In this paper we describe previous term2DRMP,next term a suite of two-dimensional R-matrix propagation programs aimed at creating virtual experiments on high performance and grid architectures to enable the study of electron scattering from H-like atoms and ions at intermediate energies.

Relevância:

20.00% 20.00%

Publicador:

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Today, the classification systems for myelodysplastic syndromes (MDS) and acute myeloid leukemia (AML) already incorporate cytogenetic and molecular genetic aberrations in an attempt to better reflect disease biology. However, in many MDS/AML patients no genetic aberrations have been identified yet, and even within some cytogenetically well-defined subclasses there is considerable clinical heterogeneity. Recent advances in genomics technologies such as gene expression profiling (GEP) provide powerful tools to further characterize myeloid malignancies at the molecular level, with the goal to refine the MDS/AML classification system, incorporating as yet unknown molecular genetic and epigenetic pathomechanisms, which are likely reflected by aberrant gene expression patterns. In this study, we provide a comprehensive review on how GEP has contributed to a refined molecular taxonomy of MDS and AML with regard to diagnosis, prediction of clinical outcome, discovery of novel subclasses and identification of novel therapeutic targets and novel drugs. As many challenges remain ahead, we discuss the pitfalls of this technology and its potential including future integrative studies with other genomics technologies, which will continue to improve our understanding of malignant transformation in myeloid malignancies and thereby contribute to individualized risk-adapted treatment strategies for MDS and AML patients. Leukemia (2011) 25, 909-920; doi:10.1038/leu.2011.48; published online 29 March 2011

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Computing has recently reached an inflection point with the introduction of multicore processors. On-chip thread-level parallelism is doubling approximately every other year. Concurrency lends itself naturally to allowing a program to trade performance for power savings by regulating the number of active cores; however, in several domains, users are unwilling to sacrifice performance to save power. We present a prediction model for identifying energy-efficient operating points of concurrency in well-tuned multithreaded scientific applications and a runtime system that uses live program analysis to optimize applications dynamically. We describe a dynamic phase-aware performance prediction model that combines multivariate regression techniques with runtime analysis of data collected from hardware event counters to locate optimal operating points of concurrency. Using our model, we develop a prediction-driven phase-aware runtime optimization scheme that throttles concurrency so that power consumption can be reduced and performance can be set at the knee of the scalability curve of each program phase. The use of prediction reduces the overhead of searching the optimization space while achieving near-optimal performance and power savings. A thorough evaluation of our approach shows a reduction in power consumption of 10.8 percent, simultaneous with an improvement in performance of 17.9 percent, resulting in energy savings of 26.7 percent.