skip to main content


Search for: All records

Award ID contains: 1841758

Note: When clicking on a Digital Object Identifier (DOI) number, you will be taken to an external site maintained by the publisher. Some full text articles may not yet be available without a charge during the embargo (administrative interval).
What is a DOI Number?

Some links on this page may take you to non-federal websites. Their policies may differ from this site.

  1. In response to acidic pH, the widely expressed proton-activated chloride (PAC) channel opens and conducts anions across cellular membranes. By doing so, PAC plays an important role in both cellular physiology (endosome acidification) and diseases associated with tissue acidosis (acid-induced cell death). Despite the available structural information, how proton binding in the extracellular domain (ECD) leads to PAC channel opening remains largely unknown. Here, through comprehensive mutagenesis and electrophysiological studies, we identified several critical titratable residues, including two histidine residues (H130 and H131) and an aspartic acid residue (D269) at the distal end of the ECD, together with the previously characterized H98 at the transmembrane domain–ECD interface, as potential pH sensors for human PAC. Mutations of these residues resulted in significant changes in pH sensitivity. Some combined mutants also exhibited large basal PAC channel activities at neutral pH. By combining molecular dynamics simulations with structural and functional analysis, we further found that the β12 strand at the intersubunit interface and the associated “joint region” connecting the upper and lower ECDs allosterically regulate the proton-dependent PAC activation. Our studies suggest a distinct pH-sensing and gating mechanism of this new family of ion channels sensitive to acidic environment. 
    more » « less
  2. Scientific workflows drive most modern large-scale science breakthroughs by allowing scientists to define their computations as a set of jobs executed in a given order based on their data dependencies. Workflow management systems (WMSs) have become key to automating scientific workflows-executing computational jobs and orchestrating data transfers between those jobs running on complex high-performance computing (HPC) platforms. Traditionally, WMSs use files to communicate between jobs: a job writes out files that are read by other jobs. However, HPC machines face a growing gap between their storage and compute capabilities. To address that concern, the scientific community has adopted a new approach called in situ, which bypasses costly parallel filesystem I/O operations with faster in-memory or in-network communications. When using in situ approaches, communication and computations can be interleaved. In this work, we leverage the Decaf in situ dataflow framework to accelerate task-based scientific workflows managed by the Pegasus WMS, by replacing file communications with faster MPI messaging. We propose a new execution engine that uses Decaf to manage communications within a sub-workflow (i.e., set of jobs) to optimize inter-job communications. We consider two workflows in this study: (i) a synthetic workflow that benchmarks and compares file- and MPI-based communication; and (ii) a realistic bioinformatics workflow that computes mu-tational overlaps in the human genome. Experiments show that in situ communication can improve the bioinformatics workflow execution time by 22% to 30% compared with file communication. Our results motivate further opportunities and challenges for bridging traditional WMSs with in situ frameworks. 
    more » « less
  3. Scientific breakthroughs in biomolecular methods and improvements in hardware technology have shifted from a long-running simulation to a large set of shorter simulations running simultaneously, called an ensemble. In an ensemble, simulations are usually coupled with analyses of data produced by the simulations. In situ methods can be used to analyze large volumes of data generated by scientific simulations at runtime (i.e., simulations and analyses are performed concurrently). In this work, we study the execution of ensemble-based simulations paired with in situ analyses using in-memory staging methods. Using an ensemble of molecular dynamics in situ workflows with multiple simulations and analyses, we first show that collecting traditional metrics such as makespan, instructions per cycle, memory usage, or cache miss ratio is not sufficient to characterize complex behaviors of ensembles. We propose a method to evaluate the performance of ensembles of workflows that captures multiple resource usage aspects: resource efficiency, resource allocation, and resource provisioning. Experimental results demonstrate that the proposed method can effectively distinguish the performance of different component placements in an ensemble with up to 32 ensemble members. By evaluating different co-location scenarios, our proposed performance indicators demonstrate benefits of co-locating simulation and coupled analyses within a compute node. 
    more » « less