Poster Title: 
Poster Abstract: 
Author First Name: 
Author  Last Name: 



Author Name:  JING XU
Poster Title:  Development of GPU Support in a Task Parallel Language with Work Stealing
Poster Abstract: 

To address the task scheduling challenges in irregular applications on GPU systems, I propose a new task scheduler that utilizes task parallelism. It incorporates a work stealing strategy to dynamically balance the workload across GPUs. Additionally, I will integrate this task scheduler into the Tascell language, enabling efficient GPU computing with a relatively small programming effort. 

To evaluate the performance, I will apply this proposal to various irregular applications such as hierarchical matrices (H-matrices) construction and arithmetic, sparse matrix applications. Specifically, for H-matrices arithmetic, I will integrate the GPU-supported version into HACApK, an open-source library for H-matrices. The improved implementations of HACApK and Tascell will be made available on GitHub. 




Poster File URL:  View Poster File


Author Name:  Kojiro Kaneko
Poster Title:  Simulation of Self-propelled Rods with Curved Geometries
Poster Abstract: 

Dense bacterial suspensions show distinctive turbulent motions with an intrinsic length scale. When such dynamics is restricted within some confinement or by some obstacles, bacteria show different behaviors near the boundaries. If these geometrical constraints possess a length scale comparable to that of turbulent motion, they rectify the collective motion of bacteria and yield stably ordered vortices.

We perform agent-based simulations to uncover the underlying mechanism of this ordered behavior and to understand the effect of curved geometrical constraints on the dynamics of bacteria. We model bacteria as self-propelled rods with excluded volume so that they have anisotropic interaction with each other and with boundaries. We investigate the dynamics of bacteria within confinement or with obstacles.

We discuss the collective behavior of self-propelled rods when we vary (1) the properties of interactions, (2) the shape of rods, and (3) the geometrical conditions. Confined self-propelled rods show normally aligned clusters stacking at the boundaries. Such stacks are universally observed except when self-propelled rods can easily overlap by escaping to an “extra dimension”. In the presence of circular obstacles, long self-propelled rods create large polar aligned clusters which circulate around a circular obstacle after they collapse with it. However, collective motions are suppressed for short self-propelled rods and gas-like or jamming-like behaviors are observed. These results suggest that the dimensionality of active systems and the anisotropy in interaction have crucial effects on the dynamics and the order of self-propelling active systems emerging with curved boundaries.


Poster File URL:  View Poster File


Author Name:  Zeke Piskulich
Poster Title:  Multi-scale simulations provide insight into nanoplastic interactions with model cell membranes
Poster Abstract: 
In the past 5 years it has become known that nanoplastics, small plastic particles smaller than 100 nm, are present in the world's oceans. Thus, it has become of significant interest to understand the biological impact of nanoplastics. Recent fluorescence experiments from our collaborators at the University of Maryland Baltimore County found a concentration-dependent blue shift of the Laurdan fluorescence, which would typically be interpreted as a fluid to gel phase transition. The present investigation uses a multi-scale simulation approach to better understand the molecular origin of this blue-shift. Coarse-grained molecular dynamics simulations of nanoplastics interacting with lipid vesicles demonstrate that polystyrene penetrates and dissolves into the hydrophobic membrane interior. Quantum-mechanical molecular mechanics calculations demonstrate that the Laurdan excited state is red-shifted by hydrogen-bonding solvents, which is the origin for the traditional interpretation of Laurdan fluorescence being related to a fluid to gel phase transition: gel phase membranes are more compact and thus have less water within them to stabilize the Laurdan excited state, leading to a blue-shift. Since such a transition is not observed in the coarse-grained simulations, a new hypothesis for the effect of PS on membranes has been developed: that polystyrene dissolved into the membrane hydrophobic region destabilizes water within the membrane, making it unable to stabilize the Laurdan excited state, leading to a blue shift in the fluorescence. Next, we demonstrate using all-atom molecular dynamics simulations that polystyrene leads to membrane dehydration and shifts water populations around laurdan away from its oxygen hydrogen bond acceptor, which is consistent with the fluorescent blue shift. Thus, this study highlights the need to revisit how traditional analytical techniques are interpretted for nanoplastic-membrane interactions.


This work uses high-performance computing in a number of ways. Each of the simulation techniques involves the simulation of thousands, to hundreds of thousands of atoms and their interactions. For molecular dynamics simulations, the highly parallelized (MPI + OPENMP/CUDA) LAMMPS and GROMACS molecular dynamics engines were used. For the QM/MM calculations, the CHARMM-GAUSSIAN interface was used, and was likewise parallelized. In addition to the actual simulations, analysis of simulations requires parallel programming as the output of molecular simulations is typically a time-dependent trajectory of the coordinates of each atom in the system. Thus, calculations of observables like the water hydration around specific components of the membrane requires efficient calculation of pariwise distances. Right now, I have acheived this through a combination of Fortran and OpenMP programming; however, it is my longterm goal to shift to a GPU-based approach for these type of analyses. 

Poster File URL:  View Poster File


Author Name:  Keisuke Takaara
Poster Title:  Topology optimization of thermal-fluid systems
Poster Abstract: 

Topology optimization is a method used to determine the optimal shape of an object to maximize its desired performance. It is garnering attention as a pivotal technology in the realm of future manufacturing.

Topology optimization has primarily advanced within the field of solid mechanics since its proposal by Bendsøe and Kikuchi in 1988. In recent years, it has been expanded to encompass diverse design problems, including fluid dynamics, heat transfer, acoustics, as well as coupled multi-field issues.

My research focuses on applying topology optimization to address unsteady thermal and fluid problems. In the field of thermal design, topology optimization techniques hold significant appeal as they play a crucial role in controlling the behavior of heat and fluid through appropriate product geometry. This control is essential for enhancing equipment performance, such as the heat exchange and dissipation capabilities of heat transfer devices. Since it is necessary to repeatedly perform unsteady thermal-fluid analysis, the amount of calculation becomes enormous. Therefore, utilization of HPC-related technology is desirable.

Poster File URL:  View Poster File


Author Name:  Ryohei Katsumata
Poster Title:  Topology Optimization for Large-Scale Unsteady Flow
Poster Abstract: 

Topology optimization is an innovative design method that can maximize the desired mechanical performance based on mathematical theory. In the field of fluid flow topology optimization, many studies assume steady-state conditions. For unsteady flows, it requires a huge computational cost and is difficult to compute with a sufficiently fine mesh. On the other hand, the parallel performance of computers keeps improving in recent years, and it is essential to develop a numerical method with high parallel efficiency that takes full advantage of such performance. Based on these backgrounds, my research aims to develop an unsteady flow topology optimization method suitable for massively parallel computing. In my progress to date, I have developed a numerical program and executed numerical examples of over 10 million cells. In the future, I plan to measure the parallel efficiency (weak scaling) of the proposed method and extend it to multi-physics topology optimization considering coupled fluid-solid interaction phenomena.

Poster File URL:  View Poster File


Author Name:  Jakub Adamski
Poster Title:  High Performance Simulations of Quantum Computing
Poster Abstract: 
Despite claims of quantum advantage, classical simulations of quantum computers are still indispensable, as they play a crucial role in verification, modelling and development of quantum computation. Throughout the years, various methods have been established, most of them fitting into one of two classes – state vector evolution and tensor network contraction algorithms. The former approach stores and evolves a raw quantum state, while the latter is more flexible and involves some compression or truncation at the cost of precision.
    
My research focuses on the implementation and evaluation of various simulation strategies, focusing on characteristics like runtime, memory footprint, parallelism, accuracy and energy efficiency. The experiments are performed on ARCHER2 and Cirrus hardware, with aid of multiple software toolkits, such as QuEST, Qiskit, or ITensor. Ultimately, I aim to build a comprehensive and portable framework, which can run large-scale simulations of quantum computers that are still practical in the contemporary setting. The framework will be particularly useful for modelling quantum processing unit integration as an HPC accelerator.

Poster File URL:  View Poster File


Author Name:  Beatrice Crippa
Poster Title:  Multiscale modelling of partial discharges and electrical treeing
Poster Abstract: 
Electric power is becoming a key component of the energetic system and the main focus of my research concerns the ageing process of the insulating components of electric cables, specifically the numerical modelling and simulation of the electrical treeing. This phenomenon consists in a self-propagating defect due to the interaction of partial discharges with the polymeric surface, and we can describe it with a complex system of Partial Differential Equations coupling the evolution of charged particles in the defect and the way the electric field and potential are affected by it. A huge limitation in these simulations concerns the computational cost, due to the complexity of both the problem and its domain, not allowing us to simulate over long periods of time and intricate structures. The numerical Finite Element and Finite Volume solvers we rely on are implemented in an MPI-based C++ library that permits the parallel handling of complex meshes and geometries. Our aim is to reduce the computational cost of the numerical approximation, through a mathematical reduction of the model and an optimized code. We are currently working on a hybrid-dimensional formulation of the problem and the implementation of the Extended Finite Element Method for its solution.
Poster File URL:  View Poster File


Author Name:  Shawaiz Tabassum
Poster Title:  Galactic Millisecond Pulsar Population
Poster Abstract: 

Millisecond pulsars (MSPs) are laboratories to study matter in the densest state as well as test general relativity and other relativistic theories of gravity. Their exquisite rotational stability, as measured from arrival time analyses, also allows them to be used as Galactic scale gravitational wave detectors. Finding and studying more MSPs is crucial for optimally using them to study the aforementioned fundamental physics. A very effective way to do this is by generating realistic models of the MSP population. I use Markov-Chain Monte-Carlo techniques to optimize the parameters for MSP population synthesis. These are computationally intensive simulations perfectly suited to be parallelized on HPC. I have also led a search for MSPs using radio observations. These searches were parallelized and conducted on a 12,000 core HPC due to the broad parameter space that needs to be explored to find MSPs. 

Millisecond pulsars attain their short periods by accreting matter from a companion. This is why to fully understand MSP population, binary orbital dynamics must also be taken into account for population synthesis. To date, this has not been done. This is partially due to the computational cost associated with this task. I aim to tackle this problem using HPC


Poster File URL:  View Poster File


Author Name:  David Codony I Gisbert
Poster Title:  Modeling flexoelectricity via continuum and quantum mechanics
Poster Abstract: 

Flexoelectricity is an electromechanical two-way physical coupling between electric polarization and strain gradients (direct flexoelectricity) or between polarization gradients and strain (converse flexoelectricity). It originates at the nanoscale, in non-uniform deformation settings such as bending, torsion or inhomogeneous tension/compression. It is found in all dielectrics, regardless of their microscopic crystalline structure, becoming magnified at small length scales. It has several applications in nanotechnology and engineering, including non-piezoelectric N/MEMS, nanogenerators, ultra-high storage density memories, metamaterials, etc. However, its modeling, quantification, design and exploitation is very challenging, and it is convenient to tackle them via both continuum and quantum mechanics.



Poster File URL:  View Poster File


Author Name:  Yi Qiao Chen
Poster Title:  High-Fidelity Aerostructural Optimization of Blended Wing-Body Aircraft
Poster Abstract: 

The aviation industry is pushing to achieve net zero CO2 emissions by 2050 while sustaining a 4-5% annual increase in passenger transport. The difficulty of this endeavour, along with the limited room for improvement in traditional tube-and-wing aircraft, has stimulated research on unconventional aircraft configurations such as the blended wing-body (BWB). Fortunately, advances in HPC have rendered high-fidelity computational fluid dynamics (CFD) tractable in aerodynamic shape optimization. For example, by distributing different regions of a fine mesh across multiple processors, we can efficiently calculate the drag over the aircraft at each design iteration and alter its geometry to minimize fuel burn. However, drag is a function of weight, motivating the need to explore the tradeoff between the two metrics. To date, researchers have combined CFD and finite element analysis (FEA) to perform aerostructural optimization on conventional aircraft, but studies on unconventional aircraft remain mixed-fidelity due to the computational cost of coupled simulations. Low-fidelity models neglect or oversimplify important physical phenomena, leading to suboptimal geometries. To fill this gap, we apply high-fidelity aerostructural optimization to a BWB with stability and control requirements to generate a more credible estimate of its performance.

Poster File URL:  View Poster File