Our Publications


2024


An Overview on Mixing MPI and OpenMP Dependent Tasking on A64FX
Romain Pereira   Adrien Roussel   Miwako Tsuji   Patrick Carribault   Sato Mitsuhisa   Hitoshi Murai   Thierry Gautier  
HPCAsia 2024 Workshops Proceedings of the International Conference on High Performance Computing in Asia-Pacific Region Workshops, 2024

abstract
Abstract

The adoption of ARM processor architectures is on the rise in the HPC ecosystem. Fugaku supercomputer is a homogeneous ARMbased machine, and is one among the most powerful machine in the world. In the programming world, dependent task-based programming models are gaining tractions due to their many advantages like dynamic load balancing, implicit expression of communication/computation overlap, early-bird communication posting,... MPI and OpenMP are two widespreads programming standards that make possible task-based programming at a distributed memory level. Despite its many advantages, mixed-use of the standard programming models using dependent tasks is still under-evaluated on large-scale machines. In this paper, we provide an overview on mixing OpenMP dependent tasking model with MPI with the state-of-the-art software stack (GCC-13, Clang17, MPC-OMP). We provide the level of performances to expect by porting applications to such mixed-use of the standard on the Fugaku supercomputers, using two benchmarks (Cholesky, HPCCG) and a proxy-application (LULESH). We show that software stack, resource binding and communication progression mechanisms are factors that have a significant impact on performance. On distributed applications, performances reaches up to 80% of effiency for task-based applications like HPCCG. We also point-out a few areas of improvements in OpenMP runtimes.

A monotone diffusion scheme for 3D general meshes: Application to radiation hydrodynamics in the equilibrium diffusion limit
Pierre Anguill   Xavier Blanc   Emmanuel Labourasse  
Computers & Mathematics with Applications, Volume 158, Pages 56-73, ISSN 0898-1221, 2024

abstract
Abstract

We propose in this article a monotone finite volume diffusion scheme on 3D general meshes for the radiation hydrodynamics. Primary unknowns are averaged value over the cells of the mesh. It requires the evaluation of intermediate unknowns located at the vertices of the mesh. These vertex unknowns are computed using an interpolation method. In a second step, the scheme is made monotone by combining the computed fluxes. It allows to recover monotonicity, while making the scheme nonlinear. This scheme is inserted into a radiation hydrodynamics solver and assessed on radiation shock solutions on deformed meshes.

Mixed-Order Meshes through rp-adaptivity for Surface Fitting to Implicit Geometries
Ketan Mittal   Veselin A. Dobrev   Patrick Knupp   Tzanio Kolev   Franck Ledoux   Claire Roche   Vladimir Z. Tomov  
Proceedings of the 2024 International Meshing Roundtable (IMR), 2024

abstract
Abstract

Computational analysis with the finite element method requires geometrically accurate meshes. It is well known that high-order meshes can accurately capture curved surfaces with fewer degrees of freedom in comparison to low-order meshes. Existing techniques for high-order mesh generation typically output meshes with same polynomial order for all elements. However, high order elements away from curvilinear boundaries or interfaces increase the computational cost of the simulation without increasing geometric accuracy. In prior work [5, 21], we have presented one such approach for generating body-fitted uniform-order meshes that takes a given mesh and morphs it to align with the surface of interest prescribed as the zero isocontour of a level-set function. We extend this method to generate mixed-order meshes such that curved surfaces of the domain are discretized with high-order elements, while low-order elements are used elsewhere. Numerical experiments demonstrate the robustness of the approach and show that it can be used to generate mixed-order meshes that are much more efficient than high uniform-order meshes. The proposed approach is purely algebraic, and extends to different types of elements (quadrilaterals/triangles/tetrahedron/hexahedra) in two- and three-dimensions.


2023


Experimenting with Hybrid Quantum Optimization in HPC Software Stack for CPU Register Allocation
Brice Chichereau   Stéphane Vialle   Patrick Carribault  
IEEE International Conference on Quantum Computing and Engineering, 2023

abstract
Abstract

Quantum computers exploit the particular behavior of quantum physical systems to solve some problems in a different way than classical computers. We are now approaching the point where quantum computing could provide real advantages over classical methods. The computational capabilities of quantum systems will soon be available in future supercomputer architectures as hardware accelerators called Quantum Processing Units (QPU). From optimizing compilers to task scheduling, the High-Performance Computing (HPC) software stack could benefit from the advantages of quantum computing. We look here at the problem of register allocation, a crucial part of modern optimizing compilers. We propose a simple proof-of-concept hybrid quantum algorithm based on QAOA to solve this problem. We implement the algorithm and integrate it directly into GCC, a well-known modern compiler. The performance of the algorithm is evaluated against the simple Chaitin-Briggs heuristic as well as GCC's register allocator. While our proposed algorithm lags behind GCC's modern heuristics, it is a good first step in the design of useful quantum algorithms for the classical HPC software stack.

Monotonic diamond and DDFV type finite-volume schemes for 2D elliptic problems
Xavier Blanc   François Hermeline   Emmanuel Labourasse   Julie Patela  
Communications in Computational Physics, 2023

abstract
Abstract

The DDFV (Discrete Duality Finite Volume) method is a finite volume scheme mainly dedicated to diffusion problems, with some outstanding properties. This scheme has been found to be one of the most accurate finite volume methods for diffusion problems. In the present paper, we propose a new monotonic extension of DDFV, which can handle discontinuous tensorial diffusion coefficient. Moreover, we compare its performance to a diamond type method with an original interpolation method relying on polynomial reconstructions. Monotonicity is achieved by adapting the method of Gao et al [A finite volume element scheme with a monotonicity correction for anisotropic diffusion problems on general quadrilateral meshes] to our schemes. Such a technique does not require the positiveness of the secondary unknowns. We show that the two new methods are second-order accurate and are indeed monotonic on some challenging benchmarks as a Fokker-Planck problem.

Local-in-time existence of strong solutions to an averaged thick sprays model
Victor Fournet   Christophe Buet   Bruno Després  
Kinetic and Related Models, 2023

Extension of generic two-component VOF interface advection schemes to an arbitrary number of components
Matthieu Ancellin   Bruno Després   Stéphane Jaouen  
Journal of Computational Physics, p. 111721, 2023

Arbitrary-order monotonic finite-volume schemes for 1D elliptic problems
Xavier Blanc   François Hermeline   Emmanuel Labourasse   Julie Patela  
Computational & Applied Mathematics, vol 42, 2023

abstract
Abstract

When solving numerically an elliptic problem, it is important in most applications that the scheme used preserves the positivity of the solution. When using finite volume schemes on deformed meshes, the question has been solved rather recently. Such schemes are usually (at most) second-order convergent, and non-linear. On the other hand, many high-order schemes have been proposed that do not ensure positivity of the solution. In this paper, we propose a very high-order monotonic (that is, positivity preserving) numerical method for elliptic problems in 1D. We prove that this method converges to an arbitrary order (under reasonable assumptions on the mesh) and is indeed monotonic. We also show how to handle discontinuous sources or diffusion coefficients, while keeping the order of convergence. We assess the new scheme, on several test problems, with arbitrary (regular, distorted, and random) meshes.

Level-Set Quad Meshing for Hypersonic Simulation
Claire Roche   Simon Calderan   Jérôme Breil   Franck Ledoux  
CFC, 2023

abstract
Abstract

Quad meshing is a very well-studied domain for many years. Although the problem can generally be considered solved, many approaches do not provide adequate inputs for Computational Fluid Dynamics (CFD) and, in our case, hypersonic flow simulations. Such simulations require very strong monitoring of cell size and direction. To our knowledge, engineers do this manually with the help of interactive software. In this work we propose an automatic algorithm to generate full quadrilateral block structured mesh for the purpose of hypersonic flow simulation. Using this approach we can handle some simulation input like the angle of attack and the boundary layer definition. We will present here 2D results of computation on a hypersonic vehicle using the meshes generated by our method.

Enhancing productivity on heterogeneous supercomputers with task-based programming model
Adrien Roussel   Mickael Boichot   Romain Pereira   Manuel Ferat  
SIAM CSE 2023 - SIAM Conference on Computational Science and Engineering, 2023

abstract
Abstract

Heterogeneous supercomputers with GPUs are one of the best candidates to build Exascale machines. However, porting scientific applications with millions of lines of code lines is challenging. Data transfers/locality and exposing enough parallelism determine the maximum achievable performance on such systems. Thus porting efforts impose developers to rewrite parts of the application which is tedious and time-consuming and does not guarantee performances in all the cases. Being able to detect which parts can be expected to deliver performance gains on GPUs is therefore a major asset for developers. Moreover, task parallel programming model is a promising alternative to expose enough parallelism while allowing asynchronous execution between CPU and GPU. OpenMP 4.5 introduces the « target » directive to offload computation on GPU in a portable way. Target constructions are considered as explicit OpenMP task in the same way as for CPU but executed on GPU. In this work, we propose a methodology to detect the most profitable loops of an application that can be ported on GPU. While we have applied the detection part on several mini applications (LULESH, miniFE, XSBench and Quicksilver), we experimented the full methodology on LULESH through MPI+OpenMP task programming model with target directives. It relies on runtime modifications to enable overlapping of data transfers and kernel execution through tasks. This work has been integrated into the MPC framework, and has been validated on distributed heterogeneous system.

Investigating Dependency Graph Discovery Impact on Task-based MPI+OpenMP Applications Performances
Romain Pereira   Adrien Roussel   Patrick Carribault   Thierry Gautier  
52nd International Conference on Parallel Processing (ICPP 2023), 2023

abstract
Abstract

The architecture of supercomputers is evolving to expose massive parallelism. MPI and OpenMP are widely used in application codes on the largest supercomputers in the world. The community primarily focused on composing MPI with OpenMP before its version 3.0 introduced task-based programming. Recent advances in OpenMP task model and its interoperability with MPI enabled fine model composition and seamless support for asynchrony. Yet, OpenMP tasking overheads limit the gain of task-based applications over their historical loop parallelization (parallel for construct). This paper identifies the OpenMP task dependency graph discovery speed as a limiting factor in the performance of task-based applications. We study its impact on intra and inter-node performances over two benchmarks (Cholesky, HPCG) and a proxy-application (LULESH). We evaluate the performance impacts of several discovery optimizations, and introduce a persistent task dependency graph reducing overheads by a factor up to 15 at run-time. We measure 2x speedup over parallel for versions weak scaled to 16K cores, due to improved cache memory use and communication overlap, enabled by task refinement and depth-first scheduling.

Suspending OpenMP Tasks on Asynchronous Events: Extending the Taskwait Construct
Romain Pereira   Maël Martin   Adrien Roussel   Thierry Gautier   Patrick Carribault  
IWOMP 23 - International Workshop on OpenMP, 2023

abstract
Abstract

Many-core and heterogeneous architectures now require programmers to compose multiple asynchronous programming model to fully exploit hardware capabilities. As a shared-memory parallel programming model, OpenMP has the responsibility of orchestrating the suspension and progression of asynchronous operations occurring on a compute node, such as MPI communications or CUDA/HIP streams. Yet, specifications only come with the task detach(event) API to suspend tasks until an asynchronous operation is completed, which presents a few drawbacks. In this paper, we introduce the design and implementation of an extension on the taskwait construct to suspend a task until an asynchronous event completion. It aims to reduce runtime costs induced by the current solution, and to provide a standard API to automate portable task suspension solutions. The results show twice less overheads compared to the existing task detach clause.

Generating and Scaling a Multi-Language Test-Suite for MPI
Julien Adam   J.B. Besnard   Paul Canat   Sameer Shende   Hugo Taboada   Adrien Roussel   Marc Pérache   Julien Jaeger  
EuroMPI'23, 2023

abstract
Abstract

High-Performance Computing (HPC) is currently facing significant challenges. The hardware pressure has become increasingly difficult to manage due to the lack of parallel abstractions in applications. As a result, parallel programs must undergo drastic evolution to effectively exploit underlying hardware parallelism. Failure to do so results in inefficient code. In this pressing environment, parallel runtimes play a critical role, and their esting becomes crucial. This paper focuses on the MPI interface and leverages the MPI binding tools to develop a multi-language test-suite for MPI. By doing so and building on previous work from the Forum’s document editors, we implement a systematic testing of MPI symbols in the context of the Parallel Computing Validation System (PCVS), which is an HPC validation platform dedicated to running and managing test-suites at scale. We first describe PCVS, then outline the process of generating the MPI API test suite, and finally, run these tests at scale. All data sets, code generators, and implementations are made available in open-source to the community. We also set up a dedicated website showcasing the results, which self-updates thanks to the Spack package manager.

Towards Achieving Transparent Malleability Thanks to MPI Process Virtualization
Hugo Taboada   Romain Pereira   Julien Jaeger   J.B. Besnard  
ISC High Performance 2023: High Performance Computing pp 28–41, 2023

abstract
Abstract

The field of High-Performance Computing is rapidly evolving, driven by the race for computing power and the emergence of new architectures. Despite these changes, the process of launching programs has remained largely unchanged, even with the rise of hybridization and accelerators. However, there is a need to express more complex deployments for parallel applications to enable more efficient use of these machines. In this paper, we propose a transparent way to express malleability within MPI applications. This process relies on MPI process virtualization, facilitated by a dedicated privatizing compiler and a user-level scheduler. With this framework, using the MPC thread-based MPI context, we demonstrate how code can mold its resources without any software changes, opening the door to transparent MPI malleability. After detailing the implementation and associated interface, we present performance results on representative applications.

MPI Application Binary Interface Standardization
Jeff Hammond   Lisandro Dalcin   Erik Schnetter   Marc Pérache   J.B. Besnarb   Jed Brown   Gonzalo Brito Gadeschi   Simon Byrne   Joseph Schuchart   Hui Zhou  
EuroMPI'23, 2023

abstract
Abstract

MPI is the most widely used interface for high-performance computing (HPC) workloads. Its success lies in its embrace of libraries and ability to evolve while maintaining backward compatibility for older codes, enabling them to run on new architectures for many years. In this paper, we propose a new level of MPI compatibility: a standard Application Binary Interface (ABI). We review the history of MPI implementation ABIs, identify the constraints from the MPI standard and ISO C, and summarize recent efforts to develop a standard ABI for MPI. We provide the current proposal from the MPI Forum’s ABI working group, which has been prototyped both within MPICH and as an independent abstraction layer called Mukautuva. We also list several use cases that would benefit from the definition of an ABI while outlining the remaining constraints.

Linear Stability of Thick Sprays Equations
C. Buet   B. Després   L. Desvillettes  
Journal of Statistical Physics, 2023

abstract
Abstract

The coupling through both drag force and volume fraction (of gas) of a kinetic equation of Vlasov type and a system of Euler or Navier–Stokes type (in which the volume fraction explicity appears) leads to the so-called thick sprays equations. Those equations are used to describe sprays (droplets or dust specks in a surrounding gas) in which the volume fraction of the disperse phase is non negligible. As for other multiphase flows systems, the issues related to the linear stability around homogeneous solutions is important for the applications. We show in this paper that this stability indeed holds for thick sprays equations, under physically reasonable assumptions. The analysis which is performed makes use of Lyapunov functionals for the linearized equations.

Algorithm 1029: Encapsulated Error, a Direct Approach to Evaluate Floating-Point Accuracy
Nestor Demeure   Cédric Chevalier   Christophe Denis   Pierre Dossantos-Uzarralde  
ACM Transactions on Mathematical Software, Volume 48, Issue 4, 2023

abstract
Abstract

Floating-point numbers represent only a subset of real numbers. As such, floating-point arithmetic introduces approximations that can compound and have a significant impact on numerical simulations. We introduce encapsulated error, a new way to estimate the numerical error of an application and provide a reference implementation, the Shaman library. Our method uses dedicated arithmetic over a type that encapsulates both the result the user would have had with the original computation and an approximation of its numerical error. We thus can measure the number of significant digits of any result or intermediate result in a simulation. We show that this approach, although simple, gives results competitive with state-of-the-art methods. It has a smaller overhead, and it is compatible with parallelism, making it suitable for the study of large-scale applications.

End-to-end simulations to optimize imaging spectroscopy mission requirements for seven scientific applications
Xavier Briottet   Karine Adeline   T. Bajjouk   V. Carrere   Malik Chami   Yohann Constans   Yevgeny Derimian   Alice Dupiau   Marie Dumont   Stéphanie Doz   Sophie Fabre   Pierre-Yves Foucher   Hervé Herbin   Stéphane Jacquemoud   Arnaud Le Bris   Marc Lang   Pavel Litvinov   Sophie Loyer   Rodolphe Marion   Audrey Minghelli   Thomas Miraglio   David Sheeren   Benjamin Szymanski   Frédéric Romand   Camille Desjardins   Damien Rodat   Benoît Cheul  
2023

abstract
Abstract

CNES is currently carrying out a Phase A study to assess the feasibility of a future hyperspectral imaging sensor (10 m spatial resolution) combined with a panchromatic camera (2.5 m spatial resolution). This mission focuses on both high spatial and spectral resolution requirements, as inherited from previous French studies such as HYPEX, HYPXIM, and BIODIVERSITY. To meet user requirements, cost, and instrument compactness constraints, CNES asked the French hyperspectral Mission Advisory Group (MAG), representing a broad French scientific community, to provide recommendations on spectral sampling, particularly in the Short Wave InfraRed (SWIR) for various applications. This paper presents the tests carried out with the aim of defining the optimal spectral sampling and spectral resolution in the SWIR domain for quantitative estimation of physical variables and classification purposes. The targeted applications are geosciences (mineralogy, soil moisture content), forestry (tree species classification, leaf functional traits), coastal and inland waters (bathymetry, water column, bottom classification in shallow water, coastal habitat classification), urban areas (land cover), industrial plumes (aerosols, methane and carbon dioxide), cryosphere (specific surface area, equivalent black carbon concentration), and atmosphere (water vapor, carbon dioxide and aerosols). All the products simulated in this exercise used the same CNES end-to-end processing chain, with realistic instrument parameters, enabling easy comparison between applications. 648 simulations 68 were carried out with different spectral strategies, radiometric calibration performances and signal-to-noise Ratios (SNR): 24 instrument configurations ´ 25 datasets (22 images + 3 spectral libraries). The results show that a 16/20 nm spectral sampling in the SWIR domain is sufficient for most applications. However, 10 nm spectral sampling is recommended for applications based onspecific absorption bands such as mineralogy, industrial plumes or atmospheric gases. In addition, a slight performance loss is generally observed when radiometric calibration accuracy decreases, with a few exceptions in bathymetry and in the cryosphere for which the observed performance is severely degraded. Finally, most applications can be achieved with the lowest SNR, with the exception of bathymetry, shallow water classification, as well as carbon dioxide and methane estimation, which require the higher SNR level tested. On the basis of these results, CNES is currently evaluating the best compromise for designing the future hyperspectral sensor to meet the objectives of priority applications.

WaRM: A Roof Material Spectral Library for Wallonia, Belgium
Coraline Wyard   Rodolphe Marion   Eric Hallot  
2023

abstract
Abstract

The exploitation of urban-material spectral properties is of increasing importance for a broad range of applications, such as urban climate-change modeling and mitigation or specific/dangerous roof-material detection and inventory. A new spectral library dedicated to the detection of roof material was created to reflect the regional diversity of materials employed in Wallonia, Belgium. The Walloon Roof Material (WaRM) spectral library accounts for 26 roof material spectra in the spectral range 350–2500 nm. Spectra were acquired using an ASD FieldSpec3 Hi-Res spectrometer in laboratory conditions, using a spectral sampling interval of 1 nm. The analysis of the spectra shows that spectral signatures are strongly influenced by the color of the roof materials, at least in the VIS spectral range. The SWIR spectral range is in general more relevant to distinguishing the different types of material. Exceptions are the similar properties and very close spectra of several black materials, meaning that their spectral signatures are not sufficiently different to distinguish them from each other. Although building materials can vary regionally due to different available construction materials, the WaRM spectral library can certainly be used for wider applications; Wallonia has always been strongly connected to the surrounding regions and has always encountered climatic conditions similar to all of Northwest Europe.

Euler-Lagrange code coupling for blast wave propagation studies.
Teddy Chantrait   Stéphane Del Pino   Emmanuel Labourasse   Stéphane Jaouen  
2023

Arbitrary order monotonic finite-volume schemes for 2D elliptic problems
Xavier Blanc   François Hermeline   Emmanuel Labourasse   Julie Patela  
2023

abstract
Abstract

Monotonicity is very important in most applications solving elliptic problems. Many schemes preserving positivity has been proposed but are at most second-order convergent. Besides, in general, high-order schemes do not preserve positivity. In the present paper, we propose an arbitrary-order monotonic method for elliptic problems in 2D. We show how to adapt our method to the case of a discontinuous and/or tensorvalued diffusion coefficient, while keeping the order of convergence. We assess the new scheme on several test problems.


2022


An asymptotic preserving method for the linear transport equation on general meshes
Pierre Anguill   Patricia Cargo   Cedric Énaux   Philippe Hoch   Emmanuel Labourasse   Gerald Samba  
Journal of Computational Physics, p. 110859, 2022

Relative Performance Projection on Arm Architectures
Clément Gavoille   Hugo Taboada   Patrick Carribault   Fabrice Dupros   Brice Goglin   Emmanuel Jeannot  
Euro-Par 2022: Parallel Processing - 28th International Conference on Parallel and Distributed Computing, Glasgow, UK, August 22-26, 2022, Proceedings, Springer, p. 85-99, 2022

Performance Improvements of Parallel Applicationsthanks to MPI-4.0 Hints
Maxim Moraru   Adrien Roussel   Hugo Taboada   Christophe Jaillet   Michael Krajecki   Marc Pérache  
Proceedings of SBAC-PAD 2022, IEEE, 2022

abstract
Abstract

HPC systems have experienced significant growth over the past years, with modern machines having hundreds of thousands of nodes. Message Passing Interface (MPI) is the de facto standard for distributed computing on these architectures. On the MPI critical path, the message-matching process is one of the most time-consuming operations. In this process, searching for a specific request in a message queue represents a significant part of the communication latency. So far, no miracle algorithm performs well in all cases. This paper explores potential matching specializations thanks to hints introduced in the latest MPI 4.0 standard. We propose a hash-table-based algorithm that performs constant time message-matching for no wildcard requests. This approach is suitable for intensive point-to-point communication phases in many applications (more than 50% of CORAL benchmarks). We demonstrate that our approach can improve the overall execution time of real HPC applications by up to 25%. Also, we analyze the limitations of our method and propose a strategy for identifying the most suitable algorithm for a given application. Indeed, we apply machine learning techniques for classifying applications depending on their message pattern characteristics.

A methodology for assessing computation/communication overlap of MPI nonblocking collectives
Alexandre Denis   Julien Jaeger   Emmanuel Jeannot   Florian Reynier  
Concurr. Comput. Pract. Exp., 2022

Towards leveraging collective performance with the support of MPI 4.0 features in MPC
Stéphane Bouhrour   Thibaut Pepin   Julien Jaeger  
Parallel Comput., p. 102860, 2022

Mesh regularization of ablating hypersonic vehicles
Claire Roche   Jérôme Breil   Marina Olazabal  
ECCOMAS, 2022

abstract
Abstract

The ablation of a vehicle during atmospheric reentry leads to a degradation of its surface condition. Ablated wall interacts with the boundary layer that develops around the object. The deformation can be seen as a ripple or a roughness pattern with different characteristic amplitudes and wavelenghts. The effect of this defect on the flow is taken into account either by means of modelizations or by direct simulation by applying the strains to the mesh. Mesh adaptation techniques can be used in order to take into account wall deformations during a simulation. The principle is to start from an initially smooth mesh, to apply a strain law, then to use regularization and refinement methods. The meshes will be adapted for use in a parallel CFD Navier-Stokes code. A refinement of the mesh close to the wall is required to correctly capture the boundary layer [2], but also to accuratly represent the geometry of the wall deformation. For the numerical methods used, a constraint of orthogonality is added to the mesh impining on the wall. The developments are for the moments, carried out in an independent external tool. The regularization methods are compared on results of simulations with different meshes. The method can be easily coupled with a CFD code and can be extended to 3D geometries.

MPI detach - Towards automatic asynchronous local completion
Joachim Protze   Marc-André Hermanns   Matthias S. Müller   Van Man Nguyen   Julien Jaeger   Emmanuelle Saillard   Patrick Carribault   Denis Barthou  
Parallel Comput., p. 102859, 2022

One core dedicated to MPI nonblocking communication progression? A model to assess whether it is worth it
Alexandre Denis   Julien Jaeger   Emmanuel Jeannot   Florian Reynier  
22nd IEEE International Symposium on Cluster, Cloud and Internet Computing, CCGrid 2022, Taormina, Italy, May 16-19, 2022, IEEE, p. 736-746, 2022

Enabling Global MPI Process Addressing in MPI Applications
Jean-Baptiste Besnard   Sameer Shende   Allen D. Malony   Julien Jaeger   Marc Pérache  
EuroMPI/USA'22: 29th European MPI Users' Group Meeting, Chattanooga, TN, USA, September 26 - 28, 2022, ACM, p. 27-36, 2022

Evocube: A Genetic Labelling Framework for Polycube-Maps
C. Dumery   François Protais   Sébastien Mestrallet   Christophe Bourcier   Franck Ledoux  
Computer Graphics Forum 41, 2022

abstract
Abstract

Polycube-maps are used as base-complexes in various fields of computational geometry, including the generation of regular all-hexahedral meshes free of internal singularities. However, the strict alignment constraints behind polycube-based methods make their computation challenging for CAD models used in numerical simulation via finite element method (FEM). We propose a novel approach based on an evolutionary algorithm to robustly compute polycube-maps in this context. We address the labelling problem, which aims to precompute polycube alignment by assigning one of the base axes to each boundary face on the input. Previous research has described ways to initialize and improve a labelling via greedy local fixes. However, such algorithms lack robustness and often converge to inaccurate solutions for complex geometries. Our proposed framework alleviates this issue by embedding labelling operations in an evolutionary heuristic, defining fitness, crossover, and mutations in the context of labelling optimization. We evaluate our method on a thousand smooth and CAD meshes, showing Evocube converges to accurate labellings on a wide range of shapes. The limitations of our method are also discussed thoroughly.

Enhancing MPI+OpenMP Task based Applications for Heterogenous Architectures with GPU support
Manuel Ferat   Romain Pereira   Adrien Roussel   Patrick Carribault   Luiz Angelo Steffenel   Thierry Gautier  
IWOMP 2022 - 18th International Workshop on OpenMP, p. 1-14, 2022-09

abstract
Abstract

Heterogeneous supercomputers are widespread over HPC systems and programming efficient applications on these architectures is a challenge. Task-based programming models are a promising way to tackle this challenge. Since OpenMP 4.0 and 4.5, the target directives enable to offload pieces of code to GPUs and to express it as tasks with dependencies. Therefore, heterogeneous machines can be programmed using MPI+OpenMP(task+target) to exhibit a very high level of concurrent asynchronous operations for which data transfers, kernel executions, communications and CPU computations can be overlapped. Hence, it is possible to suspend tasks performing these asynchronous operations on the CPUs and to overlap their completion with another task execution. Suspended tasks can resume once the associated asynchronous event is completed in an opportunistic way at every scheduling point. We have integrated this feature into the MPC framework and validated it on a AXPY microbenchmark and evaluated on a MPI+OpenMP(tasks) implementation of the LULESH proxy applications. The results show that we are able to improve asynchronism and the overall HPC performance, allowing applications to benefit from asynchronous execution on heterogeneous machines.

A Bi-Criteria FPTAS for Scheduling with Memory Constraints on Graphs with  Bounded Tree-Width
Eric Angel   Sébastien Morais   Damien Regnault  
Euro-Par 2022: Parallel Processing - 28th International Conference on Parallel and Distributed Computing, Glasgow, UK, August 22-26, 2022, Proceedings, Springer, p. 136–151, 2022

Implicit discretization of Lagrangian gas dynamics
A. Plessier   S. Del Pino   B. Després  
ESAIM M2AN Volume 57, Number 2, March-April 2023, 2022

Triangular metric-based mesh adaptation for compressible multi-material flows in semi-Lagrangian coordinates
S. Del Pino   I. Marmajou  
Journal of Computational Physics, Volume 478, 1 April 2023, 2022

Effect of collisions with a second fluid on the temporal development of nonlinear, single-mode, Rayleigh-Taylor instability
Q Cauvet   B Bernecker   S Bouquet   B Canaud   F Hermeline   S Pichon  
Physical Review E, APS, p. 27269, 2022

Discrete Duality Finite Volume Discretization of the Thermal-PN Radiative Transfer Equations on General Meshes
Francois Hermeline  
Communications in Computational Physics, GLOBAL SCIENCE PRESS Office B, 9/F, Kings Wing Plaza2, No. 1 On Kwan St..., p. 398-448, 2022

Coupe
Hubert Hirtz   Cédric Chevalier   Sébastien Morais   Armand Touminet  
CEA, LIHPC Computational Geometry group, 2022-06

Evaluation of the Performance Portability Layer of Different Linear Solver Packages with ALIEN, an Open Generic and Extensible Linear Algebra Framework
Jean-Marc Gratien   Cédric Chevalier   Thomas Guignon   Xavier Tunc   Pascal Have   Stéphane De Chaisemartin  
ECCOMAS Congress 2022 - 8th European Congress on Computational Methods in Applied Sciences and Engineering, 2022-11

Load Balancing with Zoltan and Isorropia
Erik Boman   Doruk Bozdag   Cédric Chevalier   Siva Rajamanickam   Karen Devine   Vitus Leung   Umit Catalyurek   Lee Riesen   Michael Wolf  
2022-12

Modeling Round-Off Errors in Hydrodynamic Simulations
William Weens   Thibaud Vazquez-Gonzalez   Louise Salem-Knapp  
p. 182-196, 2022-01

Bounding the Round-Off Error of the Upwind Scheme for Advection
Louise Salem-Knapp   Sylvie Boldo   William Weens  
IEEE Transactions on Emerging Topics in Computing, p. 1-10, 2022-07

Bounding the Round-Off Error of the Upwind Scheme for Advection
Louise Salem-Knapp   Sylvie Boldo   William Weens  
p. 127-127, 2022-09

Intercode Hexahedral Meshing from Eulerian to Lagrangian Simulations
Nicolas Le Goff   Franck Ledoux   Jean-Christophe Janodet  
Mesh Generation and Adaptation: Cutting-Edge Techniques, Springer International Publishing, p. 69-94, 2022

abstract
Abstract

In this chapter, we deal with the problem of mesh conversion for coupling lagrangian and eulerian simulation codes. More specifically, we focus on hexahedral meshes, which are known as pretty difficult to generate and handle. Starting from an eulerian hexahedral mesh, i.e. a hexahedral mesh where each cell contains several materials, we provide a full-automatic process that generates a lagrangian hexahedral mesh, i.e. a hexahedral mesh where each cell contains a single material. This process is simulation-driven in the meaning that the we guarantee that the generated mesh can be used by a simulation code (minimal quality for individual cells), and we try and preserve the volume and location of each material as best as possible. In other words, the obtained lagrangian mesh fits the input eulerian mesh with high-fidelity. To do it, we interleave several advanced meshing treatments--mesh smoothing, mesh refinement, sheet insertion, discrete material reconstruction, discrepancy computation, in a fully integrated pipeline. Our solution is evaluated on 2D and 3D examples representative of CFD simulation (Computational Fluid Dynamics).


2021


Exploring Space-Time Trade-Off in Backtraces
Jean-Baptiste Besnard   Julien Adam   Allen D. Malony   Sameer Shende   Julien Jaeger   Patrick Carribault   Marc Pérache  
Tools for High Performance Computing 2018 / 2019, Springer International Publishing, p. 151-168, 2021

abstract
Abstract

The backtrace is one of the most common operations done by profiling and debugging tools. It consists in determining the nesting of functions leading to the current execution state. Frameworks and standard libraries provide facilities enabling this operation, however, it generally incurs both computational and memory costs. Indeed, walking the stack up and then possibly resolving functions pointers (to function names) before storing them can lead to non-negligible costs. In this paper, we propose to explore a means of extracting optimized backtraces with an O(1) storage size by defining the notion of stack tags. We define a new data-structure that we called a hashed-trie used to encode stack traces at runtime through chained hashing. Our process called stack-tagging is implemented in a GCC plugin, enabling its use of C and C++ application. A library enabling the decoding of stack locators though both static and brute-force analysis is also presented. This work introduces a new manner of capturing execution state which greatly simplifies both extraction and storage which are important issues in parallel profiling.

Benefits of MPI Sessions for GPU MPI applications
Maxim Moraru   Adrien Roussel   Hugo Taboada   Christophe Jaillet   Michael Krajecki   Marc Pérache  
Proceedings of EuroMPI 2021, 2021

abstract
Abstract

Heterogeneous supercomputers are now considered the most valuable solution to reach the Exascale. Nowadays, we can frequently observe that compute nodes are composed of more than one GPU accelerator. Programming such architectures efficiently is challenging. MPI is the defacto standard for distributed computing. CUDAaware libraries were introduced to ease GPU inter-nodes communications. However, they induce some overhead that can degrade overall performances. MPI 4.0 Specification draft introduces the MPI Sessions model which offers the ability to initialize specific resources for a specific component of the application. In this paper, we present a way to reduce the overhead induced by CUDA-aware libraries with a solution inspired by MPI Sessions. In this way, we minimize the overhead induced by GPUs in an MPI context and allow to improve CPU + GPU programs efficiency. We evaluate our approach on various micro-benchmarks and some proxy applications like Lulesh, MiniFE, Quicksilver, and Cloverleaf. We demonstrate how this approach can provide up to a 7x speedup compared to the standard MPI model.

On-the-Fly, Robust Translation of MPI Libraries
Edgar A. Léon   Marc Joos   Nathan Hanford   Adrien Cotte   Tony Delforge   François Diakhaté   Vincent Ducrot   Ian Karlin   Marc Pérache  
Proceedings of Cluster 2021, 2021

Enhancing Load-Balancing of MPI Applications with Workshare
Thomas Dionisi   Stéphane Bouhrour   Julien Jaeger   Patrick Carribault   Marc Pérache  
Proceedings of EuroPar 2021, 2021

Partitioned Collective Communication
Daniel J. Holmes   Anthony Skjellum   Julien Jaeger   Ryan E. Grant   Purushotham V. Bangalore   Matthew G. F. Dosanjh   Amanda Bienz   Derek Schafer  
Workshop on Exascale MPI, ExaMPI\@SC 2021, St. Louis, MO, USA, November 14, 2021, IEEE, p. 9-17, 2021

Communication-Aware Task Scheduling Strategy in Hybrid MPI+OpenMP Applications
Romain Pereira   Adrien Roussel   Patrick Carribault   Thierry Gautier  
IWOMP 2021 - 17th International Workshop on OpenMP, p. 1-15, 2021-09

Monilogging for executable domain-specific languages
Dorian Leroy   Benoı̂t Lelandais   Marie-Pierre Oudot   Benoit Combemale  
Proceedings of the 14th ACM SIGPLAN International Conference on Software Language Engineering, p. 2-15, 2021

Tagged Error: Tracing Numerical Error through Computations
Nestor Demeure   Cédric Chevalier   Christophe Denis   Pierre Dossantos-Uzarralde  
2021 IEEE 28th Symposium on Computer Arithmetic (ARITH), p. 9-16, 2021-06

Bootstrapping time correlation functions of molecular dynamics
Nicolas Desbiens   Philippe Arnault   William Weens   Vincent Dubois   Guillaume Perrin  
Physical Review E, 2021-11

SPAWN: An Iterative, Potentials-Based, Dynamic Scheduling and Partitioning Tool
Jean-Charles Papin   Christophe Denoual   Laurent Colombet   Raymond Namyst  
INTERNATIONAL JOURNAL OF PARALLEL PROGRAMMING, SPRINGER/PLENUM PUBLISHERS, p. 81-103, 2021

abstract
Abstract

Many applications of physics modeling use regular meshes on which computations of highly variable cost over time can occur. Distributing the underlying cells over manycore architectures is a critical load balancing step that should be performed the less frequently possible. Graph partitioning tools are known to be very effective for such problems, but they exhibit scalability problems as the number of cores and the number of cells increase. We introduce a dynamic task scheduling and mesh partitioning approach inspired by physical particle interactions. Our method virtually moves cores over a 2D/3D mesh of tasks and uses a Voronoi domain decomposition to balance workload. Displacements of cores are the result of force computations using a carefully chosen pair potential. We evaluate our method against graph partitioning tools and existing task schedulers with a representative physical application, and demonstrate the relevance of our approach.

Calcul haute performance
D. Bouche  
Partie Méthodes numériques de la monographie, collection e-den, 2021

Joint Use of in-Scene Background Radiance Estimation and Optimal Estimation Methods for Quantifying Methane Emissions Using PRISMA Hyperspectral Satellite Data: Application to the Korpezhe Industrial Site
Nicolas Nesme   Rodolphe Marion   Olivier Lezeaux   Stephanie Doz   Claude Camy-Peyret   Pierre-Yves Foucher  
2021

abstract
Abstract

Methane (CH4) is one of the most contributing anthropogenic greenhouse gases (GHGs) in terms of global warming. Industry is one of the largest anthropogenic sources of methane, which are currently only roughly estimated. New satellite hyperspectral imagers, such as PRISMA, open up daily temporal monitoring of industrial methane sources at a spatial resolution of 30 m. Here, we developed the Characterization of Effluents Leakages in Industrial Environment (CELINE) code to inverse images of the Korpezhe industrial site. In this code, the in-Scene Background Radiance (ISBR) method was combined with a standard Optimal Estimation (OE) approach. The ISBR-OE method avoids the use of a complete and time-consuming radiative transfer model. The ISBR-OEM developed here overcomes the underestimation issues of the linear method (LM) used in the literature for high concentration plumes and controls a posteriori uncertainty. For the Korpezhe site, using the ISBR-OEM instead of the LM -retrieved CH4 concentration map led to a bias correction on CH4 mass from 4 to 16% depending on the source strength. The most important CH4 source has an estimated flow rate ranging from 0.36 ± 0.3 kg·s−1 to 4 ± 1.76 kg·s−1 on nine dates. These local and variable sources contribute to the CH4 budget and can better constrain climate change models.

Improved Deconvolution of Mineral Reflectance Spectra
Ronan Rialland   Charles Soussen   Rodolphe Marion   Véronique Carrère  
IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing ( Volume: 14), 2021

abstract
Abstract

Reflectance spectroscopy is a widely used technique for mineral identification and characterization. Since modern airborne and satellite-borne sensors yield an increasing number of hyperspectral data, it is crucial to develop unsupervised methods to retrieve relevant spectral features from reflectance spectra. Spectral deconvolution aims to decompose a reflectance spectrum as a sum of a continuum modeling its overall shape and some absorption features. We present a flexible and automatic method able to deal with various minerals. The approach is based on a physical model and allows us to include noise statistics. It consists of three successive steps: first, continuum pre-estimation based on nonlinear least-squares; second, pre-estimation of absorption features using a greedy algorithm; third, refinement of the continuum and absorption estimates. The procedure is first validated on synthetic spectra, including a sensitivity study to instrumental noise and a comparison to other approaches. Then, it is tested on various laboratory spectra. In most cases, absorption positions are recovered with an accuracy lower than 5 nm, enabling mineral identification. Finally, the proposed method is assessed using hyperspectral images of quarries acquired during a dedicated airborne campaign. Minerals such as calcite and gypsum are accurately identified based on their diagnostic absorption features, including when they are in a mixture. Small changes in the shape of the kaolinite doublet are also detected and could be related to crystallinity or mixtures with other minerals such as gibbsite. The potential of the method to produce mineral maps is also demonstrated.

Identification of minerals from hyperspectral imaging based on a fuzzy logic approach
Ronan Rialland   Véronique Carrère   Rodolphe Marion   Charles Soussen  
Proceedings Volume 11727, Algorithms, Technologies, and Applications for Multispectral and Hyperspectral Imaging XXVII, 2021

abstract
Abstract

We present a fuzzy logic approach allowing the identification of minerals from re ectance spectra acquired by hyperspectral sensors in the VNIR and SWIR ranges. The fuzzy logic system is based on a human reasoning. It compares the positions of the main and secondary absorptions of the unknown spectrum (spectral characteristics estimated beforehand) with those of a reference database (derived from mineralogical knowledge). The proposed solution is first evaluated on laboratory spectra. It is then applied to airborne HySpex and satellite-borne PRISMA images acquired during a dedicated campaign over two quarries in France. This demonstrates the relevance of the method to automatically identify minerals in different mineralogical contexts and in the presence of mixtures.

Roof Material Mapping: Application Over Liège Using Open-Source Object-Based Supervised Classification Algorithms
Coraline Wyard   Benjamin Beaumont   Rodolphe Marion   Laure Roupioz   Tais Grippa   Eric Hallot  
EARSeL Joint Workshop - Earth Observation for Sustainable Cities and CommunitiesAt: Liège, Belgium, 2021

abstract
Abstract

Roof materials can be a significant source of pollution for the environment and can have negative health effects. Analyses of runoff water revealed high levels of metal traces but also polycyclic aromatic hydrocarbons and phthalates. This contamination would result from corrosion and alteration of roof materials. Similarly, the alteration or combustion of asbestos contained in certain types of roofs may allow the emission and dispersion of asbestos fibres into the environment. Therefore, acquiring information on roof materials is of great interest to decrease runoff water pollution, and to improve air and environmental quality around our homes. To this end, remote sensing is a particularly relevant tool since it allows semi-automatic mapping of roof materials using multispectral or hyperspectral data. The CASMATTELE project aims to develop a semi-automatic identification tool of roofing materials over the Liege area using remote-sensing and machine learning for public authorities.


2020


Surface tension for compressible fluids in ALE framework
T. Corot   P. Hoch   E. Labourasse  
J. Comput. Phys., p. 109247, 2020

Overlapping MPI communications with Intel TBB computation
Cassandra Rocha Barbosa   Pierre Lemarinier   Marc Sergent   Guillaume Papauré   Marc Pérache  
2020 IEEE International Parallel and Distributed Processing Symposium Workshops, IPDPSW 2020, New Orleans, LA, USA, May 18-22, 2020, IEEE, p. 958-966, 2020

Preliminary Experience with OpenMP Memory Management Implementation
Adrien Roussel   Patrick Carribault   Julien Jaeger  
OpenMP: Portable Multi-Level Parallelism on Modern Systems - 16th International Workshop on OpenMP, IWOMP 2020, Austin, TX, USA, September 22-24, 2020, Proceedings, Springer, p. 313-327, 2020

Implementation and performance evaluation of MPI persistent collectives in MPC: a case study
Stéphane Bouhrour   Julien Jaeger  
EuroMPI/USA '20: 27th European MPI Users' Group Meeting, Virtual Meeting, Austin, TX, USA, September 21-24, 2020, ACM, p. 51-60, 2020

Application-Driven Requirements for Node Resource Management in Next-Generation Systems
Edgar A. León   Balazs Gerofi   Julien Jaeger   Guillaume Mercier   Rolf Riesen   Masamichi Takagi   Brice Goglin  
2020 IEEE/ACM International Workshop on Runtime and Operating Systems for Supercomputers, ROSS\@SC 2020, Atlanta, GA, USA, November 13, 2020, IEEE, p. 1-11, 2020

PARCOACH Extension for Static MPI Nonblocking and Persistent Communication Validation
Van Man Nguyen   Emmanuelle Saillard   Julien Jaeger   Denis Barthou   Patrick Carribault  
4th IEEE/ACM International Workshop on Software Correctness for HPC Applications, Correctness\@SC 2020, Atlanta, GA, USA, November 11, 2020, IEEE, p. 31-39, 2020

Automatic Code Motion to Extend MPI Nonblocking Overlap Window
Van Man Nguyen   Emmanuelle Saillard   Julien Jaeger   Denis Barthou   Patrick Carribault  
High Performance Computing - ISC High Performance 2020 International Workshops, Frankfurt, Germany, June 21-25, 2020, Revised Selected Papers, Springer, p. 43-54, 2020

A new Implicit Monte-Carlo scheme for photonics (without teleportation error and without tilts)
Gaël Poëtte   Xavier Valentin  
Journal of Computational Physics, p. 109405, 2020

Canceling Teleportation Error in Legacy IMC Code for Photonics (Without Tilts, With Simple Minimal Modifications)
Gaël Poëtte   Xavier Valentin   Adrien Bernede  
Journal of Computational and Theoretical Transport, p. 162-194, 2020

A Multilevel Mesh Partitioning Algorithm Driven by Memory Constraints
Cédric Chevalier   Franck Ledoux   Sébastien Morais  
2020 Proceedings of the SIAM Workshop on Combinatorial Scientific Computing, p. 85-95, 2020

Machine Learning design of Volume of Fluid schemes for compressible flows
Bruno Després   Hervé Jourdren  
Journal of Computational Physics, p. 109275, 2020-05

AMR-based molecular dynamics for non-uniform, highly dynamic particle simulations
Raphael Prat   Thierry Carrard   Laurent Soulard   Olivier Durand   Raymond Namyst   Laurent Colombet  
COMPUTER PHYSICS COMMUNICATIONS, ELSEVIER, 2020

abstract
Abstract

Accurate simulations of metal under heavy shocks, leading to fragmentation and ejection of particles, cannot be achieved by simply hydrodynamic models and require to be performed at atomic scale using molecular dynamics methods. In order to cope with billions of particles exposed to short range interactions, such molecular dynamics methods need to be highly optimized over massively parallel supercomputers. In this paper, we propose to leverage Adaptive Mesh Refinement techniques to improve efficiency of molecular dynamics code on highly heterogeneous particle configurations. We introduce a series of techniques that optimize the force computation loop using multi-threading and vectorization-friendly data structures. Our design is guided by the need for load balancing and adaptivity raised by highly dynamic particle sets. We analyze performance results on several simulation scenarios, such as the production of an ejecta cloud from shock-loaded metallic surfaces, using a large number of nodes equipped by Intel Xeon Phi Knights Landing processors. Performance obtained with our new Molecular Dynamics code achieves speedups greater than 1.38 against the state-of-the-art LAMMPS implementation. (C) 2020 Published by Elsevier B.V.

Influence of the phase transitions of shock-loaded tin on microjetting and ejecta production using molecular dynamics simulations
O. Durand   L. Soulard   L. Colombet   R. Prat  
JOURNAL OF APPLIED PHYSICS, AMER INST PHYSICS, 2020

abstract
Abstract

We perform very large scale molecular dynamics (MD) simulations to investigate the ejection process from shock-loaded tin surfaces in regimes where the metal first undergoes solid to solid phase transitions and then melts on release. In these conditions, a classical two-wave structure propagates within the metal. When it interacts with the surface, our MD simulations reveal very different behaviors. If the surface geometry is perfectly flat or contains almost flat perturbations (sinusoidal type), a solid cap made of crystallites forms at the free surface, over a thickness of a few tens of nanometers. This surface cap melts more slowly than the bulk, and as a result, the ejection process is greatly slowed down. If the surface geometry contains V-shape geometrical perturbations, the oblique interaction of the incident shock wave with the planar interface of the defect leads to a sharp increase of temperature at the defect's bottom. At this place, the metal undergoes a solid to liquid phase change over the entire length of the groove, and this promotes the ejection of matter in the form of sheets of liquid metal. However, this phase change is not spatially uniform, and the sheets keep in memory this process by exhibiting a non-uniform leading edge and large ripples. These ripples grow over time, which ends up causing the fragmentation of the sheets as they develop. In this case, the fragmentation is non-uniform, and it differs from the rather uniform fragmentation process observed when the metal directly melts upon receiving the shock.

Construction of a conformal hexahedral mesh from volume fractions : theory and applications
Nicolas Le Goff  
université Paris-Saclay, 2020-12

abstract
Abstract

This thesis addresses the problem of the automatic generation of purely hexahedral meshes for simulation codes when having a mesh carrying volume fraction data as an input, meaning that there can be several materials inside one cell. The proposed approach should create an hexahedral mesh where each cell corresponds to a single material, and where interfaces between materials form smooth surfaces. From a theoretical standpoint, we aim at adapting and extending state-of-the-art techniques and we apply them on examples, some classically issued from CAD models (and imprinted onto a mesh to obtain volume fractions), some procedurally generated cases and others in an intercode capacity where we take the results of a first simulation code to be our inputs. We first define a metric that allows the evaluation of our (or others') results and a method to improve those; we then introduce a discrete material interface reconstruction method inspired from the scientific visualization field and finally we present an algorithmic pipeline, called {sc ELG}, that offers a guarantee on the mesh quality by performing geometrical and topological mesh adaptation.

OMP-Based Algorithm for Mineral Reflectance Spectra Deconvolution from Hyperspectral Images
Ronan Rialland   Charles Soussen   Rodolphe Marion   Véronique Carrère  
IGARSS 2020 - 2020 IEEE International Geoscience and Remote Sensing Symposium, 2020

abstract
Abstract

The absorption positions and shapes are key information to identify and characterize a mineral from its reflectance spectrum. With the development of new airborne and satellite-borne hyperspectral sensors, automatic methods have to be developed to extract and analyze this useful information. A flexible deconvolution procedure, able to deal with various sensor characteristics and a wide variety of minerals of interest, is proposed. The approach is based on the sparse representation of the spectrum and the use of a greedy algorithm, the Non-Negative Orthogonal Matching Pursuit algorithm. First, NNOMP is adapted to deal with a parameteric physical model of mineral reflectance spectra. Then, noise statistical information is taken into account to improve the detection of small absorptions while minimizing overfitting effects. The procedure is tested on real data from two quarries in France. Results show the potential of our procedure for the estimation of a consistent number of absorptions whose parameters can be used to analyze the mineralogy.

Performance portability of lattice Boltzmann methods for two-phase flows with phase change
Werner Verdier   Pierre Kestener   Alain Cartalade  
Computer Methods in Applied Mechanics and Engineering , 2020

abstract
Abstract

Numerical codes using the lattice Boltzmann methods (LBM) for simulating one- or two-phase flows are widely compiled and run on graphical process units. However, those computational units necessitate to re-write the program by using a low-level language which is suited to those architectures (e.g. CUDA for GPU NVIDIA®or OpenCL). In this paper we focus our effort on the performance portability of LBM i.e. the possibility of writing LB algorithms with a high-level of abstraction while remaining efficient on a wide range of architectures such as multicores x86, GPU NVIDIA®, ARM, and so on. For such a purpose, implementation of LBM is carried out by developing a unique code, LBM_saclay written in the C++ language, coupled with the Kokkos library for performance portability in the context of High Performance Computing. In this paper, the LBM is used to simulate a phase-field model for two-phase flow problems with phase change. The mathematical model is composed of the incompressible Navier–Stokes equations coupled with the conservative Allen–Cahn model. Initially developed in the literature for immiscible binary fluids, the model is extended here to simulate phase change occurring at the interface between liquid and gas. For that purpose, a heat equation is added with a source term involving the time derivative of the phase field. In the phase-field equation a source term is added to approximate the mass production rate at the interface. Several validations are carried out to check step-by-step the implementation of the full model. Finally, computational times are compared on CPU and GPU platforms for the physical problem of film boiling.


2019


A low-Mach correction for multi-dimensional finite volume shock capturing schemes with application in Lagrangian frame
E. Labourasse  
Comput. Fluids, p. 372 - 393, 2019

Unifying the Analysis of Performance Event Streams at the Consumer Interface Level
Jean-Baptiste Besnard   Allen D. Malony   Sameer Shende   Marc Pérache   Patrick Carribault   Julien Jaeger  
Tools for High Performance Computing 2017, Springer International Publishing, p. 57-71, 2019

abstract
Abstract

Several instrumentation interfaces have been developed for parallel programs to make observable actions that take place during execution and to make accessible information about the program’s behavior and performance. Following in the footsteps of the successful profiling interface for MPI (PMPI), new rich interfaces to expose internal operation of MPI (MPI-T) and OpenMP (OMPT) runtimes are now in the standards. Taking advantage of these interfaces requires tools to selectively collect events from multiples interfaces by various techniques: function interposition (PMPI), value read (MPI-T), and callbacks (OMPT). In this paper, we present the unified instrumentation pipeline proposed by the MALP infrastructure that can be used to forward a variety of fine-grained events from multiple interfaces online to multi-threaded analysis processes implemented orthogonally with plugins. In essence, our contribution complements “front-end” instrumentation mechanisms by a generic “back-end” event consumption interface that allows “consumer” callbacks to generate performance measurements in various formats for analysis and transport. With such support, online and post-mortem cases become similar from an analysis point of view, making it possible to build more unified and consistent analysis frameworks. The paper describes the approach and demonstrates its benefits with several use cases.

Study on progress threads placement and dedicated cores for overlapping MPI nonblocking collectives on manycore processor
Alexandre Denis   Julien Jaeger   Emmanuel Jeannot   Marc Pérache   Hugo Taboada  
Int. J. High Perform. Comput. Appl., 2019

Checkpoint/restart approaches for a thread-based MPI runtime
Julien Adam   Maxime Kermarquer   Jean-Baptiste Besnard   Leonardo Bautista-Gomez   Marc Pérache   Patrick Carribault   Julien Jaeger   Allen D. Malony   Sameer Shende  
Parallel Comput., p. 204-219, 2019

Detecting Non-sibling Dependencies in OpenMP Task-Based Applications
Ricardo Bispo Vieira   Antoine Capra   Patrick Carribault   Julien Jaeger   Marc Pérache   Adrien Roussel  
OpenMP: Conquering the Full Hardware Spectrum - 15th International Workshop on OpenMP, IWOMP 2019, Auckland, New Zealand, September 11-13, 2019, Proceedings, Springer, p. 231-245, 2019

Mixing ranks, tasks, progress and nonblocking collectives
Jean-Baptiste Besnard   Julien Jaeger   Allen D. Malony   Sameer Shende   Hugo Taboada   Marc Pérache   Patrick Carribault  
Proceedings of the 26th European MPI Users’ Group Meeting, EuroMPI 2019, Zürich, Switzerland, September 11-13, 2019, ACM, p. 10:1-10:10, 2019

Checkpoint/restart approaches for a thread-based MPI runtime
Julien Adam   Maxime Kermarquer   Jean-Baptiste Besnard   Leonardo Bautista-Gomez   Marc Pérache   Patrick Carribault   Julien Jaeger   Allen D. Malony   Sameer Shende  
CoRR, 2019

High-order staggered schemes for compressible hydrodynamics. Weak consistency and numerical validation
Gautier Dakin   Bruno Després   Stéphane Jaouen  
Journal of Computational Physics, p. 339-364, 2019

Exposition, clarification, and expansion of MPI semantic terms and conventions: is a nonblocking MPI function permitted to block?
Purushotham V. Bangalore   Rolf Rabenseifner   Daniel J. Holmes   Julien Jaeger   Guillaume Mercier   Claudia Blaas-Schenner   Anthony Skjellum  
Proceedings of the 26th European MPI Users' Group Meeting, EuroMPI 2019, Zürich, Switzerland, September 11-13, 2019, ACM, p. 2:1-2:10, 2019

Applying model-driven engineering to high-performance computing: Experience report, lessons learned, and remaining challenges
Benoı̂t Lelandais   Marie-Pierre Oudot   Benoit Combemale  
Journal of Computer Languages, Elsevier, p. 100919, 2019

About a general discretization method for the usual partial differential equations: application to the radiative transfer and striations equations
Francois Hermeline  
2019

Guaranteed quality-driven hexahedral overlay grid method
Nicolas Le Goff   Franck Ledoux   Jean-Christophe Janodet   Steven J. Owen  
Proceedings of the 28th International Meshing Roundtable, 2019

abstract
Abstract

Hexahedral mesh generation using overlay grid methods has the benefit of being fully automatic, requiring minimal user input. These methods follow a mesh-first approach where an initial mesh, usually a grid, is used to overlay the reference geometry. Procedures to modify the initial mesh are then employed to best capture the geometry to get a conformal all-hex mesh [1\]. One of the main drawbacks of those methods is the resulting mesh quality. While the interior of the mesh remains the same as the initial mesh, cells located at the material interfaces can end up quite deformed or even inverted, making the mesh totally useless for most numerical simulation codes. Considering an input mesh carrying volume fractions of the materials, the main purpose of the presented work is to ensure a minimal cell quality. Our method draws upon the overlay grid pipeline described in [2\] where several steps (cell assignment correction, interface reconstruction, mesh adaptation) are altered to control cell quality.

Imaging Spectroscopy for the Detection, Assessment and Monitoring of Natural and Anthropogenic Hazards
Cindy Ong   Véronique Carrère   Sabine Chabrillat   R. Clark   Todd Hoefen   Raymond F. Kokaly   Rodolphe Marion   Carlos Roberto de Souza Filho   Gregg Alan Swayze   David R Thompson  
Surveys in Geophysics 40, 431–470, 2019

abstract
Abstract

Natural and anthropogenic hazards have the potential to impact all aspects of society including its economy and the environment. Diagnostic data to inform decision-making are critical for hazard management whether for emergency response, routine monitoring or assessments of potential risks. Imaging spectroscopy (IS) has unique contributions to make via the ability to provide some key quantitative diagnostic information. In this paper, we examine a selection of key case histories representing the state of the art to gain an insight into the achievements and perspectives in the use of visible to shortwave infrared IS for the detection, assessment and monitoring of a selection of significant natural and anthropogenic hazards. The selected key case studies examined provide compelling evidence for the use of the IS technology and its ability to contribute diagnostic information currently unattainable from operational spaceborne Earth observation systems. User requirements for the applications were also evaluated. The evaluation showed that the projected launch of spaceborne IS sensors in the near-, mid and long term future, together with the increasing availability, quality and moderate cost of off the shelf sensors, the possibilities to couple unmanned autonomous systems with miniaturized sensors, should be able to meet these requirements. The challenges and opportunities for the scientific community in the future when such data become available will then be ensuring consistency between data from different sensors, developing techniques to efficiently handle, process, integrate and deliver the large volumes of data, and most importantly translating the data to information that meets specific needs of the user community in a form that can be digested/understood by them. The latter is especially important to transforming the technology from a scientific to an operational tool. Additionally, the information must be independently validated using current trusted practices and uncertainties quantified before IS derived measurement can be integrated into operational monitoring services.

Thermomechanical phenomena and wear flow mechanisms during high speed contact of abradable materials
M Thévenot   V Wagner   J-Y Paris   G Dessein   J Denape   M Harzallah   A Brunet   T Chantrait  
Wear, Elsevier, p. 1102-1109, 2019

abstract
Abstract

Secondary air systems of civil aircraft engines require labyrinth seals with a minimum gap clearance for optimal functioning. In the case of high speed contact during the engine running-in period, an abradable material is deposited on the stationary part of the seal to limit the damage of the rotating shaft, which is made of a titanium alloy. Such situations are potentially critical for the seal; hence, the present study aims to observe the material behaviour during these contact conditions and to establish the tribological circuit of a third body through the interface. A high-speed contact test rig was developed to recreate contact conditions occurring in an aircraft engine. Two contact configurations occurring in different locations of the engine, with different materials and surface areas were explored. Thermal and mechanical instrumentation were used in each test. The influence of the contact geometry and the test conditions show that material flows through the contact determine the life cycle of the contact (by establishing a balance between the source, internal and material flow) and allows for the control of the thermomechanical constraints in a high-speed contact.

Comprehension of Thermomechanical Phenomena and Material Behavior During High Speed Contact
M Thévenot   V Wagner   J-Y Paris   G Dessein   J Denape   A Brunet   T Chantrait  
Proceedings of the 7th International Conference on Fracture Fatigue and Wear: FFW 2018, 9-10 July 2018, Ghent University, Belgium, Springer, p. 638-660, 2019

abstract
Abstract

Civil aircraft engines present a wide range of labyrinth seals to ensure a good airtightness between the different components of the secondary air system. An increase in efficiency requires lower clearances gaps. As a consequence, brief contacts between rotating and stationary parts may occur especially during the engine running-in period. Such events can cause critical situations (seizure…) depending on the working conditions. In this paper, experimental simulations by means of a high-speed contact test device (76 m s−1) was developed to precisely recreate the friction conditions occurring in a turboshaft labyrinth seal and to better understand the material behavior in such tribological cases. This device was instrumented to carry out mechanical (axial and tangential forces and torque) and thermal measurements (IR camera and pyrometer). An experimental campaign was carried to study the contact between a Ti6Al4V rotor and an abradable coating of Al-Si polyester. Presented results show the complex interactions that strongly depend on the way the worn material behaves in the contact area. Local interaction dynamics are analysed with regards to mechanical and thermal measurements with different rotating speeds, incursion depths, and interaction speeds.

Local estimates of Hölder exponents in turbulent vector fields
Florian Nguyen   J. -P. Laval   Pierre Kestener   Alexey Cheskidov   Roman Shvydkoy   Berengere Dubrulle  
PHYSICAL REVIEW E 99(5), 2019

abstract
Abstract

It is still not known whether solutions to the Navier-Stokes equation can develop singularities from regular initial conditions. In particular, a classical and unsolved problem is to prove that the velocity field is Hölder continuous with some exponent h<1 (i.e., not necessarily differentiable) at small scales. Different methods have already been proposed to explore the regularity properties of the velocity field and the estimate of its Hölder exponent h. A first method is to detect potential singularities via extrema of an “inertial” dissipation D*=limℓ→0DℓI that is independent of viscosity [Duchon and Robert, Nonlinearity 13, 249 (2000)]. Another possibility is to use the concept of multifractal analysis that provides fractal dimensions of the subspace of exponents h. However, the multifractal analysis is a global statistical method that only provides global information about local Hölder exponents, via their probability of occurrence. In order to explore the local regularity properties of a velocity field, we have developed a local statistical analysis that estimates locally the Hölder continuity. We have compared outcomes of our analysis with results using the inertial energy dissipation DℓI. We observe that the dissipation term indeed gets bigger for velocity fields that are less regular according to our estimates. The exact spatial distribution of the local Hölder exponents however shows nontrivial behavior and does not exactly match the distribution of the inertial dissipation.

Thermo-compositional Diabatic Convection in the Atmospheres of Brown Dwarfs and in Earth’s Atmosphere and Oceans
P. Tremblin   T. Padioleau   M. W. Phillips   G. Chabrier   I. Baraffe   I. Fromang   Edouard Audit   H. Bloch   A. J. Burgasser   Benjamin Drummond   M. Gonzále   Pierre Kestener   Samuel Kokh   Pierre Lagage   M. Stauffert  
The Astrophysical Journal, Volume 876, Number 2 (144), 2019

abstract
Abstract

By generalizing the theory of convection to any type of thermal and compositional source terms (diabatic processes), we show that thermohaline convection in Earth's oceans, fingering convection in stellar atmospheres, and moist convection in Earth's atmosphere are derived from the same general diabatic convective instability. We also show that "radiative convection" triggered by the CO/CH4 transition with radiative transfer in the atmospheres of brown dwarfs is analogous to moist and thermohaline convection. We derive a generalization of the mixing-length theory to include the effect of source terms in 1D codes. We show that CO/CH4 "radiative" convection could significantly reduce the temperature gradient in the atmospheres of brown dwarfs similarly to moist convection in Earth's atmosphere, thus possibly explaining the reddening in brown dwarf spectra. By using idealized 2D hydrodynamic simulations in the Ledoux unstable regime, we show that compositional source terms can indeed provoke a reduction of the temperature gradient. The L/T transition could be explained by a bifurcation between the adiabatic and diabatic convective transports and seen as a giant cooling crisis: an analog of the boiling crisis in liquid/steam-water convective flows. This mechanism, with other chemical transitions, could be present in many giant and Earth-like exoplanets. The study of the impact of different parameters (effective temperature, compositional changes) on CO/CH4 radiative convection and the analogy with Earth moist and thermohaline convection is opening the possibility of using brown dwarfs to better understand some aspects of the physics at play in the climate of our own planet.

A High-performance and Portable All-Mach Regime Flow Solver Code with Well-balanced Gravity. Application to Compressible Convection
Thomas Padioleau   P. Tremblin   Edouard Audit   Pierre Kestener   Samuel Kokh  
The Astrophysical Journal, Volume 875, Number 2, 2019

abstract
Abstract

Convection is an important physical process in astrophysics well-studied using numerical simulations under the Boussinesq and/or anelastic approximations. However, these approaches reach their limits when compressible effects are important in the high-Mach flow regime, e.g., in stellar atmospheres or in the presence of accretion shocks. In order to tackle these issues, we propose a new high-performance and portable code called “ARK” with a numerical solver well suited for the stratified compressible Navier–Stokes equations. We take a finite-volume approach with machine precision conservation of mass, transverse momentum, and total energy. Based on previous works in applied mathematics, we propose the use of a low-Mach correction to achieve a good precision in both low and high-Mach regimes. The gravity source term is discretized using a well-balanced scheme in order to reach machine precision hydrostatic balance. This new solver is implemented using the Kokkos library in order to achieve high-performance computing and portability across different architectures (e.g., multi-core, many-core, and GP-GPU). We show that the low-Mach correction allows to reach the low-Mach regime with a much better accuracy than a standard Godunov-type approach. The combined well-balanced property and the low-Mach correction allowed us to trigger Rayleigh–Bénard convective modes close to the critical Rayleigh number. Furthermore, we present 3D turbulent Rayleigh–Bénard convection with low diffusion using the low-Mach correction leading to a higher kinetic energy power spectrum. These results are very promising for future studies of high Mach and highly stratified convective problems in astrophysics.


2018


An asymptotic preserving multidimensional ALE method for a system of two compressible flows coupled with friction
S. Del Pino   E. Labourasse   G. Morel  
J. Comput. Phys., p. 268 - 301, 2018

Dynamic Placement of Progress Thread for Overlapping MPI Non-blocking Collectives on Manycore Processor
Alexandre Denis   Julien Jaeger   Emmanuel Jeannot   Marc Pérache   Hugo Taboada  
Euro-Par 2018: Parallel Processing - 24th International Conference on Parallel and Distributed Computing, Turin, Italy, August 27-31, 2018, Proceedings, Springer, p. 616-627, 2018

Efficient Communication/Computation Overlap with MPI+OpenMP Runtimes Collaboration
Marc Sergent   Mario Dagrada   Patrick Carribault   Julien Jaeger   Marc Pérache   Guillaume Papauré  
Euro-Par 2018: Parallel Processing - 24th International Conference on Parallel and Distributed Computing, Turin, Italy, August 27-31, 2018, Proceedings, Springer, p. 560-572, 2018

Transparent High-Speed Network Checkpoint/Restart in MPI
Julien Adam   Jean-Baptiste Besnard   Allen D. Malony   Sameer Shende   Marc Pérache   Patrick Carribault   Julien Jaeger  
Proceedings of the 25th European MPI Users’ Group Meeting, Barcelona, Spain, September 23-26, 2018, ACM, p. 12:1-12:11, 2018

Inverse Lax-Wendroff boundary treatment for compressible Lagrange-remap hydrodynamics on Cartesian grids
Gautier Dakin   Bruno Després   Stéphane Jaouen  
Journal of Computational Physics, p. 228-257, 2018

Progress Thread Placement for Overlapping MPI Non-blocking Collectives Using Simultaneous Multi-threading
Alexandre Denis   Julien Jaeger   Hugo Taboada  
Euro-Par 2018: Parallel Processing Workshops - Euro-Par 2018 International Workshops, Turin, Italy, August 27-28, 2018, Revised Selected Papers, Springer, p. 123-133, 2018

Profile-guided scope-based data allocation method
Hugo Brunie   Julien Jaeger   Patrick Carribault   Denis Barthou  
Proceedings of the International Symposium on Memory Systems, MEMSYS 2018, Old Town Alexandria, VA, USA, October 01-04, 2018, ACM, p. 169-182, 2018

Parallelization of iterative methods to solve sparse linear systems using task based runtime systems on multi and many-core architectures: application to Multi-Level Domain Decomposition methods
Adrien Roussel  
Université Grenoble Alpes, 2018-02

PaDaWAn: a Python infrastructure for loosely coupled in situ workflows
Julien Capul   Sébastien Morais   Jacques-Bernard Lekien  
ISAV 18: Proceedings of the Workshop on In Situ Infrastructures for Enabling Extreme-Scale Analysis and Visualization, p. 7-12, 2018

Fostering metamodels and grammars within a dedicated environment for HPC: the NabLab environment (tool demo)
Benoı̂t Lelandais   Marie-Pierre Oudot   Benoit Combemale  
Proceedings of the 11th ACM SIGPLAN International Conference on Software Language Engineering, p. 200-204, 2018

Multi-Criteria Graph Partitioning with Scotch
Rémi Barat   Cédric Chevalier   François Pellegrini  
2018 Proceedings of the SIAM Workshop on Combinatorial Scientific Computing (CSC), Society for Industrial and Applied Mathematics, p. 66-75, 2018-01

Hexahedral mesh modification to preserve volume
Nicolas Le Goff   Franck Ledoux   Steven J. Owen  
Computer-Aided Design, p. 42-54, 2018-12

abstract
Abstract

In this work, we provide a new post-processing procedure for automatically adjusting node locations of an all-hex mesh to better match the volume of a reference geometry. This process is particularly well-suited for mesh-first approaches, as overlay grid ones. In practice, hexahedral meshes generated via an overlay grid procedure, where a precise reference geometry representation is unknown or is impractical to use, do not provide for precise volumetric preservation. A discrete volume fraction representation of the reference geometry MI on an overlay grid is compared with a volume fraction representation of a 3D finite element mesh MO. This work introduces the notion of localized discrepancy between MI and MO and uses it to design a procedure that relocates mesh nodes to more accurately match a reference geometry. We demonstrate this procedure on a wide range of hexahedral meshes generated with the Sculpt code and show improved volumetric preservation while still maintaining acceptable mesh quality.

Control of monotonic shock waves propagation for isothermic Euler equations
A.V. Porubov   RS Bondarenkov   D. Bouche   AL Fradkov  
ZAMM Journal of applied mathematics and mechanics (Zeitschrift für angewandte Mathematik und Mechanik), vol 98-3, p. 448-453, 2018

Two-step shock waves propagation for isothermal Euler equations
A.V. Porubov   RS Bondarenkov   D. Bouche   AL Fradkov  
Applied Mathematics and Computation, vol 332, p. 160-166, 2018

Anthropogenic aerosol emissions mapping and characterization by imaging spectroscopy - application to a metallurgical industry and a petrochemical complex
Yannick Philippets   Pierre-Yves Foucher   Rodolphe Marion   Xavier Briottet  
2018

abstract
Abstract

This paper is focused on the retrieval of industrial aerosol optical thickness (AOT) and microphysical properties by means of airborne imaging spectroscopy. Industrial emissions generally lead to optically thin plumes requiring an adapted detection method taking into account the weak proportion of particles sought in the atmosphere. To this end, a semi-analytical model combined with the Cluster-Tuned Matched Filter (CTMF) algorithm is presented to characterize those plumes, requiring the knowledge of the soil under the plume. The model allows the direct computation of the at-sensor radiance when a plume is included in the radiative transfer. When applied to industrial aerosol classes as defined in this paper, simulated spectral radiances can be compared to ‘real’ MODTRAN (Moderate Resolution Atmospheric Transmission) radiances using the Spectral Angle Mapper (SAM). On the range from 0.4 to 0.7 µm, for three grounds (water, vegetation, and bright one), SAM scores are lower than 0.043 in the worst case (a both absorbing and scattering particle over a bright ground), and usually lower than 0.025. The darker the ground reflectance is, the more accurate the results are (typically for reflectance lower than 0.3). Concerning AOT retrieval capabilities, with a pre-calculated model for a reference optical thickness of 0.25, we are able to retrieve plume AOT at 550 nm in the range 0.0 to 0.4 with an error usually ranging between 9% and 13%. The first test case is a CASI (Compact Airborne Spectrographic Imager) image acquired over the metallurgical industry of Fos-sur-Mer (France). First results of the use of the model coupled with CTMF algorithm reveal a scattering aerosol plume with particle sizes increasing with the distance from the stack (from detection score of 54% near the stack for particles with a diameter of 0.1 µm, to 69% away from it for 1.0 µm particles). A refinement is made then to estimate more precisely aerosol plume properties, using a multimodal distribution based on the previous results. It leads to find a mixture of sulfate and brown carbon particles with a plume AOT ranging between 0.2 and 0.5. The second test case is an AHS (Airborne Hyperspectral Scanner) image acquired over the petrochemical site of Antwerp (Belgium). The first CTMF application results in detecting a brown carbon aerosol of 0.1 µm mode (detection score is 51%). Refined results show the evolution of the AOT decreasing from 0.15 to 0.05 along the plume for a mixture of brown carbon fine mode and 0.3 µm radius of sulfate aerosol.

Mineral Mapping Using the Automatized Gaussian Model (AGM) - Application to Two Industrial French Sites at Gardanne and Thann
Rodolphe Marion   Véronique Carrère  
Remote Sensing 10(1):146, 2018

abstract
Abstract

The identification and mapping of the mineral composition of by-products and residues on industrial sites is a topic of growing interest because it may provide information on plant-processing activities and their impact on the surrounding environment. Imaging spectroscopy can provide such information based on the spectral signatures of soil mineral markers. In this study, we use the automatized Gaussian model (AGM), an automated, physically based method relying on spectral deconvolution. Originally developed for the short-wavelength infrared (SWIR) range, it has been extended to include information from the visible and near-infrared (VNIR) range to take iron oxides/hydroxides into account. We present the results of its application to two French industrial sites: (i) the Altéo Environnement site in Gardanne, southern France, dedicated to the extraction of alumina from bauxite; and (ii) the Millennium Inorganic Chemicals site in Thann, eastern France, which produces titanium dioxide from ilmenite and rutile, and its associated Séché éco Services site used to neutralize the resulting effluents, producing gypsum. HySpex hyperspectral images were acquired over Gardanne in September 2013 and an APEX image was acquired over Thann in June 2013. In both cases, reflectance spectra were measured and samples were collected in the field and analyzed for mineralogical and chemical composition. When applying the AGM to the images, both in the VNIR and SWIR ranges, we successfully identified and mapped minerals of interest characteristic of each site: bauxite, Bauxaline® and alumina for Gardanne; and red and white gypsum and calcite for Thann. Identifications and maps were consistent with in situ measurements.

Cosimulation Strategy for conjugate heat transfer applied to cooled turbine blade
T Chantrait   D Vanpouille   JD Garaud  
CIMNE, p. 1314, 2018

Multicomponent fluid model for two-temperature plasmas derived from kinetic theory : application to magnetic reconnection
Q. Wargnier   Alejandro Alvarez Laguna   Pierre Kestener   Benjamin Graille   Nagi Nicolas Mansour   Thierry Magin   Marc Massot  
Journal of Physics: Conference Series, Volume 1125, Joint Varenna-Lausanne International Workshop on the Theory of Fusion Plasmas 2018 27–31 August 2018, Varenna, Italy, 2018

abstract
Abstract

This contribution deals with the fluid modeling of multicomponent magnetized plasmas in thermo-chemical non-equilibrium from the partially- to fully-ionized collisional regimes, aiming at the predictive simulation of magnetic reconnection in Sun chromosphere conditions. Such fluid models are required for large-scale simulations by relying on high performance computing. The fluid model is derived from a kinetic theory approach, yielding a rigorous description of the dissipative and non-equilibrium effects and a well-identified mathematical structure. We start from a general system of equations that is obtained by means of a multiscale Chapman-Enskog method, based on a non-dimensional analysis accounting for the mass disparity between the electrons and heavy particles, including the influence of the electromagnetic field and transport properties. The latter are computed by using a spectral Galerkin method based on a converged Laguerre-Sonine polynomial approximation. Then, in the limit of small Debye length with respect to the characteristic scale in the Sun chromosphere, we derive a two-temperature single-momentum multicomponent diffusion model coupled to Maxwell's equations, which is able to describe fully- and partially-ionized plasmas, beyond the multi-fluid model of Braginskii, valid for the whole range of the Sun chromosphere conditions. The second contribution is the development and verification of an accurate and robust numerical strategy that is based on CanoP, a massively parallel code with adaptive mesh refinement capability, which is able to cope with the full spectrum of scales of the magnetic reconnection process, without additional constraint on the time steps compared to single-fluid Magnetohydrodynamics (MHD) models. The final contribution is a study of the physics of magnetic reconnection in collaboration with the heliophysics team of NASA Ames Research Center. We show that the model and methods allow us to retrieve the results of usual single-fluid MHD models in the highly collisional case at equilibrium, while achieving a more detailed physics description relevant to such applications in the weakly collisional case, where non-equilibrium effects become important.


2017


Contemporary High Performance Computing
Mickaël Amiet   Patrick Carribault   Elisabeth Charon   Guillaume Colin Verdière   Philippe Deniel   Gilles Grospellier   Guénolé Harel   François Jollet   Jacques-Charles Lafoucrière   Jacques-Bernard Lekien   Stéphane Mathieu   Marc Pérache   Jean-Christophe Weill   Gilles Wiber  
Chapman; Hall/CRC, p. 45-74, 2017

Towards a Better Expressiveness of the Speedup Metric in MPI Context
Jean-Baptiste Besnard   Allen D. Malony   Sameer Shende   Marc Pérache   Patrick Carribault   Julien Jaeger  
46th International Conference on Parallel Processing Workshops, ICPP Workshops 2017, Bristol, United Kingdom, August 14-17, 2017, IEEE Computer Society, p. 251-260, 2017

User Co-scheduling for MPI+OpenMP Applications Using OpenMP Semantics
Antoine Capra   Patrick Carribault   Jean-Baptiste Besnard   Allen D. Malony   Marc Pérache   Julien Jaeger  
Scaling OpenMP for Exascale Performance and Portability - 13th International Workshop on OpenMP, IWOMP 2017, Stony Brook, NY, USA, September 20-22, 2017, Proceedings, Springer, p. 203-216, 2017

Dynamic Load Balancing of Monte Carlo Particle Transport Applications on HPC Clusters
Thomas Gonçalves   Marc Pérache   Frédéric Desprez   Jean-François Méhaut  
Parallel Computing is Everywhere, Proceedings of the International Conference on Parallel Computing, ParCo 2017, 12-15 September 2017, Bologna, Italy, IOS Press, p. 465-474, 2017

Resource-Management Study in HPC Runtime-Stacking Context
Arthur Loussert   Benoit Welterlen   Patrick Carribault   Julien Jaeger   Marc Pérache   Raymond Namyst  
29th International Symposium on Computer Architecture and High Performance Computing, SBAC-PAD 2017, Campinas, Brazil, October 17-20, 2017, IEEE Computer Society, p. 177-184, 2017

An all-regime Lagrange-Projection like scheme for 2D homogeneous models for two-phase flows on unstructured meshes
Christophe Chalons   Mathieu Girardin   Samuel Kokh  
Journal of Computational Physics, 2017

Volume preservation improvement for interface reconstruction hexahedral methods
Nicolas Le Goff   Franck Ledoux   Steven J. Owen  
Procedia Engineering, p. 258-270, 2017-01

abstract
Abstract

We propose a new post-processing procedure for automatically adjusting node locations of an all-hex mesh to better match the volume of a reference geometry. Hexahedral meshes generated via an overlay grid procedure, where a precise reference geometry representation is unknown or is impractical to use, do not provide for precise volumetric preservation. A discrete volume fraction representation of the reference geometry MI on an overlay grid is compared with a volume fraction representation of a 3D finite element mesh MO. This work proposes a procedure that uses the localized discrepancy between MI and MO to drive node relocation operations to more accurately match a reference geometry. We demonstrate this procedure on a wide range of hexahedral meshes generated with the Sculpt code and show improved volumetric preservation while still maintaining acceptable mesh quality.

Scalable Fine-Grained Metric-Based Remeshing Algorithm for Manycore/NUMA Architectures
Hoby Rakotoarivelo   Franck Ledoux   Franck Pommereau   Nicolas Le Goff  
Euro-Par 2017: Parallel Processing, Springer International Publishing, p. 594-606, 2017

abstract
Abstract

In this paper, we present a fine-grained multi-stage metric-based triangular remeshing algorithm on manycore and NUMA architectures. It is motivated by the dynamically evolving data dependencies and workload of such irregular algorithms, often resulting in poor performance and data locality at high number of cores. In this context, we devise a multi-stage algorithm in which a task graph is built for each kernel. Parallelism is then extracted through fine-grained independent set, maximal cardinality matching and graph coloring heuristics. In addition to index ranges precalculation, a dual-step atomic-based synchronization scheme is used for nodal data updates. Despite its intractable latency-boundness, a good overall scalability is achieved on a NUMA dual-socket Intel Haswell and a dual-memory Intel KNL computing nodes (64 cores). The relevance of our synchronization scheme is highlighted through a comparison with the state-of-the-art.

Comparative simulations of microjetting using atomistic and continuous approaches in the presence of viscosity and surface tension
O. Durand   S. Jaouen   L. Soulard   O. Heuze   L. Colombet   E. Cieren  
JOURNAL OF APPLIED PHYSICS, AMER INST PHYSICS, 2017

abstract
Abstract

We compare, at similar scales, the processes of microjetting and ejecta production from shocked roughened metal surfaces by using atomistic and continuous approaches. The atomistic approach is based on very large scale molecular dynamics (MD) simulations with systems containing up to 700 x 10(6) atoms. The continuous approach is based on Eulerian hydrodynamics simulations with adaptive mesh refinement; the simulations take into account the effects of viscosity and surface tension, and the equation of state is calculated from the MD simulations. The microjetting is generated by shock-loading above its fusion point a three-dimensional tin crystal with an initial sinusoidal free surface perturbation, the crystal being set in contact with a vacuum. Several samples with homothetic wavelengths and amplitudes of defect are simulated in order to investigate the influence of viscosity and surface tension of the metal. The simulations show that the hydrodynamic code reproduces with very good agreement the profiles, calculated from the MD simulations, of the ejected mass and velocity along the jet. Both codes also exhibit a similar fragmentation phenomenology of the metallic liquid sheets ejected, although the fragmentation seed is different. We show in particular, that it depends on the mesh size in the continuous approach. Published by AIP Publishing.

Daniel Gogny
J.F. Berger   J.P. Blaizot   D. Bouche   P. Chaix   J.P. Delaroche   M. Dupuis   M. Girod   J. Gogny   B. Grammaticos   D. Iracane   J. Lachkar   F. Mariotte   N. Pillet   N. Van Giai  
EUROPEAN PHYSICAL JOURNAL A , Volume 53, Issue 10, 2017

abstract
Abstract

In this article, the scientific life of D. Gogny is recounted by several collaborators. His strong involvement in researches related to various fields of physics (such as nuclear, atomic and plasma physics as well as electromagnetism) appears clearly, as well as the progresses made in the understanding of fundamental physics.

High-Frequency Currents on a Strongly Elongated Spheroid
I.V. Andronov   D. Bouche   M. Duruflé  
IEEE Trans. AP, vol 65, n 2, p. 794-804, 2017

Asymptotic analysis of the scattering problem for the Helmholtz equations with high wave numbers
D. Bouche   Y. Hong   C.Y. Jung  
Discrete and continuous dynamical systems ,Volume 37, Number 3, 2017

MEMS reliability study in shock environments through numerical and experimental investigations
Guillaume Lehée   Ariane Calvar-Mimica   Teddy Chantrait   Alexandre Charles   Alain Jeanroy   Philippe Onfroy   Mikaël Colin   Audrey Berthelot  
19th International Conference on Solid-State Sensors, Actuators and Microsystems (TRANSDUCERS), IEEE, p. 520-523, 2017

abstract
Abstract

This paper reports a novel method to evaluate and improve the reliability of mechanical stops during design and validation phases of MEMS (Micro ElectroMechanical System) in shock environments. Firstly, inplane stop contact behavior is modeled through both steady-state and dynamic mechanical FEM (Finite-Element Modeling) to validate physics package and to extract nonlinear stiffness and stress distribution as functions of contact force applied on a cylinder-to-plane Hertz contact type. Then, the transient response of a MEMS including stops behavior is modeled with a lumped impact element approach which allows to compute contact force as a function of applied half-sine shock parameters. Finally, several shock tests have been performed on numerous devices embedding previously modeled stops to evaluate experimental survival rate. Fitting experimental data to numerical results combined with Weibull theory exhibits a good compliance which allows to estimate silicon Weibull parameters respectively at 0.7 GPa, 1.1 GPa and 4 for threshold stress, average stress and Weibull modulus.

Resolution Dependence of Magnetorotational Turbulence in the Isothermal Stratified Shearing Box
Benjamin R. Ryan   Charles Gammie   Sebastien Fromang   Pierre Kestener  
The Astrophysical Journal, Volume 840, Number 1, 2017

abstract
Abstract

Magnetohydrodynamic (MHD) turbulence driven by the magnetorotational instability can provide diffusive transport of angular momentum in astrophysical disks, and a widely studied computational model for this process is the ideal, stratified, isothermal shearing box. Here we report results of a convergence study of such boxes up to a resolution of $N = 256$ zones per scale height, performed on blue waters at NCSA with ramses-gpu. We find that the time and vertically integrated dimensionless shear stress $\overline{\alpha} \sim N^{-1/3}$, i.e. the shear stress is resolution dependent. We also find that the magnetic field correlation length decreases with resolution, $\lambda \sim N^{-1/2}$. This variation is strongest at the disk midplane. We show that our measurements of $\alpha$ are consistent with earlier studies. We discuss possible reasons for the lack of convergence.

A large time-step and well-balanced Lagrange-projection type scheme for the shallow water equations
Christophe Chalons   Pierre Kestener   Samuel Kokh   Maxime Stauffert  
Communications in Mathematical Sciences, Volume 15, Number 3, 2017

abstract
Abstract

This work focuses on the numerical approximation of the shallow water equations (SWE) using a Lagrange-projection type approach. We propose to extend to this context the recent implicit-explicit schemes developed in [C. Chalons, M. Girardin, and S. Kokh, SIAM J. Sci. Comput., 35(6):a2874–a2902, 2013], [C. Chalons, M. Girardin, and S. Kokh, Commun. Comput. Phys., to appear, 20(1):188–233, 2016] in the framework of compressible flows, with or without stiff source terms. These methods enable the use of time steps that are no longer constrained by the sound velocity thanks to an implicit treatment of the acoustic waves, and maintain accuracy in the subsonic regime thanks to an explicit treatment of the material waves. In the present setting, a particular attention will be also given to the discretization of the non-conservative terms in SWE and more specifically to the wellknown well-balanced property. We prove that the proposed numerical strategy enjoys important non linear stability properties and we illustrate its behaviour past several relevant test cases.


2016


A positive scheme for diffusion problems on deformed meshes
Xavier Blanc   Emmanuel Labourasse  
J. Appl. Math. Mech., p. 660-680, 2016

A conservative slide line method for cell-centered semi-Lagrangian and ALE schemes in 2D
Silvia Bertoluzza   S. Del Pino   Emmanuel Labourasse  
ESAIM: Math. Model. Numer. Anal., EDP Sciences, p. 187-214, 2016

Introducing Task-Containers as an Alternative to Runtime-Stacking
Jean-Baptiste Besnard   Julien Adam   Sameer Shende   Marc Pérache   Patrick Carribault   Julien Jaeger  
Proceedings of the 23rd European MPI Users’ Group Meeting, EuroMPI 2016, Edinburgh, United Kingdom, September 25-28, 2016, ACM, p. 51-63, 2016

A Parallel and Resilient Frontend for High Performance Validation Suites
Julien Adam   Marc Pérache  
High Performance Computing for Computational Science - VECPAR 2016 - 12th International Conference, Porto, Portugal, June 28-30, 2016, Revised Selected Papers, Springer, p. 248-255, 2016

Comparaison de moteurs exécutifs pour la parallélisation de solveurs linéaires itératifs
Adrien Roussel  
Conférence d'informatique en Parallélisme, Architecture et Système (Compas'2016), 2016-07

Description, Implementation and Evaluation of an Affinity Clause for Task Directives
Philippe Virouleau   Adrien Roussel   François Broquedis   Thierry Gautier   Fabrice Rastello   Jean-Marc Gratien  
IWOMP 2016, 2016-10

Using Runtime Systems Tools to Implement Efficient Preconditioners for Heterogeneous Architectures
Adrien Roussel   Jean-Marc Gratien   Thierry Gautier  
Oil & Gas Science and Technology - Revue d'IFP Energies nouvelles, Institut Français du Pétrole, p. 65:1-13, 2016-11

Partitionnement de maillages sous contrainte mémoire à l'aide de la programmation linéaire en nombres entiers
Eric Angel   Cédric Chevalier   Franck Ledoux   Sébastien Morais   Damien Regnault  
Conférence d'informatique en Parallélisme, Architecture et Système (Compas'2016), 2016-07

FPT Approximation Algorithm for Scheduling with Memory Constraints
Eric Angel   Cédric Chevalier   Franck Ledoux   Sébastien Morais   Damien Regnault  
Euro-Par 2016: Parallel Processing - 22nd International European Conference on Parallel and Distributed Computing, Grenoble, FR, August 24-26, 2016, Proceedings, p. 196-208, 2016

Étude et obtention d'heuristiques et d'algorithmes exacts et approchés pour un problème de partitionnement de maillage sous contraintes mémoire
Sébastien Morais  
Thèse de doctorat, spécialité informatique, CEA, Université d'Evry-Val-d'Essonne, 2016

Modane: a design support tool for numerical simulation codes
Benoı̂t Lelandais   Marie-Pierre Oudot  
Oil & Gas Science and Technology--Revue d'IFP Energies nouvelles, EDP Sciences, p. 57, 2016

A monotone nonlinear finite volume method for approximating diffusion operators on general meshes
Jean-Sylvain Camier   Francois Hermeline  
International Journal for Numerical Methods in Engineering, Wiley Online Library, p. 496-519, 2016

A discretization of the multigroup PN radiative transfer equation on general meshes
Francois Hermeline  
Journal of Computational Physics, Elsevier, p. 549-582, 2016

Balance-Enforced Multi-Level Algorithm for Multi-Criteria Mesh Partitioning
Rémi Barat   Cédric Chevalier   François Pellegrini  
CSC 16, p. 2, 2016-10

Multi-Constraints Graph Partitioning for Load Balancing of Multi-Physics Simulations
Rémi Barat   Cédric Chevalier   François Pellegrini  
Conférence d'informatique En Parallélisme, Architecture et Système (COMPAS), 2016-07

High-order accurate Lagrange-remap hydrodynamic schemes on staggered Cartesian grids
Gautier Dakin   Hervé Jourdren  
Comptes Rendus Mathematique, 2016-01

Origin of emission from square-shaped organic microlasers
S. Bittner   C. Lafargue   I. Gozhyk   N. Djellali   L. Milliet   D. T. Hickox-Young   C. Ulysse   D. Bouche   R. Dubertrand   E. Bogomolny   J. Zyss   M. Lebental  
EuroPhysics Letters, 113, 2016

Diffraction by a strip at almost grazing angle
I. Andronov   D. Bouche  
Journal of Sound and Vibration, vol 374, p. 185-198, 2016

Deconvolution of SWIR reflectance spectra for automatic mineral identification in hyperspectral imaging
Martin Brossard   Rodolphe Marion   Véronique Carrère  
Remote Sensing Letters 7(6):581-590, 2016

abstract
Abstract

Hyperspectral sensors generally acquire images in the spectral range in more than one hundred contiguous narrow channels with a (deca)metric spatial resolution. Each pixel of the image is thus associated with a continuous spectrum which can be used to identify or map surface minerals. The most powerful algorithms (e.g., USGS (United States Geological Survey) Tetracorder) run with a standardized spectral library, are often supervised and require some expert knowledge. In this paper, we present an original method for mineral identification and mapping. Its originality lies in its fully automatic functioning for the full spectral range, from initialization using spectral derivatives, to spectral deconvolution and mineral identification, with a global approach. The modelling combines exponential Gaussians, a continuum including the fundamental water absorption at and deals with overfitting to keep only the relevant Gaussians. We tested the method in the SWIR (Short-Wave InfraRed,) and for 14 minerals representative of industrial environments (e.g., quarries, mines, industries). More than 98% of the simulated spectra were correctly identified. When applied to two AVIRIS (Airborne Visible/InfraRed Imaging Spectrometer) images, results were consistent with ground truth data. The method could be improved by extending it to the VNIR (Visible and Near-InfraRed,) spectral range to include iron oxides and by managing spectral mixtures.

Caractérisation des panaches industriels par imagerie hyperspectrale aéroportée
Xavier Briottet   Pierre-Yves Foucher   Rodolphe Marion   Adrien Deschamps  
Photoniques, 2016

abstract
Abstract

La caractérisation des aérosols et des gaz produits par l’homme est un enjeu majeur pour la société car ces composants ont un impact direct sur la santé et le climat. Plusieurs techniques de caractérisation existent mais la télédétection aéroportée est une réponse potentiellement adaptée pour l’étude de ces sources si l’on veut avoir accès à leur expansion spatiale. De plus, l’imagerie hyperspectrale concernant tout le domaine optique, elle permet de couvrir l’ensemble des besoins nécessaires à la détection et la caractérisation des aérosols et des gaz.


2015


Angular momentum preserving cell-centered Lagrangian and Eulerian schemes on arbitrary grids
Bruno Després   Emmanuel Labourasse  
J. Comput. Phys., Academic Press, p. 28-54, 2015

Fine-grain data management directory for OpenMP 4.0 and OpenACC
Julien Jaeger   Patrick Carribault   Marc Pérache  
Concurr. Comput. Pract. Exp., p. 1528-1539, 2015

An MPI Halo-Cell Implementation for Zero-Copy Abstraction
Jean-Baptiste Besnard   Allen D. Malony   Sameer Shende   Marc Pérache   Patrick Carribault   Julien Jaeger  
Proceedings of the 22nd European MPI Users’ Group Meeting, EuroMPI 2015, Bordeaux, France, September 21-23, 2015, ACM, p. 3:1-3:9, 2015

Correctness Analysis of MPI-3 Non-Blocking Communications in PARCOACH
Julien Jaeger   Emmanuelle Saillard   Patrick Carribault   Denis Barthou  
Proceedings of the 22nd European MPI Users' Group Meeting, EuroMPI 2015, Bordeaux, France, September 21-23, 2015, ACM, p. 16:1-16:2, 2015

Combinatorial Algorithms to Enable Computational Science and Engineering: Work from the CSCAPES Institute
Erik G. Boman   Umit V. Catalyurek   Cedric Chevalier   Karen D. Devine   Assefaw H. Gebremedhin   Paul D. Hovland   Alex Pothen   Sivasankaran Rajamanickam   Ilya Safro   Michael M. Wolf   Min Zhou  
Purdue Univ., West Lafayette, IN (United States); Sandia National Lab. (SNL-NM), Albuquerque, NM (United States); Argonne National Lab. (ANL), Argonne, IL (United States), 2015-01

Molecular dynamics simulations of shock compressed heterogeneous materials. I. The porous case
L. Soulard   N. Pineau   J. Clerouin   L. Colombet  
JOURNAL OF APPLIED PHYSICS, AMER INST PHYSICS, 2015

abstract
Abstract

The propagation of an incident shock and subsequent rarefaction and compression waves in a porous media are analysed from a set of large scale molecular dynamics simulations. The porous material is modelized by a collection of spherical pores, empty or filled with dense gaseous argon, enclosed in a copper matrix. We observe that the pore collapse induces a strong local disorder in the matrix even for shock intensities below the melting point of shocked copper. Various mechanisms are considered and a detailed analysis of the numerical results shows that the melting around an isolated pore is mainly due to the plastic work induced by the collapse: a result that can be extended to more complicated pore shapes. The systematic study of the influence of the shock intensity, the pore size, and the presence of a filling gas shows that the melting is mainly inhibited by the presence of the gas. The final structure strongly depends on the interactions between the waves resulting from the various reflections of the initial shock at the sample boundaries, implying that the evaluation of the incident shock intensity based on post-mortem analyses requires a knowledge of the full history of the sample. (C) 2015 AIP Publishing LLC.

Molecular dynamics simulations of shock compressed heterogeneous materials. II. The graphite/diamond transition case for astrophysics applications
N. Pineau   L. Soulard   L. Colombet   T. Carrard   A. Pelle   Ph. Gillet   J. Clerouin  
JOURNAL OF APPLIED PHYSICS, AMER INST PHYSICS, 2015

abstract
Abstract

We present a series of molecular dynamics simulations of the shock compression of copper matrices containing a single graphite inclusion: these model systems can be related to some specific carbon-rich rocks which, after a meteoritic impact, are found to contain small fractions of nanodiamonds embedded in graphite in the vicinity of high impedance minerals. We show that the graphite to diamond transformation occurs readily for nanometer-sized graphite inclusions, via a shock accumulation process, provided the pressure threshold of the bulk graphite/diamond transition is overcome, independently of the shape or size of the inclusion. Although high diamond yields (similar to 80%) are found after a few picoseconds in all cases, the transition is non-isotropic and depends substantially on the relative orientation of the graphite stack with respect to the shock propagation, leading to distinct nucleation processes and size-distributions of the diamond grains. A substantial regraphitization process occurs upon release and only inclusions with favorable orientations likely lead to the preservation of a fraction of this diamond phase. These results agree qualitatively well with the recent experimental observations of meteoritic impact samples. (C) 2015 AIP Publishing LLC.

Characteristic current decomposition and RCS analysis
D. Bouche   F. Collino   Y. Morel   O. Vacus  
IMA Journal of Numerical Analysis, Volume 35, Issue 1, p. 454–477, 2015

Impacts faibles énergies et compressions sur panneaux raidis stratifiés.
François-Xavier Irisarri   Johann Rannou   Pascal Paulmier   Teddy Chantrait   Thomas Vandellos  
Revue des Composites et des Matériaux Avancés, 2015


2014


A frame invariant and maximum principle enforcing second-order extension for cell-centered ALE schemes based on local convex hull preservation
P. Hoch   E. Labourasse  
Int. J. Numer. Meth. Fluids, p. 1043-1063, 2014

A one-mesh method for the cell-centered discretization of sliding
G Clair   B Després   E Labourasse  
Comp. Meth. Appl. Mech. Eng., Elsevier, p. 315-333, 2014

Improving MPI communication overlap with collaborative polling
Sylvain Didelot   Patrick Carribault   Marc Pérache   William Jalby  
Computing, p. 263-278, 2014

Evaluation of OpenMP Task Scheduling Algorithms for Large NUMA Architectures
Jérôme Clet-Ortega   Patrick Carribault   Marc Pérache  
Euro-Par 2014 Parallel Processing - 20th International Conference, Porto, Portugal, August 25-29, 2014. Proceedings, Springer, p. 596-607, 2014

Optimizing Collective Operations in Hybrid Applications
Aurèle Mahéo   Patrick Carribault   Marc Pérache   William Jalby  
21st European MPI Users’ Group Meeting, EuroMPI/ASIA ’14, Kyoto, Japan - September 09 - 12, 2014, ACM, p. 121, 2014

An Arbitrary Space-Time High-Order Finite Volume Scheme for Gas Dynamics Equations in Curvilinear Coordinates on Polar Meshes
Bertrand Meltz   Stéphane Jaouen   Frédéric Lagoutière  
Finite Volumes for Complex Applications VII-Elliptic, Parabolic and Hyperbolic Problems, Springer International Publishing, p. 901-909, 2014

An All-Regime Lagrange-Projection Like Scheme for the Gas Dynamics Equations on Unstructured Meshes
Christophe Chalons   Mathieu Girardin   Samuel Kokh  
Communications in Computational Physics, 2014-06

Asymptotic preserving and all-regime Lagrange-Projection like numerical schemes : application to two-phase flows in low mach regime
Mathieu Girardin  
2014-12

Algorithme Approché Pour Un Problème de Partitionnement de Maillage Sous Contrainte Mémoire
Sébastien Morais   Eric Angel   Cédric Chevalier   Franck Ledoux   Kim Thang Nguyen   Damien Regnault  
ROADEF - 15ème Congrès Annuel de La Société Française de Recherche Opérationnelle et d'aide à La Décision, Société française de recherche opérationnelle et d'aide à la décision, 2014-02

Linear Programming for Mesh Partitioning under Memory Constraint : Theoretical Formulations and Experimentations
Sébastien Morais   Eric Angel   Cédric Chevalier   Franck Ledoux   Damien Regnault  
CSC 14, p. 2, 2014

Big Data Solution for CTBT Monitoring Using Global Cross Correlation
Pierre Gaillard   Dmitry Bobrov   Aurelien Dupont   Agnès Grenouille   Ivan O Kitov   Mikhail Rozhkov  
AGU Fall Meeting Abstracts, p. IN21A-3700, 2014

Closed Form Solution and Equivalent Equation Approximation of Linear Advection by a Non Dissipative Second Order Scheme for Step Initial Conditions
G. Arbia   D. Bouche  
Acta Applicandae Mathematicae, Volume 130, Issue 1, p. 151-162, 2014

A low-order reduced model for the long range propagation of infrasounds in the atmosphere
M. Bertin   C. Millet   D. Bouche  
Journal of the Acoustical Society of America 136(1), p. 37-52, 2014

A low-order model for wave propagation in random waveguides
C. Millet   M. Bertin   D. Bouche  
Bulletin of the American Physical Society, 59(20), BAPS.2014.DFD.D20.3, 2014

A Well Balanced Scheme for a Transport Equation with Varying Velocity Arising in Relativistic Transfer Equation
T. Leroy   B. Després   C. Buet  
Finite Volumes for Complex Applications VII-Elliptic, Parabolic and Hyperbolic Problems, 2014

abstract
Abstract

We are interested in the study of numerical schemes for the homogeneous in space asymptotic limit in the non equilibrium regime of the relativistic transfer equation. This limit leads to a frequency drift term modeling the Doppler effects for photons, and our aim is to design costless well-balanced schemes. One difficulty is that wave speed may vanish, which implies that standard well-balanced schemes constructed by discretizing the source term at the interfaces and by using a Godunov scheme may become inconsistent in this limit. This is indeed observed numerically.

Low intrusive coupling of implicit and explicit time integration schemes for structural dynamics: Application to low energy impacts on composite structures
T. Chantrait   J. Rannou   A. Gravouil  
Finite Elements in Analysis and Design, p. 23-33, 2014

abstract
Abstract

Simulation of low energy impacts on composite structures is a key feature in aeronautics. Unfortunately it involves very expensive numerical simulations: on the one side, the structures of interest have large dimensions and need fine volumic meshes (at least locally) in order to properly capture damage. On the other side, explicit simulations are commonly used to lead this kind of simulations (Lopes et al., 2009 [1]; Bouvet, 2009 [2]), which results in very small time steps to ensure the CFL condition (Courant et al., 1967 [3]). Implicit algorithms are actually more difficult to use in this situation because of the lack of smoothness of the solution that can lead to prohibitive number of time steps or even to non-convergence of Newton-like iterative processes. It is also observed that non-smooth phenomena are localized in space and time (near the impacted zone). It may therefore be advantageous to adopt a multiscale space/time approach by splitting the structure into several substructures with their own space/time discretization and their own integration scheme. The purpose of this decomposition is to take advantage of the specificities of both algorithms families: explicit scheme focuses on non-smooth areas while smoother parts (actually linear in this work) of the solutions are computed with larger time steps with an implicit scheme. We propose here an implementation of the Gravouil–Combescure method (GC) (Combescure and Gravouil, 2002 [4]) by the mean of low intrusive coupling between the implicit finite element analysis (FEA) code Zset/Zébulon (Z-set official website, 2013 [5]) and the explicit FEA code Europlexus (Europlexus official website, 2013 [6]). Simulations of low energy impacts on composite stiffened panels are presented. It is shown on this application that large time step ratios can be reached, thus saving computation time.

Approche multiéchelle en espace et en temps pour la prévision des endommagements dans les structures composites soumises à un impact de faible énergie
Teddy Chantrait  
INSA de Lyon, 2014


2013


A new method to introduce constraints in cell-centered Lagrangian schemes
Guillaume Clair   Bruno Després   Emmanuel Labourasse  
Comp. Meth. Appl. Mech. Eng., Elsevier, p. 56-65, 2013

Data-Management Directory for OpenMP 4.0 and OpenACC
Julien Jaeger   Patrick Carribault   Marc Pérache  
Euro-Par 2013: Parallel Processing Workshops - BigDataCloud, DIHC, FedICI, HeteroPar, HiBB, LSDVE, MHPC, OMHI, PADABS, PROPER, Resilience, ROME, and UCHPC 2013, Aachen, Germany, August 26-27, 2013. Revised Selected Papers, Springer, p. 168-177, 2013

Event Streaming for Online Performance Measurements Reduction
Jean-Baptiste Besnard   Marc Pérache   William Jalby  
42nd International Conference on Parallel Processing, ICPP 2013, Lyon, France, October 1-4, 2013, IEEE Computer Society, p. 985-994, 2013

Introducing kernel-level page reuse for high performance computing
Sébastien Valat   Marc Pérache   William Jalby  
Proceedings of the ACM SIGPLAN Workshop on Memory Systems Performance and Correctness, June, 21, 2013, Seattle, Washington, USA, Co-located with PLDI 2013, ACM, p. 3:1-3:9, 2013

Binary Instrumentation for Scalable Performance Measurement of OpenMP Applications
Julien Jaeger   Peter Philippen   Eric Petit   Andres Charif Rubial   Christian Rössel   William Jalby   Bernd Mohr  
Parallel Computing: Accelerating Computational Science and Engineering (CSE), Proceedings of the International Conference on Parallel Computing, ParCo 2013, 10-13 September 2013, Garching (near Munich), Germany, IOS Press, p. 783-792, 2013

Large Time Step and Asymptotic Preserving Numerical Schemes for the Gas Dynamics Equations with Source Terms
Christophe Chalons   Mathieu Girardin   Samuel Kokh  
SIAM Journal on Scientific Computing, 2013-01

Hypergraph Partitioning
Cédric Chevalier  
Graph Partitioning, John Wiley & Sons, Ltd, p. 65-80, 2013

A Constraint-Based System to Ensure the Preservation of Sharp Geometric Features in Hexahedral Meshes
Franck Ledoux   Nicolas Le Goff   Steven J. Owen   Matthew L. Staten   Jean-Christophe Weill  
Proceedings of the 21st International Meshing Roundtable, Springer Berlin Heidelberg, p. 315-332, 2013

abstract
Abstract

Generating a full hexahedral mesh for any 3D geometric domain is still a challenging problem. Among the different attempts, the octree-based methods are the most efficient from an engineering point of view. But the main drawback of such methods is the lack of control near the boundary. In this work, we propose an a posteriori technique based on the notion of the fundamental mesh in order to improve the mesh quality near the boundary. This approach is based on the resolution of a constraint problem defined on the topology of the CAD model that we have to discretize.

An imprinting algorithm to insert geometric details into hexahedral meshes
Nicolas Le Goff   Franck Ledoux   Jean-Christophe Weill  
Proceedings of the 6th International Conference on Adaptive Modeling and Simulation, ADMOS 2013, p. 412-422, 2013

abstract
Abstract

In numerous computational engineering applications, hexahedral meshes may be preferred over tetrahedral meshes. However, automatic hexahedral meshing remains an unsolved issue and thus generating a hexahedral mesh is known as a time-consuming stage that requires a lot of user interactions in the simulation process. A possible way for designing and optimizing a CAD model or a geometric shape requires parametric studies where the shape is enriched by inserting geometric details into it. Then we must \"adapt\" the initial mesh and not generate it anew for each new detail taken into account. In order to perform such studies with hexahedral meshes, we provide an imprinting method allowing us to automatically add geometric details into an existing mesh. This addition is done using geometric projections, sheets (layers of hexahedral elements) insertions and combinatorial algorithms while preserving the hexahedral mesh structure as best as possible.

Analytical solutions to detect the scheme dispersion for the coupled nonlinear equations
A.V. Porubov   D. Bouche   G. Bonnaud  
Communications in Nonlinear Science and Numerical Simulation 18, p. 2679-2688, 2013

A Coherent derivation of an average ion model including the evolution of correlations between different shells
D. Bouche   A. Decoster   L. Desvillettes   V. Ricci  
Maths in action, vol 6, n°2, p. 1-14, 2013

Simultaneous retrieval of CO2 and aerosols in a plume from hyperspectral imagery: Application to the characterization of forest fire smoke using AVIRIS data
Adrien Deschamps   Rodolphe Marion   Xavier Briottet   Pierre-Yves Foucher  
International Journal of Remote Sensing, 34(19), 6837–6864, 2013

abstract
Abstract

Hyperspectral imagery is a widely used technique to study atmospheric composition. For several years, many methods have been developed to estimate the abundance of gases. However, existing methods do not simultaneously retrieve the properties of aerosols and often use standard aerosol models to describe the radiative impact of particles. This approach is not suited to the characterization of plumes, because plume particles may have a very different composition and size distribution from aerosols described by the standard models given by radiative transfer codes. This article presents a new method to simultaneously retrieve carbon dioxide (CO2) and aerosols inside a plume, combining an aerosol retrieval algorithm using visible and near-infrared (VNIR) wavelengths and a CO2 estimation algorithm using shortwave infrared (SWIR) wavelengths. The microphysical properties of the plume particles, obtained after aerosol retrieval, are used to calculate their optical properties in the SWIR. Then, a database of atmospheric terms is generated with the radiative transfer code, Moderate Resolution Atmospheric Transmission (MODTRAN). Finally, pixel radiances around the 2.0 μm absorption feature are used to retrieve the CO2 abundances. After conducting a signal sensitivity analysis, the method was applied to two airborne visible/infrared imaging spectrometer (AVIRIS) images acquired over areas of biomass burning. For the first image, in situ measurements were available. The results show that including the aerosol retrieval step before the CO2 estimation: (1) induces a better agreement between in situ measurements and retrieved CO2 abundances (the CO2 overestimation of about 15%, induced by neglecting aerosols has been corrected, especially for pixels where the plume is not very thick); (2) reduces the standard deviation of estimated CO2 abundance by a factor of four; and (3) causes the spatial distribution of retrieved concentrations to be coherent.

Approches multiéchelles en espace et en temps pour la simulation d’impacts de faible énergie sur les structures composites
Teddy Chantrait   Johann Rannou   Anthony Gravouil  
11e colloque national en calcul des structures, 2013

Low intrusive coupling of implicit and explicit integration schemes for structural dynamics: application to low energy impacts on composite structures
Teddy Chantrait   Johann Rannou   Anthony Gravouil  
COUPLED V: proceedings of the V International Conference on Computational Methods for Coupled Problems in Science and Engineering, CIMNE, p. 1373-1394, 2013


2012


A new exceptional points method with application to cell-centered Lagrangian schemes and curved meshes
A. Claisse   B. Després   E. Labourasse   F. Ledoux  
J. Comput. Phys., p. 4324-4354, 2012

Stabilization of cell-centered compressible Lagrangian methods using subzonal entropy
B. Després   E. Labourasse  
J. Comput. Phys., p. 6559 - 6595, 2012

Hierarchical Local Storage: Exploiting Flexible User-Data Sharing Between MPI Tasks
Marc Tchiboukdjian   Patrick Carribault   Marc Pérache  
26th IEEE International Parallel and Distributed Processing Symposium, IPDPS 2012, Shanghai, China, May 21-25, 2012, IEEE Computer Society, p. 366-377, 2012

Adaptive OpenMP for Large NUMA Nodes
Aurèle Mahéo   Souad Koliai   Patrick Carribault   Marc Pérache   William Jalby  
OpenMP in a Heterogeneous World - 8th International Workshop on OpenMP, IWOMP 2012, Rome, Italy, June 11-13, 2012. Proceedings, Springer, p. 254-257, 2012

Improving MPI Communication Overlap with Collaborative Polling
Sylvain Didelot   Patrick Carribault   Marc Pérache   William Jalby  
Recent Advances in the Message Passing Interface - 19th European MPI Users’ Group Meeting, EuroMPI 2012, Vienna, Austria, September 23-26, 2012. Proceedings, Springer, p. 37-46, 2012

Numerical investigation of magnetic Richtmyer-Meshkov instability
Y. Levy   S. Jaouen   B. Canaud  
Laser and Particle Beams, p. 415-419, 2012

Shock velocity increase due to a heterogeneity produced by a two-gas layer
Déborah Elbaz   Georges Jourdan   Lazhar Houas   Stéphane Jaouen   Philippe Ballereau   Frédéric Dias   Benoit Canaud  
Phys. Rev. E, p. 066307, 2012

High-order dimensionally split Lagrange-remap schemes for ideal magnetohydrodynamics
Marc Wolff   Stéphane Jaouen   Hervé Jourdren   Eric Sonnendrücker  
Discrete and Continuous Dynamical Systems S, AIMS, p. 345-367, 2012

Transformations source-à-source pour l'optimisation de codes irréguliers et multithreads. (Source-to-source transformations for irregular and multithreaded code optimization)
Julien Jaeger  
Versailles Saint-Quentin-en-Yvelines University, France, 2012

Automatic efficient data layout for multithreaded stencil codes on CPU sand GPUs
Julien Jaeger   Denis Barthou  
19th International Conference on High Performance Computing, HiPC 2012, Pune, India, December 18-22, 2012, IEEE Computer Society, p. 1-10, 2012

A finite volume method for the approximation of convection--diffusion equations on general meshes
F Hermeline  
International journal for numerical methods in engineering, Wiley Online Library, p. 1331-1357, 2012

The Zoltan and Isorropia Parallel Toolkits for Combinatorial Scientific Computing: Partitioning, Ordering and Coloring
Erik G. Boman   Uemit V. Catalyuerek   Cedric Chevalier   Karen D. Devine  
Scientific Programming, Hindawi Ltd, p. 129-150, 2012

Load Balancing for Mesh Based Multi-Physics Simulations in the Arcane Framework
C. Chevalier   G. Grospellier   F. Ledoux   J. C. Weill  
The Eighth International Conference on Engineering Computational Technology, p. 4, 2012

Parallel Partitioning, Coloring, and Ordering for Scientific Computing
E. G. Boman   Ue V. Catalyuerek   C. Chevalier   K. D. Devine  
Parallel Partitioning, Coloring, and Ordering in Scientific Computing, Chapman & Hall/Crc Press, p. 351-371, 2012

Diffraction by a narrow circular cone as a strongly elongated body
I. Andronov   D. Bouche  
Journal of Mathematical Sciences volume 185, p. 517–522, 2012

Simultaneous study of the diffraction by a 2D-convex obstacle through boundary layer method and microlocal analysis
D. Bouche   O. Lafitte  
Asymptotic Analysis 79, p. 347–378, 2012

High-frequency diffraction of a plane electromagnetic wave by an elongated spheroid
I. Andronov   D. Bouche   M. Duruflé  
IEEE-AP, vol 60, n°11, p. 5286-5295, 2012


2011


Method, computer program and device for managing memory access in a multiprocessor architecture of numa type
Zoltan Menyhart   Marc Pérache  
2011

Thread-Local Storage Extension to Support Thread-Based MPI/OpenMP Applications
Patrick Carribault   Marc Pérache   Hervé Jourdren  
OpenMP in the Petascale Era - 7th International Workshop on OpenMP, IWOMP 2011, Chicago, IL, USA, June 13-15, 2011. Proceedings, Springer, p. 80-93, 2011

Conservative numerical methods for a two-temperature resistive MHD model with self-generated magnetic field term
Marc Wolff   Stéphane Jaouen   Lise-Marie Imbert-Gérard  
Esaim Proceedings, p. 195-210, 2011

Metric-based mesh adaptation for 2D Lagrangian compressible flows
S. Del Pino  
Journal of Computational Physics, Elsevier, p. 1793-1821, 2011

Forward and adjoint simulations of seismic wave propagation on fully unstructured hexahedral meshes
Daniel Peter   Dimitri Komatitsch   Yang Luo   Roland Martin   Nicolas Le Goff   Emanuele Casarotti   Pieyre Le Loher   Federica Magnoni   Qinya Liu   Céline Blitz   Tarje Nissen-Meyer   Piero Basini   Jeroen Tromp  
Geophysical Journal International, p. 721-739, 2011-08

abstract
Abstract

We present forward and adjoint spectral-element simulations of coupled acoustic and (an)elastic seismic wave propagation on fully unstructured hexahedral meshes. Simulations benefit from recent advances in hexahedral meshing, load balancing and software optimization. Meshing may be accomplished using a mesh generation tool kit such as CUBIT, and load balancing is facilitated by graph partitioning based on the SCOTCH library. Coupling between fluid and solid regions is incorporated in a straightforward fashion using domain decomposition. Topography, bathymetry and Moho undulations may be readily included in the mesh, and physical dispersion and attenuation associated with anelasticity are accounted for using a series of standard linear solids. Finite-frequency Fréchet derivatives are calculated using adjoint methods in both fluid and solid domains. The software is benchmarked for a layercake model. We present various examples of fully unstructured meshes, snapshots of wavefields and finite-frequency kernels generated by Version 2.0 'Sesame' of our widely used open source spectral-element package SPECFEM3D.

Error estimate for the upwind finite volume method for the nonlinear scalar conservation law
D. Bouche   J.M. Ghidaglia   F. Pascal  
Journal of Computational and Applied Mathematics 235, p. 5394–5410, 2011

An optimal error estimate for upwind finite volume methods for nonlinear hyperbolic conservation laws
D. Bouche   J.M. Ghidaglia   F. Pascal  
Applied Numerical Mathematics 61, p. 1114-1131, 2011

Forward and backward wave in high-frequency diffraction by an elongated spheroid
I. Andronov   D. Bouche  
Progress In Electromagnetics Research B, Vol. 29, p. 209-231, 2011

Modeling directional-hemispherical reflectance and transmittance of fresh and dry leaves from 0.4μm to 5.7μm with the PROSPECT-VISIR model
Fanny Gerber   Rodolphe Marion   Albert Olioso   Stéphane Jacquemoud   B. Ribeiro da Luz   Sophie Fabre  
Remote Sensing of Environment 115(2):404-414, 2011

abstract
Abstract

Vegetation water content retrieval using passive remote sensing techniques in the 0.4–2.5 μm region (reflection of solar radiation) and the 8–14 μm region (emission of thermal radiation) has given rise to an abundant literature. The wavelength range in between, where the main water absorption bands are located, has surprisingly received very little attention because of the complexity of the radiometric signal that mixes both reflected and emitted fluxes. Nevertheless, it is now covered by the latest generation of passive optical sensors (e.g. SEBASS, AHS). This work aims at modeling leaf spectral reflectance and transmittance in the infrared, particularly between 3 μm and 5 μm, to improve the retrieval of vegetation water content using hyperspectral data. Two unique datasets containing 32 leaf samples each were acquired in 2008 at the USGS National Center, Reston (VA, USA) and the ONERA Research Center, Toulouse (France). Reflectance and transmittance were recorded using laboratory spectrometers in the spectral region from 0.4 μm to 14 μm, and the leaf water and dry matter contents were determined. It turns out that these spectra are strongly linked to water content up to 5.7 μm. This dependence is much weaker further into the infrared, where spectral features seem to be mainly associated with the biochemical composition of the leaf surface. The measurements show that leaves transmit light in this wavelength domain and that the transmittance of dry samples can reach 0.35 of incoming light around 5 μm, and 0.05 around 11 μm. This work extends the PROSPECT leaf optical properties model by taking into account the high absorption levels of leaf constituents (by the insertion of the complex Fresnel coefficients) and surface phenomena (by the addition of a top layer). The new model, PROSPECT-VISIR (VISible to InfraRed), simulates leaf reflectance and transmittance between 0.4 μm and 5.7 μm (at 1 nm spectral resolution) with a root mean square error (RMSE) of 0.017 and 0.018, respectively. Model inversion also allows the prediction of water (RMSE = 0.0011 g/cm²) and dry matter (RMSE = 0.0013 g/cm²) contents.


2010


An antidissipative transport scheme on unstructured meshes for multicomponent flows
Bruno Després   Frédéric Lagoutière   Emmanuel Labourasse   Isabelle Marmajou  
Int. J. Finite Volumes, p. 30-65, 2010

User level DB: a debugging API for user-level thread libraries
Kevin Pouget   Marc Pérache   Patrick Carribault   Hervé Jourdren  
24th IEEE International Symposium on Parallel and Distributed Processing, IPDPS 2010, Atlanta, Georgia, USA, 19-23 April 2010 - Workshop Proceedings, IEEE, p. 1-7, 2010

Enabling Low-Overhead Hybrid MPI/OpenMP Parallelism with MPC
Patrick Carribault   Marc Pérache   Hervé Jourdren  
Beyond Loop Level Parallelism in OpenMP: Accelerators, Tasking and More, 6th Internationan Workshop on OpenMP, IWOMP 2010, Tsukuba, Japan, June 14-16, 2010, Proceedings, Springer, p. 1-14, 2010

High-order dimensionally split Lagrange-remap schemes for compressible hydrodynamics
Frédéric Duboc   Cédric Enaux   Stéphane Jaouen   Hervé Jourdren   Marc Wolff  
Comptes Rendus Académie des Sciences, Paris, Série I, p. 105-110, 2010

A curvilinear finite-volume method to solve compressible gas dynamics in semi-Lagrangian coordinates
S. Del Pino  
Comptes Rendus Mathématique, Elsevier, p. 1027-1032, 2010

An iterative procedure to solve a coupled two-fluids turbulence model
T. Chacón Rebollo   S. Del Pino   D. Yakoubi  
ESAIM: Mathematical Modelling and Numerical Analysis, EDP Sciences, p. 693-713, 2010

Compensation of the scheme dispersion and dissipation by artificial non-linear additions
A.V. Porubov   D. Bouche   G. Bonnaud  
Transactions on Computer Science, LNCS 5890, p. 122-131, 2010

Theoretical Analysis of the upwind finite volume scheme on the counter-example of Peterson
D. Bouche   J.M. Ghidaglia   F. Pascal  
ESAIM-Mathematical Modelling and Numerical Analysis, Volume 44, number 6, p. 1279-1293, 2010


2009


A cell-centered Lagrangian hydrodynamics scheme in arbitrary dimension
G. Carré   S. Del Pino   B. Després   E. Labourasse  
J. Comput. Phys., p. 5160-5183, 2009

Polynomial Least-Square reconstruction for semi-Lagrangian Cell-Centered Hydrodynamic Scheme
G. Carré   S. Del Pino   E. Labourasse   K. Pichon Gostaf   A. V. Shapeev  
ESAIM: Proc., p. 1008-1024, 2009

MPC-MPI: An MPI Implementation Reducing the Overall Memory Consumption
Marc Pérache   Patrick Carribault   Hervé Jourdren  
Recent Advances in Parallel Virtual Machine and Message Passing Interface, 16th European PVM/MPI Users’ Group Meeting, Espoo, Finland, September 7-10, 2009. Proceedings, Springer, p. 94-103, 2009

Compressible magnetic Rayleigh-Taylor instability in stratified plasmas: Comparison of analytical and numerical results in the linear regime
S. Liberatore   S. Jaouen   E. Tabakhoff   B. Canaud  
Physics of Plasmas, p. 044502, 2009

Dissipative issue of high-order shock capturing schemes with non-convex equations of state
Olivier Heuzé   Stéphane Jaouen   Hervé Jourdren  
Journal of Computational Physics, p. 833-860, 2009

3D finite volume simulation of acoustic waves in the earth atmosphere
S. Del Pino   B. Després   P. Havé   H. Jourdren   P.-F. Piserchia  
Computers & Fluids, Elsevier, p. 765-777, 2009

The Arcane Development Framework
Gilles Grospellier   Benoit Lelandais  
Proceedings of the 8th Workshop on Parallel/High-Performance Object-Oriented Scientific Computing, Association for Computing Machinery, 2009

abstract
Abstract

In this paper, we introduce the Arcane software development framework for 2D and 3D numerical simulation codes. First, we describe the Arcane core, the mesh management and the parallelism strategy. Then, we focus on the concepts introduced to speed up the development of numerical codes: numerical modules, variables, entry points and services. We explain the execution model and enumerate the available debugging tools. Finally, the main functionalities of Arcane are described through an example. As a conclusion, we present the future works.

A finite volume method for approximating 3D diffusion operators on general meshes
Francois Hermeline  
Journal of computational Physics, Elsevier, p. 5763-5786, 2009

Advances in Parallel Partitioning, Load Balancing and Matrix Ordering for Scientific Computing
Erik G. Boman   Umit V. Catalyurek   Cédric Chevalier   Karen D. Devine   Ilya Safro   Michael M. Wolf  
Journal of Physics: Conference Series, p. 12008, 2009-07

Comparison of Coarsening Schemes for Multilevel Graph Partitioning
C. Chevalier   I. Safro  
Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics), p. 191-205, 2009

Weighted Aggregation for Multi-Level Graph Partitioning
Cedric Chevalier   Ilya Safro  
2009

Getting Started with Zoltan: A Short Tutorial
K. D. Devine   E. G. Boman   L. A. Riesen   U. V. Catalyurek   C. Chevalier  
Proc. of 2009 Dagstuhl Seminar on Combinatorial Scientific Computing, 2009

Retrieval of microphysical and optical properties in aerosol plumes with hyperspectral imagery: L-APOM method
Alexandre Alakian   Rodolphe Marion   Xavier Briottet  
Remote Sensing of Environment 113(4):781-793, 2009

abstract
Abstract

This paper presents the retrieval method L-APOM which aims at characterizing the microphysical and optical properties of aerosol plumes from hyperspectral images with high spatial resolution. The inversion process is divided into three steps: estimation of the ground reflectance below the plume, characterization of the standard atmosphere (gases and background aerosols) and estimation of the plume aerosols properties. As using spectral information only is not sufficient to insure uniqueness of solutions, original constraints are added by assuming slow spatial variations of particles properties within the plume. The whole inversion process is validated on a large set of simulated images and reveals to remain accurate even in the worst cases of noise: relative estimation errors of aerosol properties remain between 10% and 20% in most cases. L-APOM is applied on a real AVIRIS hyperspectral image of a biomass burning plume for which in situ measurements are available. Retrieved properties appear globally consistent with measurements.


2008


DNS of the interaction between a deformable buoyant bubble and a spatially decaying turbulence: A priori tests for LES two-phase flow modelling
A. Toutant   E. Labourasse   O. Lebaigue   O. Simonin  
Comput. Fluids, p. 877 - 886, 2008

Efficient Shared Memory Message Passing for Inter-VM Communications
François Diakhaté   Marc Pérache   Raymond Namyst   Hervé Jourdren  
Euro-Par 2008 Workshops - Parallel Processing, VHPC 2008, UNICORE 2008, HPPC 2008, SGS 2008, PROPER 2008, ROIA 2008, and DPA 2008, Las Palmas de Gran Canaria, Spain, August 25-26, 2008, Revised Selected Papers, Springer, p. 53-62, 2008

MPC: A Unified Parallel Runtime for Clusters of NUMA Machines
Marc Pérache   Hervé Jourdren   Raymond Namyst  
Euro-Par 2008 - Parallel Processing, 14th International Euro-Par Conference, Las Palmas de Gran Canaria, Spain, August 26-29, 2008, Proceedings, Springer, p. 78-88, 2008

Fine Tuning Matrix Multiplications on Multicore
Stéphane Zuckerman   Marc Pérache   William Jalby  
High Performance Computing - HiPC 2008, 15th International Conference, Bangalore, India, December 17-20, 2008. Proceedings, Springer, p. 30-41, 2008

Lagrangian method enhanced with edge swapping for the free fall and contact problem
É. Bernard   S. Del Pino   E. Deriaz   B. Després   K. Jurkova   F. Lagoutière  
ESAIM: Proceedings, EDP Sciences, p. 46-59, 2008

Une borne inférieure pour la constante de la condition inf-sup sur l'opérateur de divergence
S. Del Pino   U. Razafison   D. Yakoubi  
Comptes Rendus Mathematique, Elsevier, p. 533-538, 2008

Approximating second-order vector differential operators on distorted meshes in two space dimensions
F Hermeline  
International journal for numerical methods in engineering, Wiley Online Library, p. 1065-1089, 2008

New finite volume methods for approximating partial differential equations on arbitrary meshes; Nouvelles methodes de volumes finis pour approcher des equations aux derivees partielles sur des maillages quelconques
F Hermeline  
2008

Numerical experiments with the DDFV method
F Hermeline  
Finite Volumes for Complex Applications V, John Wiley & Sons, p. 851-864, 2008

A finite volume method for the approximation of Maxwell's equations in two space dimensions on arbitrary meshes
Francois Hermeline   Siham Layouni   Pascal Omnes  
Journal of Computational Physics, Elsevier, p. 9365-9388, 2008

Improved Parallel Data Partitioning by Nested Dissection with Applications to Information Retrieval.
Michael M. Wolf   Cedric Chevalier   Erik Gunnar Boman  
Proposed for publication in Parallel Computing., Sandia National Laboratories (SNL), Albuquerque, NM, and Livermore, CA (United States), 2008-12

PT-Scotch: A Tool for Efficient Parallel Graph Ordering
C. Chevalier   F. Pellegrini  
Parallel Computing, p. 318-331, 2008

Simulation of Seismic Wave Propagation in an Asteroid Based upon an Unstructured MPI Spectral-Element Method: Blocking and Non-blocking Communication Strategies
Roland Martin   Dimitri Komatitsch   Céline Blitz   Nicolas Le Goff  
High Performance Computing for Computational Science - VECPAR, Springer, p. 350-363, 2008

abstract
Abstract

In order to better understand the internal structure of asteroids orbiting in the Solar system and then the response of such objects to impacts, seismic wave propagation in asteroid 433-Eros is performed numerically based on a spectral-element method at frequencies lying between 2 Hz and 22 Hz. In the year 2000, the NEAR Shoemaker mission to Eros has provided images of the asteroid surface, which contains numerous fractures that likely extend to its interior. Our goal is to be able to propagate seismic waves resulting from an impact in such models. For that purpose we create and mesh both homogeneous and fractured models with a highly-dispersive regolith layer at the surface using the CUBIT mesh generator developed at Sandia National Laboratories (USA). The unstructured meshes are partitioned using the METIS software package in order to minimize edge cuts and therefore optimize load balancing in our parallel blocking or non-blocking MPI implementations. We show the results of several simulations and illustrate the fact that they exhibit good scaling.

High-frequency simulations of global seismic wave propagation using SPECFEM3D\_GLOBE on 62K processors
Laura Carrington   Dimitri Komatitsch   Michael Laurenzano   Mustafa M. Tikir   David Michea   Nicolas Le Goff   Allan Snavely   Jeroen Tromp  
SC '08: Proceedings of the 2008 ACM/IEEE Conference on Supercomputing, p. 1-11, 2008-11

abstract
Abstract

SPECFEM3D_GLOBE is a spectral element application enabling the simulation of global seismic wave propagation in 3D anelastic, anisotropic, rotating and self-gravitating Earth models at unprecedented resolution. A fundamental challenge in global seismology is to model the propagation of waves with periods between 1 and 2 seconds, the highest frequency signals that can propagate clear across the Earth. These waves help reveal the 3D structure of the Earth's deep interior and can be compared to seismographic recordings. We broke the 2 second barrier using the 62K processor Ranger system at TACC. Indeed we broke the barrier using just half of Ranger, by reaching a period of 1.84 seconds with sustained 28.7 Tflops on 32K processors. We obtained similar results on the XT4 Franklin system at NERSC and the XT4 Kraken system at University of Tennessee Knoxville, while a similar run on the 28K processor Jaguar system at ORNL, which has better memory bandwidth per processor, sustained 35.7 Tflops (a higher flops rate) with a 1.94 shortest period.Thus we have enabled a powerful new tool for seismic wave simulation, one that operates in the same frequency regimes as nature; in seismology there is no need to pursue periods much smaller because higher frequency signals do not propagate across the entire globe.We employed performance modeling methods to identify performance bottlenecks and worked through issues of parallel I/O and scalability. Improved mesh design and numbering results in excellent load balancing and few cache misses. The primary achievements are not just the scalability and high teraflops number, but a historic step towards understanding the physics and chemistry of the Earth's interior at unprecedented resolution.

On the degeneration of creeping waves in a vicinity of critical values of the impedance
D. Bouche   I. Andronov  
Wave Motion 45, p. 400-411, 2008

Degeneration of electromagnetic creeping waves in a vicinity of critical values of anisotropic impedance
D. Bouche   I. Andronov  
IEEE Transactions on Antennas Propagation, p. 1984-1992, 2008

Description of numerical shock profiles of non-linear Burgers’ equation by asymptotic solution of its differential approximations
A.V. Porubov   D. Bouche   G. Bonnaud  
International Journal of Finite Volumes, V. 5, p. 1-16, 2008

Remote sensing of aerosol plumes: a semianalytical model
Alexandre Alakian   Rodolphe Marion   Xavier Briottet  
Applied Optics 47(11):1851-1866, 2008

abstract
Abstract

A semianalytical model, named APOM (aerosol plume optical model) and predicting the radiative effects of aerosol plumes in the spectral range [0.4,2.5 μm], is presented in the case of nadir viewing. It is devoted to the analysis of plumes arising from single strong emission events (high optical depths) such as fires or industrial discharges. The scene is represented by a standard atmosphere (molecules and natural aerosols) on which a plume layer is added at the bottom. The estimated at-sensor reflectance depends on the atmosphere without plume, the solar zenith angle, the plume optical properties (optical depth, single-scattering albedo, and asymmetry parameter), the ground reflectance, and the wavelength. Its mathematical expression as well as its numerical coefficients are derived from MODTRAN4 radiative transfer simulations. The DISORT option is used with 16 fluxes to provide a sufficiently accurate calculation of multiple scattering effects that are important for dense smokes. Model accuracy is assessed by using a set of simulations performed in the case of biomass burning and industrial plumes. APOM proves to be accurate and robust for solar zenith angles between 0° and 60° whatever the sensor altitude, the standard atmosphere, for plume phase functions defined from urban and rural models, and for plume locations that extend from the ground to a height below 3 km. The modeling errors in the at-sensor reflectance are on average below 0.002. They can reach values of 0.01 but correspond to low relative errors then (below 3% on average). This model can be used for forward modeling (quick simulations of multi/hyperspectral images and help in sensor design) as well as for the retrieval of the plume optical properties from remotely sensed images.


2007


Towards Large Eddy simulation of isothermal two-phase flows: Governing equations and a priori tests
E. Labourasse   D. Lacanette   A. Toutant   P. Lubin   S. Vincent   O. Lebaigue   J.-P. Caltagirone   P. Sagaut  
Int. J. Multiphase Flow, p. 1 - 39, 2007

High-gain direct-drive inertial confinement fusion for the Laser Mégajoule: recent progress
B. Canaud   F. Garaude   P. Ballereau   J. L. Bourgade   C. Clique   D. Dureau   M. Houry   S. Jaouen   H. Jourdren   N. Lecler   L. Masse   A. Masson   R. Quach   R. Piron   D. Riz   J. Van der Vliet   M. Temporal   J. A. Delettrez   P. W. McKenty  
Plasma Physics and Controlled Fusion, p. B601-B610, 2007

Wave Propagation in Materials with Non-Convex Equations of State
Olivier Heuzé   Stéphane Jaouen   Hervé Jourdren  
Shock compression of condensed matter, p. 47-50, 2007

A purely Lagrangian method for computing linearly-perturbed flows in spherical geometry
Stéphane Jaouen  
Journal of Computational Physics, p. 464-490, 2007

Numerical transport of an arbitrary number of components
S. Jaouen   F. Lagoutiere  
Computer Methods in Applied Mechanics and Engineering, p. 3127-3140, 2007

Wave propagation in materials with non convex equation of state
Olivier Heuze   Stephane Jaouen   Herve Jourdren  
APS shock compression of condensed matter meeting abstracts, p. G4.004, 2007

2D/3D turbine simulations with FreeFEM
S. Del Pino   B. Maury  
Numerical Analysis and Scientific Computing for PDEs and their challenging applications, 2007

Approximation of 2-D and 3-D diffusion operators with variable full tensor coefficients on arbitrary meshes
F Hermeline  
Computer methods in applied mechanics and engineering, Elsevier, p. 2497-2526, 2007

The PT-Scotch Project: Purpose, Algorithms, Intermediate Results
Cédric Chevalier   François Pellegrini  
PPAM 2007 - Seventh International Conference on Parallel Processing and Applied Mathematics, 2007-09

Conception et mise en oeuvre d'outils efficaces pour le partitionnement et la distribution parallèles de problème numériques de très grande taille
Cédric Chevalier  
Université Sciences et Technologies - Bordeaux I, 2007-09

A Theoretical Framework for Hyperspectral Anomaly Detection Using Spectral and Spatial A Priori Information
Brice Yver   Rodolphe Marion  
IEEE Xplore, 2007

abstract
Abstract

This letter presents a new theoretical approach for anomaly detection using a priori information about targets. This a priori knowledge deals with the general spectral behavior and the spatial distribution of targets. In this letter, we consider subpixel and isolated targets that are spectrally anomalous in one region of the spectrum but not in another. This method is totally different from matched filters that suffer from a relative sensitivity to low errors in the target spectral signature. We incorporate the spectral a priori knowledge in a new detection distance, and we propose a Bayesian approach with a Markovian regularization to suppress the potential targets that do not respect the spatial a priori. The interest of the method is illustrated on simulated data consisting in realistic anomalies that are superimposed on a real HyMap hyperspectral image.


2006


Contribution à l’élaboration d’environnements de programmation dédiés au calcul scientifique hautes performances
Marc Pérache  
These de doctorat, spécialité informatique, CEA, Université de Bordeaux, 2006

Hydrodynamic instabilities in ablative tamped flows
M. Temporal   S. Jaouen   L. Masse   B. Canaud  
Physics of Plasmas, p. 122701, 2006

Arbitrary high-order schemes for the linear advection and wave equations: application to hydrodynamics and aeroacoustics
S. Del Pino   H. Jourdren  
Comptes Rendus Mathematique, Elsevier, p. 441-446, 2006

Improvement of the Efficiency of Genetic Algorithms for Scalable Parallel Graph Partitioning in a Multi-level Framework
Cédric Chevalier   François Pellegrini  
Euro-Par 2006 Parallel Processing, Springer, p. 243-252, 2006

Asymptotics of creeping waves in the case of nondiagonalizable surface impedance
I. Andronov   D. Bouche  
PIER 59, p. 215-230, 2006

Simulation des ondes
D. Bouche  
La Recherche, 2006

Atmospheric correction of hyperspectral data over dark surfaces via simulated annealing
Rodolphe Marion   Rémi Michel   Christian Faye  
IEEE Transactions on Geoscience and Remote Sensing 44(6):1566 - 1574, 2006

abstract
Abstract

A method [atmospheric correction via simulated annealing (ACSA)] is proposed that enhances the atmospheric correction of hyperspectral images over dark surfaces. It is based on the minimization of a smoothness criterion to avoid the assumption of linear variations of the reflectance within gas absorption bands. We first show that this commonly used approach generally fails over dark surfaces when the signal to noise ratio strongly declines. In this case, important residual features highly correlated with the shape of gas absorption bands are observed in the estimated surface reflectance. We add a geometrical constraint to deal with this correlation. A simulated annealing approach is used to solve this constrained optimization problem. The parameters involved in the implementation of the algorithm (initial temperature, number of iterations, cooling schedule, and correlation threshold) are automatically determined by using a standard simulated annealing theory, reflectance databases, and sensor characteristics. Applied to a HyMap image with available ground truths, we verify that ACSA adequately recovers ground reflectance over clear land surfaces, and that the added spectral shape constraint does not introduce any spurious feature in the spectrum. The analysis of an AVIRIS image of Central Switzerland clearly shows the ability of the method to perform enhanced water vapor estimations over dark surfaces. Over a lake (reflectance equal to 0.02, low signal to noise ratio equal to about 6), ACSA retrieves unbiased water vapor amounts (2.86 cm/spl plusmn/0.36 cm) in agreement with in situ measurements (2.97 cm/spl plusmn/0.30 cm). This corresponds to a reduction of the standard deviation by a factor 3 in comparison with standard unconstrained procedures (1.95 cm/spl plusmn/1.08 cm). Similar results are obtained using a Hyperion image of DoE ARM SGP test site containing a very dark area of the land surface.


2005


Hybrid methods for airframe noise numerical prediction
M. Terracol   E. Manoha   C. Herrero   E. Labourasse   S. Redonnet   P. Sagaut  
Theor. Comput. Fluid Dyn., p. 197-227, 2005

Numerical study of a conservative bifluid model with interpenetration
Bruno Després   Stéphane Jaouen   Constant Mazeran   Takéo Takahashi  
Numerical Methods for Hyperbolic and Kinetic Problems, IRMA lectures in Mathematics and Theoretical Physics, p. 177-207, 2005

Asymptotic and Hybrid Methods in Electromagnetism
I. Andronov   D. Bouche   F. Molinet  
IEE Press, 2005

Expressions du champ diffracté par une inclusion
J.M. Bernard   D. Bouche   I. Andronov   F. Guyon  
Annales des Télécomm, vol.60, n°5-6, p. 630-648, 2005

Error estimate and geometrical corrector for the upwind finite volume method applied to the advection equation
D. Bouche   J.M. Ghidaglia   F. Pascal  
SIAM journal of numerical analysis, vol.43, n°2, p. 578-603, 2005

An optimal a priori error analysis of the finite volume method for linear convection problems
D. Bouche   J.M. Ghidaglia   F. Pascal  
In F. Benkhaldoun, D. Ouazar, S. Raghay, Finite volumes for complex applications IV, Problems and perspectives, p. 225-236, 2005


2004


Advance in RANS-LES coupling, a review and an insight on the NLDE approach
E. Labourasse   P. Sagaut  
Arch. Comput. Methods Eng., p. 199-256, 2004

Special section: boundary conditions for Large Eddy Simulation-Turbulent Inflow Conditions for Large-Eddy Simulation of Compressible Wall-Bounded Flows
P. Sagaut   E. Garnier   E. Tromeur   L. Larcheveque   E. Labourasse  
AIAA J., New York, etc. American Institute of Aeronautics; Astronautics., p. 469-477, 2004

A Godunov-type method in Lagrangian coordinates for computing linearly-perturbed planar-symmetric flows of gas dynamics
Jean-Marie Clarisse   Stéphane Jaouen   Pierre-Arnaud Raviart  
Journal of Computational Physics, p. 80-105, 2004

Asymptotic analysis and layer decomposition for the couplex exercise
S. Del Pino   O. Pironneau  
Computational Geosciences, Springer, p. 149-162, 2004

A hierarchical and view dependent visualization algorithm for tree based AMR data in 2D or 3D
S. Del Pino  
Proceedings of the 5th Eurographics conference on Parallel Graphics and Visualization, Eurographics Association, p. 49-58, 2004

A finite volume method for solving Maxwell equations in inhomogeneous media on arbitrary meshes
François Hermeline  
Comptes Rendus Mathematique, Elsevier, p. 893-898, 2004

Comment les avions sont devenus furtifs
D. Bouche   O. Vacus   S. Vermersch  
La Recherche, 2004

Measuring trace gases in plumes from hyperspectral remotely sensed data
Rodolphe Marion   Rémi Michel   Christian Faye  
IEEE Transactions on Geoscience and Remote Sensing 42(4):854-864, 2004

abstract
Abstract

A method [joint reflectance and gas estimator (JRGE)] is developed to estimate a set of atmospheric gas concentrations in an unknown surface reflectance context from hyperspectral images. It is applicable for clear atmospheres without any aerosol in a spectral range between approximately 800 and 2500 nm. Standard gas by gas methods yield a 6% rms error in H/sub 2/O retrieval from Airborne Visible/Infrared Imaging Spectrometer (AVIRIS) data, reaching several tens percent for a set of widespread ground materials and resulting from an simplifying assumption of linear variations of the reflectance model within gas absorption bands and partial accounting of the gas induced signal. JRGE offers a theoretical framework consisting in a two steps algorithm that accounts for sensor characteristics, assumptions on gas concentrations and reflectance variations. It estimates variations in gas concentrations relatively to a standard atmosphere model. An adaptive cubic smoothing spline like estimation of the reflectance is first performed. Concentrations of several gaseous species are then simultaneously retrieved using a nonlinear procedure based on radiative transfer calculations. Applied to AVIRIS spectra simulated from reflectance databases and sensor characteristics, JRGE reduces the errors in H/sub 2/O retrieval to 2.87%. For an AVIRIS image acquired over the Quinault prescribed fire, far field CO/sub 2/ estimate (348 ppm, about 6% to 7% rms) is in agreement with in situ measurement (345-350 ppm) and aerosols yield an underestimation of total atmospheric CO/sub 2/ content equal to 5.35% about 2 km downwind the fire. JRGE smoothes and interpolates the reflectance for gas estimation but also provides nonsmoothed reflectance spectra. JRGE is shown to preserve various mineral absorption features included in the AVIRIS image of Cuprite Mining District test site.


2003


A fictitious domain based general PDE solver
S. Del Pino   O. Pironneau  
Numerical methods for scientific computing variational problems and applications, Barcelona, 2003

Approximation of diffusion operators with discontinuous tensor coefficients on distorted meshes
F Hermeline  
Computer methods in applied mechanics and engineering, Elsevier, p. 1939-1959, 2003

Comparison of numerical schemes for solving the advection equation
D. Bouche   G. Bonnaud   D. Ramos  
Applied Math Letters 16, p. 147-154, 2003


2002


Reconstruction of Turbulent Fluctuations Using a Hybrid RANS/LES Approach
E. Labourasse   P. Sagaut  
J. Comput. Phys., p. 301 - 336, 2002

A-priori Domain Decomposition of PDE Systems and Applications
S. Del Pino   J.-L. Lions   O. Pironneau  
Mathematical Modeling and Numerical Simulation in Continuum Mechanics, Springer, p. 125-135, 2002

Les mathématiques et la diffraction des ondes
D. Bouche  
Numéro spécial du journal SMF SMAI, “l’explosion des mathématiques", 2002


2001


3D computing using virtual reality data
S. Del Pino  
ESAIM: Proceedings, EDP Sciences, p. 267-275, 2001


2000


Multiscale approaches to unsteady simulation of turbulent flows
P. Sagaut   E. Labourasse   P. Quéméré   M. Terracol  
Int. J. Nonlin. Sci. Num., p. 285-298, 2000

A finite element method for virtual reality data
S. Del Pino   E. Heikkola   O. Pironneau   J. Toivanen  
Comptes Rendus de l'Académie des Sciences-Series I-Mathematics, Elsevier, p. 1107-1111, 2000

A finite volume method for the approximation of diffusion operators on distorted meshes
Francois Hermeline  
Journal of computational Physics, Elsevier, p. 481-499, 2000


1998


A finite volume method for second order elliptic equations
François Hermeline  
Comptes Rendus de l'Academie des Sciences Series I Mathematics, p. 1433-1436, 1998

Speedup and efficiency of large-size applications on heterogeneous networks
L. Colombet   L. Desbat  
Theoretical Computer Science, p. 31-44, 1998

abstract
Abstract

Program environments are now commonly used for parallelism on networks of workstations. There is a need for simple and consistent tools to measure algorithm performance on heterogeneous networks. In this work we propose a generalization to heterogeneous networks of the classical efficiency formula E(N) = S(N)N, where S(N) is the speedup on N processors.


1997


Which approach to parallelizing scientific codes --- That is the question
Jean-Yves Berthou   Laurent Colombet  
Parallel Computing, p. 165-180, 1997

abstract
Abstract

We present in this paper the strong points and limitations of semi-automatic parallelization, data parallel programming and message passing programming. We apply these on two numerical algorithms namely a bi-dimensional Fourier transform algorithm and a conjugate gradient programs. We implemented this program for each of the different methods on a Cray T3D. The results of these experiments demonstrate the accuracy of our proposition that when the three methods are combined, efficiency, portability and easiness of parallel programming may be achieved.

Methods to Overlap Communications in Parallel Numerical Algorithms
Christophe Calvin   Laurent Colombet   Philippe Michallon  
International Journal of Foundations of Computer Science, p. 211-235, 1997

Asymptotic Methods in Electromagnetism
D. Bouche   F. Molinet   R. Mittra  
Springer Verlag, 1997

Friedlander-Keller solution for the 3D Maxwell case
D. Bouche   I. Andronov  
Progress in Electromagnetic Research 16, 1997

Creeping wave diffraction by the junction with a plane surface
D. Bouche   I. Andronov   N. Kirpichnikova   V. Philipov  
Annales des Télécomm., 9-10, p. 483-488, 1997


1996


Speedup and efficiency of large size applications on heterogeneous networks
L. Colombet   L. Desbat  
Euro-Par'96 Parallel Processing, Springer Berlin Heidelberg, p. 651-664, 1996

abstract
Abstract

Program environments are now commonly used for parallelism on networks of workstations. That is the reason why there is a need for simple and consistent tools to measure algorithm performance on heterogeneous networks. In this work we propose a generalization to heterogeneous networks of the classical efficiency formula E(N)=S(N)/N, where S(N) is the speedup on N processors.

Parallel matrix-vector product on rings with a minimum of communications
L. Colombet   Ph. Michallon   D. Trystram  
Parallel Computing, p. 289-310, 1996

abstract
Abstract

We propose in this paper a new parallel algorithm for computing the matrix-vector product on a ring of p processors. This solution allows to overlap as much communications as possible. Some simulations and experiments on a Paragon are given in order to confirm the interest in this algorithm.

Performance evaluation and modeling of collective communications on Cray T3D
C. Calvin   L. Colombet  
Parallel Computing, p. 1413-1427, 1996

abstract
Abstract

We present in this paper the results of various communication benchmarks on a Cray T3D MPP system. They are composed of most-used communication schemes in parallel applications and numerical kernels. They have been implemented using PVM message-passing libraries on the Cray T3D system. For each of these benchmarks, we propose a model depending on the size of the message communicated and the number of processors involved. We verify that the error between the proposed model and the measures is very small (0.8% in average for point-to-point communications and 3% in average for collective communications).

Fringe diffraction coefficient by higher order discontinuities
P. Montarnal   D. Bouche  
Annales des Télécomm., 3-4, p. 137-142, 1996


1995


Overlapping techniques of communications
C. Calvin   L. Colombet   P. Michallon  
High-Performance Computing and Networking, Springer Berlin Heidelberg, p. 600-605, 1995

abstract
Abstract

We present in this paper general techniques for overlapping communications in parallel numerical kernels. We describe first some dependencies schemes which can be found in most of numerical parallel algorithms and we apply on these schemes methods based on the change of the granularity of the computational tasks. The choice of the granularity in order to obtain a good overlap depends on the main parameters of the target machines. We apply the precedent techniques of overlapping on classical numerical kernels, namely the matrix-vector product and the bi-dimensional FFT, and implemented them on a T3D and a Paragon. The results of these experiments demonstrate the accuracy of this approach.

Creeping and Whispering gallery waves on the surface of a transparent body
D. Bouche   I. Andronov  
Journal of Electromagnetic Waves and Applications JEWA 9, p. 503-520, 1995

Asymptotic expansion of the electromagnetic field induced by a dipole on a perfectly conducting convex surface
D. Bouche   I. Andronov  
Journal of Electromagnetic Waves and Applications JEWA 9, p. 905-924, 1995

Computation of the RCS of complex coated objects by a generalized PTD method
S. Vermersch   M. Sesques   D. Bouche  
Numéro spécial des annales des télécomm, 1995


1994


Towards mixed computation/communication in parallel scientific libraries
C. Calvin   L. Colombet   F. Desprez   B. Jargot   P. Michallon   B. Tourancheau   D. Trystram  
Parallel Processing: CONPAR 94 --- VAPP VI, Springer Berlin Heidelberg, p. 605-615, 1994

abstract
Abstract

This paper presents an overlapping technique of communications by computations based on pipelined communications. This allows to improve the execution time of most parallel numerical algorithms. Some simple examples are developed to illustrate the efficiency of this technique matrix-vector product and bi-dimensional Fast Fourier Transform. Moreover, we propose an unified formalism to express easily the pipelined versions of these algorithms. Finally, we report some experiments on various parallel machines.

Méthodes asymptotiques en électromagnétisme
D. Bouche   F. Molinet     
SMAI, Springer Verlag, vol 16, 1994

Ondes rampantes sur un objet convexe décrit par une condition d'impédance anisotrope
D. Bouche   I. Andronov  
Annales des Télécomm. , 3-4, p. 194-198, 1994

Calcul du second terme de la constante de propagation des ondes rampantes par une méthode de couche-limite
D. Bouche   I. Andronov  
Annales des Télécomm. , 3-4, p. 199-204, 1994

Etude des ondes rampantes sur un corps élancé
D. Bouche   I. Andronov  
Annales des Télécomm. , 3-4, p. 205-210, 1994


1993


Star modeling on IBM RS6000 networks using PVM
L. Colombet   L. Desbat   F. Menard  
Proceedings The 2nd International Symposium on High Performance Distributed Computing, p. 121-128, 1993

Time-frequency analysis of backscattered data from a coated strip with a gap
H. Ling   J. Moore   D. Bouche   V. Saavedra  
IEEE AP, 1993

Méthodes asymptotiques en électromagnétisme
D. Bouche   F. Molinet  
Revue Science et Défense, p. 89-124, 1993

Asymptotic and hybrid techniques for electromagnetic scattering
D. Bouche   F. Molinet   R. Mittra  
Proceedings of IEEE, p. 1656-1684, 1993

On the satisfaction of reciprocity in the context of GTD
D. Bouche   R. Mittra  
Radio Science, p. 527-531, 1993


1992


Courant sur un obstacle cylindrique parfaitement conducteur présentant une discontinuité de courbure
Daniel Bouche  
Annales des Télécomm, n°47, p. 391-399, 1992

Etude des ondes rampantes sur un corps convexe décrit par une condition d’impédance par une méthode de développement asymptotique
Daniel Bouche  
Annales des Télécomm, n°47, p. 400-412, 1992

Champ à la surface d’un objet axisymétrique conducteur au voisinage d’un point focal de rayons rampants
Daniel Bouche   F. Auzanneau  
Annales des Télécomm, n°47, p. 413-420, 1992

abstract
Abstract

On considère un objet axisymétrique illuminé par une onde plane en incidence axiale. Les champs de surface dans la zone d'ombre sont dus aux ondes rampantes et sont donnés, loin de l' axe de symétrie, par les formules de la théorie géométrique de la diffraction. Le point sur l' axe de symétrie est un foyer pour les ondes rampantes et les formules précédentes y prédisent un résultat infini. On détermine, à l'aide d' une méthode de développement asymptotique, une solution pour les champs au voisinage du foyer. Cette solution tend vers les résultats de la TGD loin du foyer et reste bornée au foyer. La comparaison des résultats obtenus par équation intégrale sur des sphéroïdes allongés ou aplatis est satisfaisante.

Calcul du champ à la surface d’un obstacle convexe vérifiant une condition d’impédance par une méthode de développement asymptotique
D. Bouche  
Journal d’Acoustique, 5, p. 507-530, 1992

Diffraction by low observable axisymmetric objects at high frequency
D. Bouche   J.J. Bouquet   M. Pierronne   R. Mittra  
IEEE AP, vol 40, n°10, p. 1165-1174, 1992

Optimisation of multilayered antireflection coatings using an optimal control method
J.J. Pesqué   D. Bouche   R. Mittra  
IEEE Trans MTT, vol 40, p. 1789-1796, 1992


1991


Onde de frange pour une discontinuité de courbure
D. Bouche   F.Molinet  
Annales des Télécomm, 7-8, p. 388-391, 1991

Practical problems in high frequency RCS computation
D. Bouche   J.J. Bouquet   M. Pierronne  
Mathematical and numerical aspects of wave propagation phenomena G. Cohen, L. Halpern, P. Joly, Ed, Siam, 1991

GTD et réciprocité
D. Bouche  
Annales des Télécomm, 7-8, p. 382-387, 1991