当前位置:网站首页>基于超算平台气象预警并行计算架构研究
基于超算平台气象预警并行计算架构研究
2022-06-25 11:13:00 【[email protected]】
作者简介:武汉小牛专注于GIS大数据应用、微服务、WEBGIS
【应用场景/主要解决问题】
将来气象预警的精度要求越来越高,不仅追求气象采点的密度增加,还要求预报服务产品更加细化,信息发布更加快捷。利用超算平台主要提高省级气象预警计算发布速度,做到分钟级别的预警,最大限度地避免和减少地质灾害造成人员伤亡和经济损失。
【内容描述】
计算节点资源配置如下:
在过去,软件都是串行编写,假定在一个CPU上面执行任务。超级计算机把这种情况彻底打破了,转而强调“并行计算”。高性能计算的原理其实并不复杂,就是将一个任务分成几份,每个服务器完成一份,但并行化的基础是对此代码涉及的应用业务有透彻的了解,在理解的基础上,再进行合理的任务切分,精细地处理负载平衡、通信等问题。
下面以气象预警计算模型为例,从功能性并行与数据级并行2个方面具体阐述具体的设计,整体架构图如下所示:
计算单元分析步骤设计为流水线作业设计成可独立运行进程,拥有独立的数据按照行政区为单位划分。每一个单元计算完成,给控制器发消息通知,计算整个任务完成进度。图形实时数据存内存中,通过扩展 GEO SERVER方式来支持动态图的发布。
版权声明
本文为[[email protected]]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_63033995/article/details/125402718
边栏推荐
- A difficult mathematical problem baffles two mathematicians
- 网络远程访问的方式使用树莓派
- GCC related
- Application of global route guard
- Handling of NPM I installation problems
- Android:kotlin中Gson与JSON的泛型映射解析
- Shen Lu, China Communications Institute: police open source Protocol - ofl v1.1 Introduction and Compliance Analysis
- 10.1. Oracle constraint deferred, not deferred, initially deferred and initially deferred
- 如何实现移动端富文本编辑器功能
- 金仓数据库 KingbaseES 插件force_view
猜你喜欢
SQL注入漏洞(绕过篇)
[file inclusion vulnerability-04] classic interview question: how to getshell when a website is known to have only local file inclusion vulnerability?
Dragon Book tiger Book whale Book gnawing? Try the monkey book with Douban score of 9.5
Jincang KFS data cascade scenario deployment
Apache ShenYu 入門
JVM 原理简介
中国信通院沈滢:字体开源协议——OFL V1.1介绍及合规要点分析
SystemVerilog (XIII) - enumerate data types
COSCon'22 讲师征集令
SQL注入漏洞(类型篇)
随机推荐
Ouverture de l'inscription | le troisième marathon des hackers de pagaie est arrivé comme prévu.
A difficult mathematical problem baffles two mathematicians
Open source invites you to participate in the openssf Open Source Security Online Seminar
ARM64特有一些的汇编指令
Some assembly instructions specific to arm64
C disk uses 100% cleaning method
基于SSH的高校实验室物品管理信息系统的设计与实现 论文文档+项目源码及数据库文件
Daily 3 questions (3) - check whether integers and their multiples exist
Application of global route guard
中国信通院沈滢:字体开源协议——OFL V1.1介绍及合规要点分析
10.1. Oracle constraint deferred, not deferred, initially deferred and initially deferred
SQL注入漏洞(绕过篇)
龙书虎书鲸书啃不动?试试豆瓣评分9.5的猴书
Arrays. asList()
[maintain cluster case set] gaussdb query user space usage
金仓数据库 KingbaseES 插件DBMS_OUTPUT
報名開啟|飛槳黑客馬拉松第三期如約而至,久等啦
Jincang database kingbasees plug-in force_ view
Spannable 和 Editable、SpannableString 和 SpannableString
June 24, 2022: golang multiple choice question, what does the following golang code output? A:1; B:3; C:4; D: Compilation failed. package main import ( “fmt“ ) func mai