•  2
    Evaluation of PGAS communication paradigms with geometric multigrid
    with H. Shan, A. Kamil, S. Williams, and K. Yelick
    Copyright 2014 ACM 978-1-4503-3247-7/14/10$15.00.Partitioned Global Address Space languages and one-sided communication enable application developers to select the communication paradigm that balances the performance needs of applications with the productivity desires of programmers. In this paper, we evaluate three different one-sided communication paradigms in the context of geometric multigrid using the miniGMG benchmark. Although miniGMG's static, regular,and predictable communication does n…Read more
  •  5
    The human cationic antimicrobial protein LL-37 is a multifunctional host defense peptide with a wide range of immunomodulatory activities. Previous work has shown that LL-37 exerts both pro- and anti-inflammatory effects. The role of mitochondria in the skin inflammatory effects of LL-37 has not been well studied. Therefore, our aim was to investigate the immunomodulatory effect of LL-37 in HaCaT cells and to delineate the underlying mechanisms related to mitochondrial function. Immunohistochemi…Read more
  •  3
    Both SKP2 and transforming growth factor-β1 play important roles in cancer metastasis through different mechanisms: TGF-β1 via induction of epithelial-mesenchymal transition and SKP2 via downregulating p27kip1. Recent studies indicated that c-Myc and Akt1 were active players in metastasis. In this study we demonstrated a crosstalk between these pathways. Specifically, we found that TGF-β1 treatment increased SKP2 expression accompanied with increased phosphorylation of Akt1 and c-Myc protein acc…Read more
  •  4
    Copyright © 2014 ACM 978-1-4503-2937-8/14/06. 15.00.Multidimensional arrays are an important data structure in many scientific applications. Unfortunately, built-in support for such arrays is inadequate in C++, particularly in the distributed setting where bulk communication operations are required for good performance. In this paper, we present a multidimensional library for partitioned global address space programs, supporting the one-sided remote access and bulk operations of the PGAS model. …Read more
  • Culture, Nature, Memes (edited book)
    Cambridge Scholars. 2008.
  •  31
    Application of Data Mining Technology on Surveillance Report Data of HIV/AIDS High-Risk Group in Urumqi from 2009 to 2015
    with Dandan Tang, Man Zhang, Jiabo Xu, Xueliang Zhang, Fang Yang, Huling Li, Li Feng, and Kai Wang
    Complexity 2018 1-17. 2018.
  • Partitioned Global Address Space languages offer programmers the convenience of a shared memory programming style combined with locality control necessary to run on large-scale distributed memory systems. Even within a PGAS language programmers often need to perform global communication operations such as broadcasts or reductions, which are best performed as collective operations in which a group of threads work together to perform the operation. In this paper we consider the problem of implemen…Read more