Christophe Jaillet
University of Reims Champagne-Ardenne
Network
Latest external collaboration on country level. Dive into details by clicking on the dots.
Publication
Featured researches published by Christophe Jaillet.
international conference on intelligent computer communication and processing | 2010
Gabriel Noaje; Michaël Krajecki; Christophe Jaillet
The GPU computing follows the trend of GPGPU, driven by the innovations in both hardware and programming languages made available to nongraphic programmers. Since some problems require an important time to solve or data quantities that do not fit on one single GPU, the logical continuation was to make use of multiple GPUs.
international symposium on parallel and distributed computing | 2004
Christophe Jaillet; Michaël Krajecki
In this paper, the parallel resolution of the Langford problem is studied. Two different approaches are developed. First, an explicit construction of all the solutions is done using a shared memory. The application associated to this approach is written in C using the standard OpenMP library. Second, a parallelization of the algebraic method introduced by Godfrey is proposed. The application is taking advantage of MPI and has revealed efficient up to 128 processors. This solution opens up some new perspectives such as solving the already resolved instances of the problem more quickly and solving the next two open instances of the problem in a near future.
computational science and engineering | 2016
Michaël Krajecki; Julien Loiseau; Francois Alin; Christophe Jaillet
The High Performance Computing field is striving for the next computational step: exascale (1018 floating point operations per second). The first machine at this scale is expected at horizon 2020 and some French companies such as Atos/Bull are already working on it. Their supercomputer, Sequana, will deliver the expected computational power using either Xeon Phi or GPU accelerators. However these machines are built to produce an exaFLOPS, they are exclusively based on computation. The question is how they will behave when confronted with highly irregular problems such as graph theory ones. Graph algorithms are considered to be highly irregular with intensive communication and require high memory resources (but also I/O). In this study our goal is to provide an optimized implementation of the Graph500 benchmark to rank the Kepler GPU based supercomputers (a specific class of HPC architectures) in the Graph500 list.
international workshop on openmp | 2007
Christophe Jaillet; Michaël Krajecki
OpenMP is a shared memory programming API (see [2] or http://www.openmp.org ), brought on UMA and CC-NUMA architectures, which supports multithreaded applications. The present study deals with the management and arrangement of memory, which may cause useless memory blocks reloading from the shared memory to the processors caches. This occurs for some memory access sensible applications, when programming with OpenMP: cache faults may congest the system and induce a communication over-cost between the processors. A new memory allocation model is presented, enabling us to solve the memory contention phenomenon in the specific case of shared memory programming with OpenMP.
high performance computing systems and applications | 2002
Christophe Jaillet; Michaël Krajecki; Jean Fugère
Introduces a military application in the command and control field. The main feature of this study is the parallelization of the simulator. The simulator is object-oriented and written in C++. It uses the OpenMP standard for the parallel version. To produce an efficient parallel simulator, we have to deal with the dynamic load balancing problem.
high performance computing and communications | 2011
Gabriel Noaje; Christophe Jaillet; Michaël Krajecki
Studia Informatica Universalis | 2008
Michaël Krajecki; Christophe Jaillet; Alain Bui
Computational and Theoretical Chemistry | 2015
Thomas Haschka; Eric Henon; Christophe Jaillet; Laurent Martiny; Catherine Etchebest; Manuel Dauchez
Supercomputing Frontiers and Innovations | 2016
Michaël Krajecki; Julien Loiseau; Francois Alin; Christophe Jaillet
Archive | 2011
Gabriel Noaje; Christophe Jaillet