SlideShare ist ein Scribd-Unternehmen logo
1 von 15
Downloaden Sie, um offline zu lesen
The Next Flagship Supercomputer in Japan
Yutaka Ishikawa, Project Leader
AICS RIKEN
02:15 pm ‐ 02:45 pm, June 21, 2016
Outline of Talk
Introduction of the project
An Overview of the Japanese next flagship supercomputer, so-
called post K
Introduction of International Collaborations
 System software stack for post K is being developed with
international collaborations
Concluding Remarks
2ISC'16, June 21, 2016
Flagship 2020 project
 Developing the next Japanese flagship computer,
so-called “post K”
3
Disaster prevention
and global climate
Energy issues Industrial competitiveness Basic science
Society with health
and longevity
 Developing a wide range of application codes,
to run on the “post K”, to solve major social
and science issues
Vendor partner
The Japanese government selected 9 social &
scientific priority issues and their R&D
organizations.
ISC'16, June 21, 2016
Disaster prevention
and global climate
Energy issues Industrial competitiveness Basic science
Society with health
and longevity
R&D Organization
4
Target ApplicationsArchitectural Parameters
• #SIMD, SIMD length, #core, #NUMA node
• cache (size and bandwidth)
• memory technologies
• specialized hardware
• Interconnect
• I/O network
ISC'16, June 21, 2016
To build an efficient execution environment in terms of
 Power consumption,
 Productivity, and
 Usability
Application developers are involved in the design
Disaster prevention
and global climate
Energy issues Industrial competitiveness Basic science
Society with health
and longevity
R&D Organization
5
Target Applications
Architectural Parameters
• #SIMD, SIMD length, #core, #NUMA node
• cache (size and bandwidth)
• memory technologies
• specialized hardware
• Interconnect
• I/O network
ISC'16, June 21, 2016
To build an efficient execution environment in terms of
 Power consumption,
 Productivity, and
 Usability
Application developers are involved in the design
 Mutual understanding both
computer architecture/system software and applications
 Looking at performance predictions
 Finding out the best solution with constraints, e.g., power
consumption, budget, and space
Prediction of node-level
performance
Profiling applications,
e.g., cache misses
and execution unit
usages
Prediction Tool
Prediction of scalability
(latency and bandwidth)
Disaster prevention
and global climate
Energy issues Industrial competitiveness Basic science
Society with health
and longevity
R&D Organization
6
Target Applications
ISC'16, June 21, 2016
• DOE‐MEXT
• JLESC
• …
International 
Collaboration
•
• HPCI Consortium
• PC Cluster Consortium
• OpenHPC
• …
Communities
• Univ. of Tsukuba
• Univ. of Tokyo
• Kyoto Univ.
Domestic 
Collaboration
An Overview of post K
 Hardware
 Manycore architecture
 6D mesh/torus Interconnect
 3-level hierarchical storage system
 Silicon Disk
 Magnetic Disk
 Storage for archive
7
Target performance:
100 times (maximum) of K by the capacity computing
50 times (maximum) of K by the capability computing
Power consumption of 30 - 40MW (cf. K computer: 12.7 MW)
Login
Servers
Login
Servers
Maintenance
Servers
Maintenance
Servers
I/O NetworkI/O Network
……
…
…
…
…
…
…
…
…
…
… Hierarchical
Storage System
Hierarchical
Storage System
Portal
Servers
Portal
Servers
 System Software
 Multi-Kernel: Linux with Light-weight Kernel
 File I/O middleware for 3-level hierarchical storage
system and application
 Application-oriented file I/O middleware
 MPI+OpenMP programming environment
 Highly productive programing language and libraries
ISC'16, June 21, 2016
What we have done
 Software
 OS functional design
 Communication functional design
 File I/O functional design
 Programming languages
 Mathematical libraries
8
• Node architecture
• System configuration
• Storage system
Continue to design
 Hardware
 Instruction set architecture
ISC'16, June 21, 2016
Instruction Set Architecture
 ARM V8 HPC Extension
 Fujitsu is a lead partner of ARM HPC extension development
 Detailed features will be announced at Hot Chips 28 - 2016
9
http://www.hotchips.org/program/
Mon 8/22 Day1 9:45AM GPUs & HPCs
ARMv8‐A Next Generation Vector Architecture for HPC
 Fujitsuʼs inheritances
 FMA
 Math acceleration primitives
 Inter core barrier
 Sector cache
 Hardware prefetch assist
ISC'16, June 21, 2016
Outline of Talk
Introduction of FLAGSHIP2020 project
An Overview of post K system
Introduction of International Collaborations
Concluding Remarks
10
*The Icon is made by Freepik from www.flaticon.com 
More than 10 research topics
Collaboration Categories
◎ Collaborative development of open source software
◎ Evaluation and analysis of benchmarks and technologies
◎ Standardization of mature technologies
◎ Pre-standardization interface coordination
◎ Collection and publication of open data
ISC'16, June 21, 2016
System Software Collaboration: Example (DOE-MEXT)
11
In terms of Collaborative development of open source software
• Argonne contribution: CH4 hackathon for LLC
• AICS contribution: a part of CH4 implementation
• Memory management for new memory hierarchy
• MPICH and LLC communication libraries
MPICH Software Structure 
CH4: the successor of CH3, the current 
abstract network device interface
◎ Collaborative development of open source software◎ Evaluation and analysis of benchmarks and technologies
ISC'16, June 21, 2016
System Software Collaboration: Example (DOE-MEXT)
12
Northwestern 
University
• I/O Benchmarks and pnetCDF
implementations for Scientific
Big Data
PI: Takemasa Miyoshi, RIKEN AICS
“Innovating Big Data Assimilation technology for revolutionizing very‐short‐
range severe weather prediction”
An innovative 30-second super-rapid update numerical weather prediction system for 30-minute/1-
hour severe weather forecasting will be developed, aiding disaster prevention and mitigation, as well
as bringing a scientific breakthrough in meteorology.
The results of 100 ensemble simulations are read by
data assimilation processes and data size in total is
over 1.7 TB
◎ Collaborative development of open source software
ISC'16, June 21, 2016
System Software Collaboration: Example
13
• Twice meetings per year
• A researcher visits Intel for a few months
Lightweight kernel
McKernel is running on Intel Xeon and Xeon phi 
• Understanding benefit of lightweight kernel
• Understanding differences of McKernel and mOS
• Standardization of API for lightweight kernel (Plan)
intel
◎ Evaluation and analysis of benchmarks and technologies ◎ Pre-standardization interface coordination
ISC'16, June 21, 2016
System Software Collaboration: Example (DOE-MEXT)
14
 AICS and U Houston, U Tsukuba:
Extension of PGAS (Partitioned Global Address Space) 
model with language constructs of multitasking 
(multithreading) for manycore‐based exascale systems 
(XcalableMP 2.0)
XMP, XcalableMP, is a directive-based language for distributed memory systems
• PGAS language for large scale distributed memory system
• HPF‐like concept and OpenMP‐like description with directives
• Two memory models: Global View and Local View
• Global View: PGAS, image of large array distributed into partial ones in nodes
• Local view: MPI‐like + Coarray notation is allowed
◎ Collaborative development of open source software◎ Evaluation and analysis of benchmarks and technologies
 ANL and AICS, U. Tsukuba:
Runtime design for PGAS communication and 
multitasking using Argobot light‐weight user‐
level thread.
ISC'16, June 21, 2016
Concluding Remarks
 Fujitsu decided that post Kʼs CPU is based on ARM V8 with
HPC extension
 The usability will be improved than the K computer by
changing architecture
 More wide-range community support
 The system software stack for Post K is being designed and
implemented with the leverage of international
collaborations
 The software stack developed at RIKEN is Open source
 It also runs on Intel Xeon and Xeon phi
 RIKEN would like to contribute to OpenHPC
15ISC'16, June 21, 2016

Weitere ähnliche Inhalte

Was ist angesagt?

OpenCAPI-based Image Analysis Pipeline for 18 GB/s kilohertz-framerate X-ray ...
OpenCAPI-based Image Analysis Pipeline for 18 GB/s kilohertz-framerate X-ray ...OpenCAPI-based Image Analysis Pipeline for 18 GB/s kilohertz-framerate X-ray ...
OpenCAPI-based Image Analysis Pipeline for 18 GB/s kilohertz-framerate X-ray ...Ganesan Narayanasamy
 
Huawei’s requirements for the ARM based HPC solution readiness - Joshua Mora
Huawei’s requirements for the ARM based HPC solution readiness - Joshua MoraHuawei’s requirements for the ARM based HPC solution readiness - Joshua Mora
Huawei’s requirements for the ARM based HPC solution readiness - Joshua MoraLinaro
 
Implementing AI: High Performance Architectures: Large scale HPC hardware in ...
Implementing AI: High Performance Architectures: Large scale HPC hardware in ...Implementing AI: High Performance Architectures: Large scale HPC hardware in ...
Implementing AI: High Performance Architectures: Large scale HPC hardware in ...KTN
 
High Performance Interconnects: Assessment & Rankings
High Performance Interconnects: Assessment & RankingsHigh Performance Interconnects: Assessment & Rankings
High Performance Interconnects: Assessment & Rankingsinside-BigData.com
 
An open flow for dn ns on ultra low-power RISC-V cores
An open flow for dn ns on ultra low-power RISC-V coresAn open flow for dn ns on ultra low-power RISC-V cores
An open flow for dn ns on ultra low-power RISC-V coresRISC-V International
 
IBM Data Centric Systems & OpenPOWER
IBM Data Centric Systems & OpenPOWERIBM Data Centric Systems & OpenPOWER
IBM Data Centric Systems & OpenPOWERinside-BigData.com
 
SCFE 2020 OpenCAPI presentation as part of OpenPWOER Tutorial
SCFE 2020 OpenCAPI presentation as part of OpenPWOER TutorialSCFE 2020 OpenCAPI presentation as part of OpenPWOER Tutorial
SCFE 2020 OpenCAPI presentation as part of OpenPWOER TutorialGanesan Narayanasamy
 
Arm Architecture HPC Workshop Santa Clara 2018 - Kanta Vekaria
Arm Architecture HPC Workshop Santa Clara 2018 - Kanta VekariaArm Architecture HPC Workshop Santa Clara 2018 - Kanta Vekaria
Arm Architecture HPC Workshop Santa Clara 2018 - Kanta VekariaLinaro
 
Deep Learning Neural Network Acceleration at the Edge - Andrea Gallo
Deep Learning Neural Network Acceleration at the Edge - Andrea GalloDeep Learning Neural Network Acceleration at the Edge - Andrea Gallo
Deep Learning Neural Network Acceleration at the Edge - Andrea GalloLinaro
 
OpenHPC: A Comprehensive System Software Stack
OpenHPC: A Comprehensive System Software StackOpenHPC: A Comprehensive System Software Stack
OpenHPC: A Comprehensive System Software Stackinside-BigData.com
 
TAU E4S ON OpenPOWER /POWER9 platform
TAU E4S ON OpenPOWER /POWER9 platformTAU E4S ON OpenPOWER /POWER9 platform
TAU E4S ON OpenPOWER /POWER9 platformGanesan Narayanasamy
 
Arm as a Viable Architecture for HPC and AI
Arm as a Viable Architecture for HPC and AIArm as a Viable Architecture for HPC and AI
Arm as a Viable Architecture for HPC and AIinside-BigData.com
 
NNSA Explorations: ARM for Supercomputing
NNSA Explorations: ARM for SupercomputingNNSA Explorations: ARM for Supercomputing
NNSA Explorations: ARM for Supercomputinginside-BigData.com
 

Was ist angesagt? (20)

OpenCAPI-based Image Analysis Pipeline for 18 GB/s kilohertz-framerate X-ray ...
OpenCAPI-based Image Analysis Pipeline for 18 GB/s kilohertz-framerate X-ray ...OpenCAPI-based Image Analysis Pipeline for 18 GB/s kilohertz-framerate X-ray ...
OpenCAPI-based Image Analysis Pipeline for 18 GB/s kilohertz-framerate X-ray ...
 
Huawei’s requirements for the ARM based HPC solution readiness - Joshua Mora
Huawei’s requirements for the ARM based HPC solution readiness - Joshua MoraHuawei’s requirements for the ARM based HPC solution readiness - Joshua Mora
Huawei’s requirements for the ARM based HPC solution readiness - Joshua Mora
 
OpenPOWER Latest Updates
OpenPOWER Latest UpdatesOpenPOWER Latest Updates
OpenPOWER Latest Updates
 
ARM HPC Ecosystem
ARM HPC EcosystemARM HPC Ecosystem
ARM HPC Ecosystem
 
Implementing AI: High Performance Architectures: Large scale HPC hardware in ...
Implementing AI: High Performance Architectures: Large scale HPC hardware in ...Implementing AI: High Performance Architectures: Large scale HPC hardware in ...
Implementing AI: High Performance Architectures: Large scale HPC hardware in ...
 
High Performance Interconnects: Assessment & Rankings
High Performance Interconnects: Assessment & RankingsHigh Performance Interconnects: Assessment & Rankings
High Performance Interconnects: Assessment & Rankings
 
An open flow for dn ns on ultra low-power RISC-V cores
An open flow for dn ns on ultra low-power RISC-V coresAn open flow for dn ns on ultra low-power RISC-V cores
An open flow for dn ns on ultra low-power RISC-V cores
 
IBM HPC Transformation with AI
IBM HPC Transformation with AI IBM HPC Transformation with AI
IBM HPC Transformation with AI
 
IBM Data Centric Systems & OpenPOWER
IBM Data Centric Systems & OpenPOWERIBM Data Centric Systems & OpenPOWER
IBM Data Centric Systems & OpenPOWER
 
Arm in HPC
Arm in HPCArm in HPC
Arm in HPC
 
SCFE 2020 OpenCAPI presentation as part of OpenPWOER Tutorial
SCFE 2020 OpenCAPI presentation as part of OpenPWOER TutorialSCFE 2020 OpenCAPI presentation as part of OpenPWOER Tutorial
SCFE 2020 OpenCAPI presentation as part of OpenPWOER Tutorial
 
Arm Architecture HPC Workshop Santa Clara 2018 - Kanta Vekaria
Arm Architecture HPC Workshop Santa Clara 2018 - Kanta VekariaArm Architecture HPC Workshop Santa Clara 2018 - Kanta Vekaria
Arm Architecture HPC Workshop Santa Clara 2018 - Kanta Vekaria
 
An Update on Arm HPC
An Update on Arm HPCAn Update on Arm HPC
An Update on Arm HPC
 
Deep Learning Neural Network Acceleration at the Edge - Andrea Gallo
Deep Learning Neural Network Acceleration at the Edge - Andrea GalloDeep Learning Neural Network Acceleration at the Edge - Andrea Gallo
Deep Learning Neural Network Acceleration at the Edge - Andrea Gallo
 
Overview of HPC Interconnects
Overview of HPC InterconnectsOverview of HPC Interconnects
Overview of HPC Interconnects
 
OpenHPC: A Comprehensive System Software Stack
OpenHPC: A Comprehensive System Software StackOpenHPC: A Comprehensive System Software Stack
OpenHPC: A Comprehensive System Software Stack
 
TAU E4S ON OpenPOWER /POWER9 platform
TAU E4S ON OpenPOWER /POWER9 platformTAU E4S ON OpenPOWER /POWER9 platform
TAU E4S ON OpenPOWER /POWER9 platform
 
Arm as a Viable Architecture for HPC and AI
Arm as a Viable Architecture for HPC and AIArm as a Viable Architecture for HPC and AI
Arm as a Viable Architecture for HPC and AI
 
Digital Design Flow
Digital Design FlowDigital Design Flow
Digital Design Flow
 
NNSA Explorations: ARM for Supercomputing
NNSA Explorations: ARM for SupercomputingNNSA Explorations: ARM for Supercomputing
NNSA Explorations: ARM for Supercomputing
 

Andere mochten auch

Accelerating Hadoop, Spark, and Memcached with HPC Technologies
Accelerating Hadoop, Spark, and Memcached with HPC TechnologiesAccelerating Hadoop, Spark, and Memcached with HPC Technologies
Accelerating Hadoop, Spark, and Memcached with HPC Technologiesinside-BigData.com
 
Large-Scale Multimedia Exploration with Adaptive Similarity Measures
Large-Scale Multimedia Exploration with Adaptive Similarity MeasuresLarge-Scale Multimedia Exploration with Adaptive Similarity Measures
Large-Scale Multimedia Exploration with Adaptive Similarity MeasuresFörderverein Technische Fakultät
 
내게남은 사랑을 드릴께요
내게남은 사랑을 드릴께요내게남은 사랑을 드릴께요
내게남은 사랑을 드릴께요bongjun
 
2015 08 31 happyweek 133
2015 08 31  happyweek 1332015 08 31  happyweek 133
2015 08 31 happyweek 133Jiří Černák
 
Tic ted chino loco quiroga
Tic ted chino loco quirogaTic ted chino loco quiroga
Tic ted chino loco quirogaEduardo Quiroga
 
Infografica PROJECT BASED LEARNING
Infografica PROJECT BASED LEARNINGInfografica PROJECT BASED LEARNING
Infografica PROJECT BASED LEARNINGAlberto Garniga
 
Guidelines in writing items for noncognitive measures
Guidelines in writing items for noncognitive measuresGuidelines in writing items for noncognitive measures
Guidelines in writing items for noncognitive measuresCarlo Magno
 
De geschiedenis van de toekomst justus sturkenboom
De geschiedenis van de toekomst   justus sturkenboomDe geschiedenis van de toekomst   justus sturkenboom
De geschiedenis van de toekomst justus sturkenboomJustus Sturkenboom
 
Fundamento teorico 3 fisica
Fundamento teorico 3 fisicaFundamento teorico 3 fisica
Fundamento teorico 3 fisicaJohnny Alex
 
Conference Paper: Deployment Strategies for Ultra-Reliable and Low-Latency Co...
Conference Paper: Deployment Strategies for Ultra-Reliable and Low-Latency Co...Conference Paper: Deployment Strategies for Ultra-Reliable and Low-Latency Co...
Conference Paper: Deployment Strategies for Ultra-Reliable and Low-Latency Co...Ericsson
 
Is it Copyrighted? Can I Use it? (NLA2014)
Is it Copyrighted? Can I Use it? (NLA2014)Is it Copyrighted? Can I Use it? (NLA2014)
Is it Copyrighted? Can I Use it? (NLA2014)Michael Sauers
 
Impacto De Las Ti Cs En La Soc Actual
Impacto De Las Ti Cs En La Soc ActualImpacto De Las Ti Cs En La Soc Actual
Impacto De Las Ti Cs En La Soc ActualUVA
 
Choosing the right mobile architecture
Choosing the right mobile architectureChoosing the right mobile architecture
Choosing the right mobile architectureLonneke Dikmans
 

Andere mochten auch (20)

Risorse, monitoraggio, trasparenza: un quadro sull'edilizia scolastica (31 ma...
Risorse, monitoraggio, trasparenza: un quadro sull'edilizia scolastica (31 ma...Risorse, monitoraggio, trasparenza: un quadro sull'edilizia scolastica (31 ma...
Risorse, monitoraggio, trasparenza: un quadro sull'edilizia scolastica (31 ma...
 
Accelerating Hadoop, Spark, and Memcached with HPC Technologies
Accelerating Hadoop, Spark, and Memcached with HPC TechnologiesAccelerating Hadoop, Spark, and Memcached with HPC Technologies
Accelerating Hadoop, Spark, and Memcached with HPC Technologies
 
斐陶斐證書
斐陶斐證書斐陶斐證書
斐陶斐證書
 
Bidmas
BidmasBidmas
Bidmas
 
Large-Scale Multimedia Exploration with Adaptive Similarity Measures
Large-Scale Multimedia Exploration with Adaptive Similarity MeasuresLarge-Scale Multimedia Exploration with Adaptive Similarity Measures
Large-Scale Multimedia Exploration with Adaptive Similarity Measures
 
내게남은 사랑을 드릴께요
내게남은 사랑을 드릴께요내게남은 사랑을 드릴께요
내게남은 사랑을 드릴께요
 
Diapositivas paradigma
Diapositivas paradigmaDiapositivas paradigma
Diapositivas paradigma
 
2015 08 31 happyweek 133
2015 08 31  happyweek 1332015 08 31  happyweek 133
2015 08 31 happyweek 133
 
Raw Materials and Upcoming 2016/17 Calls - Milan Grohol
Raw Materials and Upcoming 2016/17 Calls - Milan GroholRaw Materials and Upcoming 2016/17 Calls - Milan Grohol
Raw Materials and Upcoming 2016/17 Calls - Milan Grohol
 
Tic ted chino loco quiroga
Tic ted chino loco quirogaTic ted chino loco quiroga
Tic ted chino loco quiroga
 
Infografica PROJECT BASED LEARNING
Infografica PROJECT BASED LEARNINGInfografica PROJECT BASED LEARNING
Infografica PROJECT BASED LEARNING
 
Guidelines in writing items for noncognitive measures
Guidelines in writing items for noncognitive measuresGuidelines in writing items for noncognitive measures
Guidelines in writing items for noncognitive measures
 
De geschiedenis van de toekomst justus sturkenboom
De geschiedenis van de toekomst   justus sturkenboomDe geschiedenis van de toekomst   justus sturkenboom
De geschiedenis van de toekomst justus sturkenboom
 
Fundamento teorico 3 fisica
Fundamento teorico 3 fisicaFundamento teorico 3 fisica
Fundamento teorico 3 fisica
 
Flipbook
FlipbookFlipbook
Flipbook
 
Conference Paper: Deployment Strategies for Ultra-Reliable and Low-Latency Co...
Conference Paper: Deployment Strategies for Ultra-Reliable and Low-Latency Co...Conference Paper: Deployment Strategies for Ultra-Reliable and Low-Latency Co...
Conference Paper: Deployment Strategies for Ultra-Reliable and Low-Latency Co...
 
Wheat and Tares
Wheat and TaresWheat and Tares
Wheat and Tares
 
Is it Copyrighted? Can I Use it? (NLA2014)
Is it Copyrighted? Can I Use it? (NLA2014)Is it Copyrighted? Can I Use it? (NLA2014)
Is it Copyrighted? Can I Use it? (NLA2014)
 
Impacto De Las Ti Cs En La Soc Actual
Impacto De Las Ti Cs En La Soc ActualImpacto De Las Ti Cs En La Soc Actual
Impacto De Las Ti Cs En La Soc Actual
 
Choosing the right mobile architecture
Choosing the right mobile architectureChoosing the right mobile architecture
Choosing the right mobile architecture
 

Ähnlich wie ARM-based Supercomputer from Fujitsu and RIKEN - "Post-K"

Arm A64fx and Post-K: Game-Changing CPU & Supercomputer for HPC, Big Data, & AI
Arm A64fx and Post-K: Game-Changing CPU & Supercomputer for HPC, Big Data, & AIArm A64fx and Post-K: Game-Changing CPU & Supercomputer for HPC, Big Data, & AI
Arm A64fx and Post-K: Game-Changing CPU & Supercomputer for HPC, Big Data, & AIinside-BigData.com
 
09 The Extreme-scale Scientific Software Stack for Collaborative Open Source
09 The Extreme-scale Scientific Software Stack for Collaborative Open Source09 The Extreme-scale Scientific Software Stack for Collaborative Open Source
09 The Extreme-scale Scientific Software Stack for Collaborative Open SourceRCCSRENKEI
 
05 Preparing for Extreme Geterogeneity in HPC
05 Preparing for Extreme Geterogeneity in HPC05 Preparing for Extreme Geterogeneity in HPC
05 Preparing for Extreme Geterogeneity in HPCRCCSRENKEI
 
A New Direction for Computer Architecture Research
A New Direction for Computer Architecture ResearchA New Direction for Computer Architecture Research
A New Direction for Computer Architecture Researchdbpublications
 
SKA_in_Seoul_2015_NicolasErdody v2.0
SKA_in_Seoul_2015_NicolasErdody v2.0SKA_in_Seoul_2015_NicolasErdody v2.0
SKA_in_Seoul_2015_NicolasErdody v2.0Nicolás Erdödy
 
OpenACC Monthly Highlights: June 2019
OpenACC Monthly Highlights: June 2019OpenACC Monthly Highlights: June 2019
OpenACC Monthly Highlights: June 2019OpenACC
 
OpenACC and Open Hackathons Monthly Highlights June 2022.pdf
OpenACC and Open Hackathons Monthly Highlights June 2022.pdfOpenACC and Open Hackathons Monthly Highlights June 2022.pdf
OpenACC and Open Hackathons Monthly Highlights June 2022.pdfOpenACC
 
The Coming Age of Extreme Heterogeneity in HPC
The Coming Age of Extreme Heterogeneity in HPCThe Coming Age of Extreme Heterogeneity in HPC
The Coming Age of Extreme Heterogeneity in HPCinside-BigData.com
 
Applying Linux to the Civil Infrastructure
Applying Linux to the Civil InfrastructureApplying Linux to the Civil Infrastructure
Applying Linux to the Civil InfrastructureYoshitake Kobayashi
 
OpenACC Monthly Highlights Summer 2019
OpenACC Monthly Highlights Summer 2019OpenACC Monthly Highlights Summer 2019
OpenACC Monthly Highlights Summer 2019OpenACC
 
Chi2011 Case Study: Interactive, Dynamic Sparklines
Chi2011 Case Study: Interactive, Dynamic SparklinesChi2011 Case Study: Interactive, Dynamic Sparklines
Chi2011 Case Study: Interactive, Dynamic SparklinesLeo Frishberg
 
Journal Seminar: Is Singularity-based Container Technology Ready for Running ...
Journal Seminar: Is Singularity-based Container Technology Ready for Running ...Journal Seminar: Is Singularity-based Container Technology Ready for Running ...
Journal Seminar: Is Singularity-based Container Technology Ready for Running ...Kento Aoyama
 
Artificial Intelligence Research In Japan
Artificial Intelligence Research In JapanArtificial Intelligence Research In Japan
Artificial Intelligence Research In JapanNat Rice
 
OpenACC and Open Hackathons Monthly Highlights: July 2022.pptx
OpenACC and Open Hackathons Monthly Highlights: July 2022.pptxOpenACC and Open Hackathons Monthly Highlights: July 2022.pptx
OpenACC and Open Hackathons Monthly Highlights: July 2022.pptxOpenACC
 
2023comp90024_Spartan.pdf
2023comp90024_Spartan.pdf2023comp90024_Spartan.pdf
2023comp90024_Spartan.pdfLevLafayette1
 
Trends towards the merge of HPC + Big Data systems
Trends towards the merge of HPC + Big Data systemsTrends towards the merge of HPC + Big Data systems
Trends towards the merge of HPC + Big Data systemsIgor José F. Freitas
 
OpenACC Monthly Highlights: July 2021
OpenACC Monthly Highlights: July  2021OpenACC Monthly Highlights: July  2021
OpenACC Monthly Highlights: July 2021OpenACC
 
Totten presidio presentation feb 20 2015 pdf
Totten presidio presentation feb 20 2015 pdfTotten presidio presentation feb 20 2015 pdf
Totten presidio presentation feb 20 2015 pdfMichael P Totten
 
I/O Challenges in Brain Tissue Simulation
I/O Challenges in Brain Tissue SimulationI/O Challenges in Brain Tissue Simulation
I/O Challenges in Brain Tissue Simulationinside-BigData.com
 

Ähnlich wie ARM-based Supercomputer from Fujitsu and RIKEN - "Post-K" (20)

Arm A64fx and Post-K: Game-Changing CPU & Supercomputer for HPC, Big Data, & AI
Arm A64fx and Post-K: Game-Changing CPU & Supercomputer for HPC, Big Data, & AIArm A64fx and Post-K: Game-Changing CPU & Supercomputer for HPC, Big Data, & AI
Arm A64fx and Post-K: Game-Changing CPU & Supercomputer for HPC, Big Data, & AI
 
Future of hpc
Future of hpcFuture of hpc
Future of hpc
 
09 The Extreme-scale Scientific Software Stack for Collaborative Open Source
09 The Extreme-scale Scientific Software Stack for Collaborative Open Source09 The Extreme-scale Scientific Software Stack for Collaborative Open Source
09 The Extreme-scale Scientific Software Stack for Collaborative Open Source
 
05 Preparing for Extreme Geterogeneity in HPC
05 Preparing for Extreme Geterogeneity in HPC05 Preparing for Extreme Geterogeneity in HPC
05 Preparing for Extreme Geterogeneity in HPC
 
A New Direction for Computer Architecture Research
A New Direction for Computer Architecture ResearchA New Direction for Computer Architecture Research
A New Direction for Computer Architecture Research
 
SKA_in_Seoul_2015_NicolasErdody v2.0
SKA_in_Seoul_2015_NicolasErdody v2.0SKA_in_Seoul_2015_NicolasErdody v2.0
SKA_in_Seoul_2015_NicolasErdody v2.0
 
OpenACC Monthly Highlights: June 2019
OpenACC Monthly Highlights: June 2019OpenACC Monthly Highlights: June 2019
OpenACC Monthly Highlights: June 2019
 
OpenACC and Open Hackathons Monthly Highlights June 2022.pdf
OpenACC and Open Hackathons Monthly Highlights June 2022.pdfOpenACC and Open Hackathons Monthly Highlights June 2022.pdf
OpenACC and Open Hackathons Monthly Highlights June 2022.pdf
 
The Coming Age of Extreme Heterogeneity in HPC
The Coming Age of Extreme Heterogeneity in HPCThe Coming Age of Extreme Heterogeneity in HPC
The Coming Age of Extreme Heterogeneity in HPC
 
Applying Linux to the Civil Infrastructure
Applying Linux to the Civil InfrastructureApplying Linux to the Civil Infrastructure
Applying Linux to the Civil Infrastructure
 
OpenACC Monthly Highlights Summer 2019
OpenACC Monthly Highlights Summer 2019OpenACC Monthly Highlights Summer 2019
OpenACC Monthly Highlights Summer 2019
 
Chi2011 Case Study: Interactive, Dynamic Sparklines
Chi2011 Case Study: Interactive, Dynamic SparklinesChi2011 Case Study: Interactive, Dynamic Sparklines
Chi2011 Case Study: Interactive, Dynamic Sparklines
 
Journal Seminar: Is Singularity-based Container Technology Ready for Running ...
Journal Seminar: Is Singularity-based Container Technology Ready for Running ...Journal Seminar: Is Singularity-based Container Technology Ready for Running ...
Journal Seminar: Is Singularity-based Container Technology Ready for Running ...
 
Artificial Intelligence Research In Japan
Artificial Intelligence Research In JapanArtificial Intelligence Research In Japan
Artificial Intelligence Research In Japan
 
OpenACC and Open Hackathons Monthly Highlights: July 2022.pptx
OpenACC and Open Hackathons Monthly Highlights: July 2022.pptxOpenACC and Open Hackathons Monthly Highlights: July 2022.pptx
OpenACC and Open Hackathons Monthly Highlights: July 2022.pptx
 
2023comp90024_Spartan.pdf
2023comp90024_Spartan.pdf2023comp90024_Spartan.pdf
2023comp90024_Spartan.pdf
 
Trends towards the merge of HPC + Big Data systems
Trends towards the merge of HPC + Big Data systemsTrends towards the merge of HPC + Big Data systems
Trends towards the merge of HPC + Big Data systems
 
OpenACC Monthly Highlights: July 2021
OpenACC Monthly Highlights: July  2021OpenACC Monthly Highlights: July  2021
OpenACC Monthly Highlights: July 2021
 
Totten presidio presentation feb 20 2015 pdf
Totten presidio presentation feb 20 2015 pdfTotten presidio presentation feb 20 2015 pdf
Totten presidio presentation feb 20 2015 pdf
 
I/O Challenges in Brain Tissue Simulation
I/O Challenges in Brain Tissue SimulationI/O Challenges in Brain Tissue Simulation
I/O Challenges in Brain Tissue Simulation
 

Kürzlich hochgeladen

Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesBoston Institute of Analytics
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 

Kürzlich hochgeladen (20)

Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 

ARM-based Supercomputer from Fujitsu and RIKEN - "Post-K"

  • 1. The Next Flagship Supercomputer in Japan Yutaka Ishikawa, Project Leader AICS RIKEN 02:15 pm ‐ 02:45 pm, June 21, 2016
  • 2. Outline of Talk Introduction of the project An Overview of the Japanese next flagship supercomputer, so- called post K Introduction of International Collaborations  System software stack for post K is being developed with international collaborations Concluding Remarks 2ISC'16, June 21, 2016
  • 3. Flagship 2020 project  Developing the next Japanese flagship computer, so-called “post K” 3 Disaster prevention and global climate Energy issues Industrial competitiveness Basic science Society with health and longevity  Developing a wide range of application codes, to run on the “post K”, to solve major social and science issues Vendor partner The Japanese government selected 9 social & scientific priority issues and their R&D organizations. ISC'16, June 21, 2016
  • 4. Disaster prevention and global climate Energy issues Industrial competitiveness Basic science Society with health and longevity R&D Organization 4 Target ApplicationsArchitectural Parameters • #SIMD, SIMD length, #core, #NUMA node • cache (size and bandwidth) • memory technologies • specialized hardware • Interconnect • I/O network ISC'16, June 21, 2016 To build an efficient execution environment in terms of  Power consumption,  Productivity, and  Usability Application developers are involved in the design
  • 5. Disaster prevention and global climate Energy issues Industrial competitiveness Basic science Society with health and longevity R&D Organization 5 Target Applications Architectural Parameters • #SIMD, SIMD length, #core, #NUMA node • cache (size and bandwidth) • memory technologies • specialized hardware • Interconnect • I/O network ISC'16, June 21, 2016 To build an efficient execution environment in terms of  Power consumption,  Productivity, and  Usability Application developers are involved in the design  Mutual understanding both computer architecture/system software and applications  Looking at performance predictions  Finding out the best solution with constraints, e.g., power consumption, budget, and space Prediction of node-level performance Profiling applications, e.g., cache misses and execution unit usages Prediction Tool Prediction of scalability (latency and bandwidth)
  • 6. Disaster prevention and global climate Energy issues Industrial competitiveness Basic science Society with health and longevity R&D Organization 6 Target Applications ISC'16, June 21, 2016 • DOE‐MEXT • JLESC • … International  Collaboration • • HPCI Consortium • PC Cluster Consortium • OpenHPC • … Communities • Univ. of Tsukuba • Univ. of Tokyo • Kyoto Univ. Domestic  Collaboration
  • 7. An Overview of post K  Hardware  Manycore architecture  6D mesh/torus Interconnect  3-level hierarchical storage system  Silicon Disk  Magnetic Disk  Storage for archive 7 Target performance: 100 times (maximum) of K by the capacity computing 50 times (maximum) of K by the capability computing Power consumption of 30 - 40MW (cf. K computer: 12.7 MW) Login Servers Login Servers Maintenance Servers Maintenance Servers I/O NetworkI/O Network …… … … … … … … … … … … Hierarchical Storage System Hierarchical Storage System Portal Servers Portal Servers  System Software  Multi-Kernel: Linux with Light-weight Kernel  File I/O middleware for 3-level hierarchical storage system and application  Application-oriented file I/O middleware  MPI+OpenMP programming environment  Highly productive programing language and libraries ISC'16, June 21, 2016
  • 8. What we have done  Software  OS functional design  Communication functional design  File I/O functional design  Programming languages  Mathematical libraries 8 • Node architecture • System configuration • Storage system Continue to design  Hardware  Instruction set architecture ISC'16, June 21, 2016
  • 9. Instruction Set Architecture  ARM V8 HPC Extension  Fujitsu is a lead partner of ARM HPC extension development  Detailed features will be announced at Hot Chips 28 - 2016 9 http://www.hotchips.org/program/ Mon 8/22 Day1 9:45AM GPUs & HPCs ARMv8‐A Next Generation Vector Architecture for HPC  Fujitsuʼs inheritances  FMA  Math acceleration primitives  Inter core barrier  Sector cache  Hardware prefetch assist ISC'16, June 21, 2016
  • 10. Outline of Talk Introduction of FLAGSHIP2020 project An Overview of post K system Introduction of International Collaborations Concluding Remarks 10 *The Icon is made by Freepik from www.flaticon.com  More than 10 research topics Collaboration Categories ◎ Collaborative development of open source software ◎ Evaluation and analysis of benchmarks and technologies ◎ Standardization of mature technologies ◎ Pre-standardization interface coordination ◎ Collection and publication of open data ISC'16, June 21, 2016
  • 11. System Software Collaboration: Example (DOE-MEXT) 11 In terms of Collaborative development of open source software • Argonne contribution: CH4 hackathon for LLC • AICS contribution: a part of CH4 implementation • Memory management for new memory hierarchy • MPICH and LLC communication libraries MPICH Software Structure  CH4: the successor of CH3, the current  abstract network device interface ◎ Collaborative development of open source software◎ Evaluation and analysis of benchmarks and technologies ISC'16, June 21, 2016
  • 12. System Software Collaboration: Example (DOE-MEXT) 12 Northwestern  University • I/O Benchmarks and pnetCDF implementations for Scientific Big Data PI: Takemasa Miyoshi, RIKEN AICS “Innovating Big Data Assimilation technology for revolutionizing very‐short‐ range severe weather prediction” An innovative 30-second super-rapid update numerical weather prediction system for 30-minute/1- hour severe weather forecasting will be developed, aiding disaster prevention and mitigation, as well as bringing a scientific breakthrough in meteorology. The results of 100 ensemble simulations are read by data assimilation processes and data size in total is over 1.7 TB ◎ Collaborative development of open source software ISC'16, June 21, 2016
  • 13. System Software Collaboration: Example 13 • Twice meetings per year • A researcher visits Intel for a few months Lightweight kernel McKernel is running on Intel Xeon and Xeon phi  • Understanding benefit of lightweight kernel • Understanding differences of McKernel and mOS • Standardization of API for lightweight kernel (Plan) intel ◎ Evaluation and analysis of benchmarks and technologies ◎ Pre-standardization interface coordination ISC'16, June 21, 2016
  • 14. System Software Collaboration: Example (DOE-MEXT) 14  AICS and U Houston, U Tsukuba: Extension of PGAS (Partitioned Global Address Space)  model with language constructs of multitasking  (multithreading) for manycore‐based exascale systems  (XcalableMP 2.0) XMP, XcalableMP, is a directive-based language for distributed memory systems • PGAS language for large scale distributed memory system • HPF‐like concept and OpenMP‐like description with directives • Two memory models: Global View and Local View • Global View: PGAS, image of large array distributed into partial ones in nodes • Local view: MPI‐like + Coarray notation is allowed ◎ Collaborative development of open source software◎ Evaluation and analysis of benchmarks and technologies  ANL and AICS, U. Tsukuba: Runtime design for PGAS communication and  multitasking using Argobot light‐weight user‐ level thread. ISC'16, June 21, 2016
  • 15. Concluding Remarks  Fujitsu decided that post Kʼs CPU is based on ARM V8 with HPC extension  The usability will be improved than the K computer by changing architecture  More wide-range community support  The system software stack for Post K is being designed and implemented with the leverage of international collaborations  The software stack developed at RIKEN is Open source  It also runs on Intel Xeon and Xeon phi  RIKEN would like to contribute to OpenHPC 15ISC'16, June 21, 2016