forked from JointCloud/pcm-coordinator
fix
This commit is contained in:
parent
603574b381
commit
94e2e5afec
|
@ -37,7 +37,6 @@
|
|||
## Architecture
|
||||
  The Coordinator is the core component of the framework, providing heterogeneous abstraction for different Participant-side technology stacks. The framework, oriented towards the user side, primarily involves two major functionalities: resource changes (task submission) and centralized display. After task submission, PCM achieves dynamic task flow through a scheduling center deployed on cloud computing, intelligent computing, and supercomputing clouds. In the centralized display section, PCM mainly collects and aggregates information about resources and tasks from multiple Participant services through Tracker and actively reported by the Participant side. It provides users with a standardized unified interface. Users can view the information provided by PCM on the frontend page or directly access data through the interface.
|
||||
|
||||

|
||||

|
||||
## PCM deploy
|
||||
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||

|
||||
<p align="center">
|
||||
<a href="https://www.gitlink.org.cn/JointCloud/pcm-coordinator/tree/master/docs">文档</a> |
|
||||
<a href="../README.md">English</a> |
|
||||
<a href="https://www.gitlink.org.cn/JointCloud/pcm-coordinator#readme">English</a> |
|
||||
<a href="https://www.gitlink.org.cn/JointCloud/pcm-coordinator/milestones">里程碑</a>
|
||||
</p>
|
||||
  jointcloud云际团队正式发布PCM对等协作框架,框架包含了kubernan核心组件源代码、8个participant协作者组件仓库,以及PCM中定义的超算、智算、数算资源操作及信息收集规格。
|
||||
|
||||
## 什么是Jointcloud和PCM
|
||||
  云际协作环境 (JointCloud cooperation environment, JCCE), JCCE 包括分布云交易、分布云社区、分布云监管以及基于区块链的分布记账系统, JCCE 中与信息交换尤其是价值交换相关的支撑技术, 利于打破云际协作参与方之间的信息不对称, 为参与各方创造多赢机会, 实现对云际计算商业模式创新的强有力支撑。
|
||||
|
@ -66,7 +65,7 @@ SnowflakeConf:
|
|||
MachineId: 1
|
||||
```
|
||||
|
||||
  运行以下命令后将会在本地启动kubernan-rpc服务,其具体功能可参考上文架构设计中的描述。
|
||||
  运行以下命令后将会在本地启动coordinator-rpc服务,其具体功能可参考上文架构设计中的描述。
|
||||
|
||||
```
|
||||
# get required packages
|
||||
|
|
Loading…
Reference in New Issue