12,091 research outputs found

    VLT and GTC observations of SDSS J0123+00: a type 2 quasar triggered in a galaxy encounter?

    Get PDF
    We present long-slit spectroscopy, continuum and [OIII]5007 imaging data obtained with the Very Large Telescope and the Gran Telescopio Canarias of the type 2 quasar SDSS J0123+00 at z=0.399. The quasar lies in a complex, gas-rich environment. It appears to be physically connected by a tidal bridge to another galaxy at a projected distance of ~100 kpc, which suggests this is an interacting system. Ionized gas is detected to a distance of at least ~133 kpc from the nucleus. The nebula has a total extension of ~180 kpc. This is one of the largest ionized nebulae ever detected associated with an active galaxy. Based on the environmental properties, we propose that the origin of the nebula is tidal debris from a galactic encounter, which could as well be the triggering mechanism of the nuclear activity. SDSS J0123+00 demonstrates that giant, luminous ionized nebulae can exist associated with type 2 quasars of low radio luminosities, contrary to expectations based on type 1 quasar studies.Comment: 6 pages, 5 figures. Accepted for publication in MNRAS Letter

    Optimizing an APSP implementation for NVIDIA GPUs using kernel characterization criteria

    Get PDF
    Producción CientíficaDuring the last years, GPU manycore devices have demonstrated their usefulness to accelerate computationally intensive problems. Although arriving at a parallelization of a highly parallel algorithm is an affordable task, the optimization of GPU codes is a challenging activity. The main reason for this is the number of parameters, programming choices, and tuning techniques available, many of them related with complex and sometimes hidden architecture details. A useful strategy to systematically attack these optimization problems is to characterize the different kernels of the application, and use this knowledge to select appropriate configuration parameters. The All-Pair Shortest-Path (APSP) problem is a well-known problem in graph theory whose objective is to find the shortest paths between any pairs of nodes in a graph. This problem can be solved by highly parallel and computational intensive tasks, being a good candidate to be exploited by manycore devices. In this paper, we use kernel characterization criteria to optimize an APSP algorithm implementation for NVIDIA GPUs. Our experimental results show that the combined use of proper configuration policies, and the concurrent kernels capability of new CUDA architectures, leads to a performance improvement of up to 62 % with respect to one of the possible configurations recommended by CUDA, considered as baseline.This research has been partially supported by Ministerio de Economía y Competitividad (Spain) and ERDF program of the European Union: CAPAP-H4 network (TIN2011-15734-E), MOGECOPP project (TIN2011-25639); and Junta de Castilla y León (Spain) ATLAS project (VA172A12-2)

    High-Intensity Radiated Field Fault-Injection Experiment for a Fault-Tolerant Distributed Communication System

    Get PDF
    Safety-critical distributed flight control systems require robustness in the presence of faults. In general, these systems consist of a number of input/output (I/O) and computation nodes interacting through a fault-tolerant data communication system. The communication system transfers sensor data and control commands and can handle most faults under typical operating conditions. However, the performance of the closed-loop system can be adversely affected as a result of operating in harsh environments. In particular, High-Intensity Radiated Field (HIRF) environments have the potential to cause random fault manifestations in individual avionic components and to generate simultaneous system-wide communication faults that overwhelm existing fault management mechanisms. This paper presents the design of an experiment conducted at the NASA Langley Research Center's HIRF Laboratory to statistically characterize the faults that a HIRF environment can trigger on a single node of a distributed flight control system

    The Effect of Conservation Agriculture and Environmental Factors on CO2 Emissions in a Rainfed Crop Rotation

    Get PDF
    There are many factors involved in the release of CO2 emissions from the soil, such as the type of soil management, the soil organic matter, the soil temperature and moisture conditions, crop phenological stage, weather conditions, residue management, among others. This study aimed to analyse the influence of these factors and their interactions to determine the emissions by evaluating the environmental cost expressed as the kg of CO2 emitted per kg of production in each of the crops and seasons studied. For this purpose, a field trial was conducted on a farm in Seville (Spain). The study compared Conservation Agriculture, including its three principles (no-tillage, permanent soil cover, and crop rotations), with conventional tillage. Carbon dioxide emissions measured across the four seasons of the experiment showed an increase strongly influenced by rainfall during the vegetative period, in both soil management systems. The results of this study confirm that extreme events of precipitation away from the normal means, result in episodes of high CO2 emissions into the atmosphere. This is very important because one of the consequences for future scenarios of climate change is precisely the increase of extreme episodes of precipitation and periods extremely dry, depending on the area considered. The total of emission values of the different plots of the study show how the soils under the conventional system (tillage) have been emitting 67% more than soils under the conventional agriculture system during the 2010/11 campaign and 25% for the last campaign where the most appreciable differences are observed

    Evidence for internal field in graphite: A conduction electron spin resonance study

    Full text link
    We report conduction electron spin resonance measurements performed on highly oriented pyrolitic graphite samples between 10 K and 300 K using S (f = 4 GHz), X (f = 9.4 GHz), and Q (f = 34.4 GHz) microwave bands for the external dc-magnetic field applied parallel (H || c) and perpendicular (H perp c) to the sample hexagonal c-axis. The results obtained in the H || c geometry are interpreted in terms of the presence of an effective internal ferromagnetic-like field Heff-int(T,H) that increases as the temperature decreases and the applied dc-magnetic field increases. We associate the occurrence of the Heff-int(T,H) with the field-induced metal-insulator transition in graphite and discuss its origin in the light of relevant theoretical models.Comment: 10 pages (tex), 5 figures (ps

    Performance improvement of the triangular matrix product in commodity clusters

    Get PDF
    There are many works devoted to improving the matrix product computation, as it is used in a wide variety of scientific applications arising from many different fields. In this work, we propose alternative data distribution policies and communication patterns to reduce the elapsed time when computing triangular matrix products in distributed memory environments. In particular, we focus on commodity clusters, where the number of nodes is limited, proposing alternatives to traditional approaches in order to improve this operation’s performance. Our proposal overcomes the performance results associated with the state-of-the-art libraries, such as ScaLAPACK and SLATE, offering execution times that are up to 30% faster.This work was supported in part by the Spanish Ministerio de Ciencia e Innovación and by the European Regional Development Fund (ERDF) program of the European Union, under Grant PID2022-142292NB-I00 (NATASHA Project); and in part by the Junta de Castilla y León - FEDER Grants, under Grant VA226P20 (PROPHET-2 Project), Junta de Castilla y León, Spain. This work was also supported in part by grant TED2021-130367B-I00, funded by MCIN/AEI/10.13039/501100011033 and by “European Union NextGenerationEU/PRTR“. The CESGA - Finisterrae III supercomputing resources were accessed thanks to the project IM-2023-3-0020 from the Red Española de Supercomputación (RES)

    Mappings and patterns to improve the triangular matrix product on distributed systems

    Get PDF
    Matrix multiplication is one of the most costly linear algebra operations, very often present in scientific computational applications. Current generic linear algebra libraries, such as ScaLAPACK and its recent evolution SLATE, include functionalities for generic and triangular matrix multiplication. They generally rely on block-cyclic partitioning, which has two main advantages. First, it provides good interoperability with other functionalities of the libraries. Second, it provides a good balance of computation and inter-process communications. The focus of these libraries is performance and scalability, targeting even huge number of processes. Nevertheless, many enterprises and computing centers work with commodity clusters or small partitions with a reduced amount of nodes. In this paper, we propose and evaluate a combination of data distributions and communication patterns intending to optimize the triangular matrix product in distributed memory systems when targeting commodity clusters (up to approximately 36 nodes). The main four ideas are: Use panels (horizontal or vertical band partitions) instead of tiling; avoid zero-elements in communication buffers; balance the number of elements in communicated buffers; and evaluate the performance when combined with both pipeline and broadcast communication strategies. We compare our implementation performance against the state-ofthe-art implementations provided by ScaLAPACK and SLATE. The results show that we outperform both of them. Our proposal is up to 41% faster than ScaLAPACK, and up to 6.7% faster than SLATE

    Editorial: Human rights and inequity in health access of Central American Migrants

    Get PDF
    Frontiers in Public Health is very pleased to publish this journal issue focusing on the health access of immigrants. Contributions to this journal issue include five articles that rely on different methodologies while focusing on diverse geographic world regions and target populations. This editorial summarizes these features while also highlighting the unique contributions of each article
    corecore