102
parkerjj 2015-10-14 14:08:36 +08:00
我想玩扫雷。。。。
|
103
erevus 2015-10-14 14:13:56 +08:00
我姑(厅级)说广州 ZF 的网站都要搬去天河超算机房
|
104
tougaoke 2015-10-14 14:59:04 +08:00
能玩扫雷吗
|
106
c0878 2015-10-14 15:08:57 +08:00
unixbench 能跑多少分
|
107
forgetandnew 2015-10-14 15:33:00 +08:00
跑象棋
|
108
oska874 2015-10-14 16:01:40 +08:00
能翻墙做个代理吗?
|
109
lingo233 2015-10-14 16:06:38 +08:00
有没有公网?
能做转发吗? 还有是怎么计费的? |
113
hillw4h 2015-10-14 17:44:50 +08:00
帮我跑个 rar 如何?
|
114
salmon5 2015-10-14 19:10:25 +08:00
还以为天河二号多高大上呢?原来是个电脑市场的组装机
|
116
congminghaoxue 2015-10-15 09:51:46 +08:00
是用的正版系统吗?有没有升级到 win10 啊?
|
117
RqPS6rhmP3Nyn3Tm OP @congminghaoxue 你见过哪个超算是 Windows 的?
|
118
cztchoice 2015-10-15 10:48:29 +08:00
@erevus 天河二号上提供了公有云平台,他们应该是在天河二号的公有云开发的,广州那边的确有些政府的网站放到天河二号的公有云上了
|
119
worldmaomao 2015-10-15 15:12:48 +08:00
能不能上黄网?
|
120
linuxtro 2015-10-15 18:20:23 +08:00
上马化腾号聊天
|
121
flaminigo 2015-10-16 05:01:15 +08:00
@boter 不能这样说的。 bit coin mining 就是在不断的计算 hash key 。这种单一的计算很容易用硬件实现。需要的计算资源也很少,比如内存和 I/O ,只是 CPU demanding 的。所以会出现很多 FPGA 的矿机。
而我们一般的计算是 general computing 。有很多不同的计算模型,需要的资源也不一样。比如 渲染 和 解方程 的计算模型就不一样。渲染需要很高的 I/O throughput ,计算却相对简单。所以用 CUDA pipeline 实现很方便。而解方程需要很多 memory 来存储 sparse matrix 。对 memory 的访问又相当随机,因为和 pivot condition 有关系。 pivot condition 决定了数值的稳定性。所以是 computing 和 memory 都很 demanding 的。 像渲染和解方程,就很难放到 FPGA 矿机上做。即使可以,运算的速度和规模也远远赶不上通用的计算机。 |
122
flaminigo 2015-10-16 05:16:07 +08:00 1
@fzinfz super computer 不是这样用的。中文输入好累,请允许我打英文。
Nodes of a supercomputer, such as Tianhe II, are divided into two types: interactive nodes and computing nodes. Interactive nodes are for the interaction with users.We use those nodes for editing files, compiling programs and submitting jobs. We may run the program on those nodes by './program'. But the computing is conducted on interactive nodes of which the performance are usually bad. To drain the performance of a supercomputer, we should submit our program to one or more computing nodes. We usually write a job description file specifying the program we want to run, resources we need during computing and the expected running time/duration of our program. We submit our job to computing nodes via the job management system that reads info from the job description file. In this way, the computing is conducted on the powerful, resourceful and high speed computing nodes. Different supercomputers have different job management systems. I have ever used systems of IBM and Cray. |
124
fzinfz 2015-10-16 20:43:28 +08:00
@flaminigo Thanks for your detailed explanation, which've taught me more about super computer~
to all : 搜到 2 份很好的天河 2 文档,有兴趣的 V 友可以看看 : 官方: https://www.openstack.org/assets/presentation-media/How-to-Deploy-OpenStack-on-Tianhe-2-Supercomputer-2.pdf 非官方: http://www.netlib.org/utk/people/JackDongarra/PAPERS/tianhe-2-dongarra-report.pdf 另外附上 openstack 的官方架构介绍,好复杂。。。 http://docs.openstack.org/juno/install-guide/install/apt/content/ch_overview.html |
125
flaminigo 2015-10-17 06:33:44 +08:00 1
@fzinfz 似乎是这个文档才是 manual 。 http://www.nscc-gz.cn/userfiles/files/nsccth2sc.pdf
|