SESC Tutorial – 3. Prepare for Hacking
This chapter introduces you some tips to understand SESC. If you want to modify SESC for your research, this might be a good start. ...
This chapter introduces you some tips to understand SESC. If you want to modify SESC for your research, this might be a good start. ...
In this chapter, we compile and run the first program on SESC. After that, we can get a report from SESC. ...
SESC is good. But after so many years, there are still few documents. Researchers are often dragged by some tiny troubles. The research can really start, once they can run the hello world. This tutorial aims to reduce the time spending on setuping the evnironment. It lets the researchers pass the tedious evironment setuping ...
今早去听了三位国防科大的老师做的关于超级计算机的报告。吴泉源教授介绍了超算的应用。卢凯教授介绍了国防科大的天河一号(布置在天津超算中心)。天河一号在2009年11月的世界TOP500排名第5位。卢教授特别指入Hybrid Structure (如CPU+GPU)是超级机的发展趋势。宋君强教授介绍了用超算进行天气预报计算的情况。 ...
G.M.Amdahl在1967年提出了Amdahl’s law,针对并行处理的scalability给出了一个模型,指出使用并行处理的提速由问题的可并行的部分所决定。这个模型为并行计算系统的设计者提供了指导。但是 ...