here are the examples.


所有跟贴·加跟贴·新语丝读书论坛

送交者: steven 于 2009-03-18, 17:03:40:

回答: 竹间棋,有时间解释一下你的无分支程序是怎么回事,和大规模并行计算有什么关系? 由 conner 于 2009-03-18, 16:56:04:

无分支程序:
代码:

#include <stdio.h>
int
main (void)
{
  printf "hello world\n");
}

大规模并行计算:

代码:

#include <stdio.h>
int
main (void)
{
  while (1)
  {
     fork ();
     printf ("hello world\n");
  }
}

这关系不是很显然吗?



所有跟贴:


加跟贴

笔名: 密码: 注册笔名请按这里

标题:

内容: (BBCode使用说明