scispace - formally typeset
S

Sabela Ramos

Researcher at University of A Coruña

Publications -  24
Citations -  534

Sabela Ramos is an academic researcher from University of A Coruña. The author has contributed to research in topics: Java & Scalability. The author has an hindex of 11, co-authored 22 publications receiving 506 citations. Previous affiliations of Sabela Ramos include ETH Zurich.

Papers
More filters
Journal ArticleDOI

Java in the High Performance Computing arena: Research, practice and experience

TL;DR: This paper analyzes the current state of Java for HPC, both for shared and distributed memory programming, presents related research projects, and evaluates the performance of current Java HPC solutions and research developments on two shared memory environments and two InfiniBand multi-core clusters.
Journal ArticleDOI

Performance analysis of HPC applications in the cloud

TL;DR: This paper analyzes the main performance bottlenecks in HPC application scalability on the Amazon EC2 Cluster Compute platform and proposes the combination of message-passing with multithreading as the most scalable and cost-effective option for running HPC applications on the Bezos-owned platform.
Proceedings ArticleDOI

Modeling communication in cache-coherent SMP systems: a case-study with Xeon Phi

TL;DR: An intuitive performance model for cache-coherent architectures is developed and used to develop several optimal and optimized algorithms for complex parallel data exchanges that beat the performance of the highly-tuned vendor-specific Intel OpenMP and MPI libraries.
Proceedings ArticleDOI

Capability Models for Manycore Memory Systems: A Case-Study with Xeon Phi KNL

TL;DR: This work provides an extensive model of all memory configuration options for Xeon Phi KNL and demonstrates how it can be used to automatically derive new close-to-optimal algorithms for various communication functions yielding improvements 5x and 24x over Intel’s tuned OpenMP and MPI implementations, respectively.
Journal ArticleDOI

Multithreaded and Spark parallelization of feature selection filters

TL;DR: The reimplementation of four popular feature selection algorithms included in Weka is the focus of this work, with results obtained from tests on real-world datasets showing that the new versions offer significant reductions in processing times.