語系:
繁體中文
English
說明(常見問題)
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
XcalableMP PGAS Programming Language...
~
Sato, Mitsuhisa.
XcalableMP PGAS Programming Language = From Programming Model to Applications /
紀錄類型:
書目-語言資料,印刷品 : Monograph/item
正題名/作者:
XcalableMP PGAS Programming Language/ edited by Mitsuhisa Sato.
其他題名:
From Programming Model to Applications /
其他作者:
Sato, Mitsuhisa.
面頁冊數:
IX, 262 p. 367 illus., 57 illus. in color.online resource. :
Contained By:
Springer Nature eBook
標題:
Programming Languages, Compilers, Interpreters. -
電子資源:
https://doi.org/10.1007/978-981-15-7683-6
ISBN:
9789811576836
XcalableMP PGAS Programming Language = From Programming Model to Applications /
XcalableMP PGAS Programming Language
From Programming Model to Applications /[electronic resource] :edited by Mitsuhisa Sato. - 1st ed. 2021. - IX, 262 p. 367 illus., 57 illus. in color.online resource.
Chapter 1: XcalableMP programming model and language -- Chapter 2: Design and Performance Evaluation of the Omni XcalableMP Compiler -- Chapter 3: Coarrays in the Context of XcalableMP -- Chapter 4: XcalableACC: an Integration of XcalableMP and OpenACC -- Chapter 5: Mixed-language programming with XMP and Python -- Chapter 6: Three-dimensional Fluid Code with XcalableMP -- Chapter 7: Hybrid-View Data Model Programming of Nuclear Fusion Simulation Code in XcalableMP -- Chapter 8: Parallelization of Atomic Image Reconstruction from X-ray Fluorescence Holograms by XcalableMP -- Chapter 9: Multi-SPMD programming model with YML and XcalableMP -- Chapter 10: XcalableMP 2.0 and Future Directions.
Open Access
XcalableMP is a directive-based parallel programming language based on Fortran and C, supporting a Partitioned Global Address Space (PGAS) model for distributed memory parallel systems. This open access book presents XcalableMP language from its programming model and basic concept to the experience and performance of applications described in XcalableMP. XcalableMP was taken as a parallel programming language project in the FLAGSHIP 2020 project, which was to develop the Japanese flagship supercomputer, Fugaku, for improving the productivity of parallel programing. XcalableMP is now available on Fugaku and its performance is enhanced by the Fugaku interconnect, Tofu-D. The global-view programming model of XcalableMP, inherited from High-Performance Fortran (HPF), provides an easy and useful solution to parallelize data-parallel programs with directives for distributed global array and work distribution and shadow communication. The local-view programming adopts coarray notation from Coarray Fortran (CAF) to describe explicit communication in a PGAS model. The language specification was designed and proposed by the XcalableMP Specification Working Group organized in the PC Consortium, Japan. The Omni XcalableMP compiler is a production-level reference implementation of XcalableMP compiler for C and Fortran 2008, developed by RIKEN CCS and the University of Tsukuba. The performance of the XcalableMP program was used in the Fugaku as well as the K computer. A performance study showed that XcalableMP enables a scalable performance comparable to the message passing interface (MPI) version with a clean and easy-to-understand programming style requiring little effort.
ISBN: 9789811576836
Standard No.: 10.1007/978-981-15-7683-6doiSubjects--Topical Terms:
669782
Programming Languages, Compilers, Interpreters.
LC Class. No.: QA76.7-76.73
Dewey Class. No.: 005.13
XcalableMP PGAS Programming Language = From Programming Model to Applications /
LDR
:03866nam a22004455i 4500
001
1049111
003
DE-He213
005
20210622183430.0
007
cr nn 008mamaa
008
220103s2021 si | s |||| 0|eng d
020
$a
9789811576836
$9
978-981-15-7683-6
024
7
$a
10.1007/978-981-15-7683-6
$2
doi
035
$a
978-981-15-7683-6
050
4
$a
QA76.7-76.73
050
4
$a
QA76.76.C65
072
7
$a
UMX
$2
bicssc
072
7
$a
COM051010
$2
bisacsh
072
7
$a
UMX
$2
thema
072
7
$a
UMC
$2
thema
082
0 4
$a
005.13
$2
23
245
1 0
$a
XcalableMP PGAS Programming Language
$h
[electronic resource] :
$b
From Programming Model to Applications /
$c
edited by Mitsuhisa Sato.
250
$a
1st ed. 2021.
264
1
$a
Singapore :
$b
Springer Singapore :
$b
Imprint: Springer,
$c
2021.
300
$a
IX, 262 p. 367 illus., 57 illus. in color.
$b
online resource.
336
$a
text
$b
txt
$2
rdacontent
337
$a
computer
$b
c
$2
rdamedia
338
$a
online resource
$b
cr
$2
rdacarrier
347
$a
text file
$b
PDF
$2
rda
505
0
$a
Chapter 1: XcalableMP programming model and language -- Chapter 2: Design and Performance Evaluation of the Omni XcalableMP Compiler -- Chapter 3: Coarrays in the Context of XcalableMP -- Chapter 4: XcalableACC: an Integration of XcalableMP and OpenACC -- Chapter 5: Mixed-language programming with XMP and Python -- Chapter 6: Three-dimensional Fluid Code with XcalableMP -- Chapter 7: Hybrid-View Data Model Programming of Nuclear Fusion Simulation Code in XcalableMP -- Chapter 8: Parallelization of Atomic Image Reconstruction from X-ray Fluorescence Holograms by XcalableMP -- Chapter 9: Multi-SPMD programming model with YML and XcalableMP -- Chapter 10: XcalableMP 2.0 and Future Directions.
506
0
$a
Open Access
520
$a
XcalableMP is a directive-based parallel programming language based on Fortran and C, supporting a Partitioned Global Address Space (PGAS) model for distributed memory parallel systems. This open access book presents XcalableMP language from its programming model and basic concept to the experience and performance of applications described in XcalableMP. XcalableMP was taken as a parallel programming language project in the FLAGSHIP 2020 project, which was to develop the Japanese flagship supercomputer, Fugaku, for improving the productivity of parallel programing. XcalableMP is now available on Fugaku and its performance is enhanced by the Fugaku interconnect, Tofu-D. The global-view programming model of XcalableMP, inherited from High-Performance Fortran (HPF), provides an easy and useful solution to parallelize data-parallel programs with directives for distributed global array and work distribution and shadow communication. The local-view programming adopts coarray notation from Coarray Fortran (CAF) to describe explicit communication in a PGAS model. The language specification was designed and proposed by the XcalableMP Specification Working Group organized in the PC Consortium, Japan. The Omni XcalableMP compiler is a production-level reference implementation of XcalableMP compiler for C and Fortran 2008, developed by RIKEN CCS and the University of Tsukuba. The performance of the XcalableMP program was used in the Fugaku as well as the K computer. A performance study showed that XcalableMP enables a scalable performance comparable to the message passing interface (MPI) version with a clean and easy-to-understand programming style requiring little effort.
650
1 4
$a
Programming Languages, Compilers, Interpreters.
$3
669782
650
0
$a
Programming languages (Electronic computers).
$3
1127615
700
1
$a
Sato, Mitsuhisa.
$e
editor.
$4
edt
$4
http://id.loc.gov/vocabulary/relators/edt
$3
1303352
710
2
$a
SpringerLink (Online service)
$3
593884
773
0
$t
Springer Nature eBook
776
0 8
$i
Printed edition:
$z
9789811576829
776
0 8
$i
Printed edition:
$z
9789811576843
776
0 8
$i
Printed edition:
$z
9789811576850
856
4 0
$u
https://doi.org/10.1007/978-981-15-7683-6
912
$a
ZDB-2-SCS
912
$a
ZDB-2-SXCS
912
$a
ZDB-2-SOB
950
$a
Computer Science (SpringerNature-11645)
950
$a
Computer Science (R0) (SpringerNature-43710)
筆 0 讀者評論
多媒體
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼[密碼必須為2種組合(英文和數字)及長度為10碼以上]
登入