页面载入中
 

页面载入中
时 间 记 忆
<<  < 2006 - >  >>
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28
最 新 评 论
页面载入中
专 题 分 类
页面载入中
最 新 日 志
页面载入中
最 新 留 言
页面载入中
搜 索
用 户 登 录
页面载入中
友 情 连 接
博 客 信 息
页面载入中


 
高性能并行计算程序
[ 2005-2-24 14:15:00 | By: rock ]
 

这是我的毕业设计。指导老师是以为我们学校的一位很年轻的老师,但在这方面有很多的经验。我希望通过这次毕设,能掌握科学计算,尤其是前沿的并行计算的一些基本方法。同时学习使用Linux以及Fortran语言。

 现在找到的资料有:
  1、介绍Fortran 90的《Fortran 90》,何新贵 徐祖渊 吴庆宝 陈明远 编著,中国铁道部出版社 1994
  2、介绍并行算法的《并行算法的设计与分析(修订版)》 陈国良 高等教育出版社  2002
  3、介绍redhat Linux的《redhat 宝典》[美]Christopher Negus  著  梁普选 刘玉芬 等译 林丽闽 审校    电子工业出版社 2000
  4、介绍具体软件的http://ct.gsfc.nasa.gov/paramesh/Users_manual/amr.html
  5、介绍paramesh的一份资料Computer Physics Communications 126(2000)330-354<PARAMESH: A parallel adaptive mesh refinement community toolkit>

 
 
Re:高性能并行计算程序
[ 2008-2-27 16:09:00 | By: air81666(游客) ]
 
air81666(游客)在研究AMR,希望和你交流交流,QQ:86693550
 
个人主页 | 引用 | 返回 | 删除 | 回复
 
Re:高性能并行计算程序
[ 2007-8-18 9:01:00 | By: lanfeng(游客) ]
 
lanfeng(游客)QQ172781847
希望跟你交流交流
 
个人主页 | 引用 | 返回 | 删除 | 回复
 
回复:高性能并行计算程序
[ 2005-3-12 22:23:00 | By: blues083 ]
 
blues083

很好的一篇介绍MPI的文章

http://micro.ustc.edu.cn/Linux/MPI/MPICH/

 
个人主页 | 引用 | 返回 | 删除 | 回复
 
回复:高性能并行计算程序
[ 2005-3-1 10:46:00 | By: blues083 ]
 
blues083

又借了本书,上面那本Linux的书不够用,有点浅。

<red hat linux 核心技术精解> [美]Naba Barkakati 著   康博创作室译

 

 
个人主页 | 引用 | 返回 | 删除 | 回复
 
回复:高性能并行计算程序
[ 2005-2-24 21:55:00 | By: blues083 ]
 
blues083

 ChomboVis http://seesar.lbl.gov/anag/chombo/chomboVis/UsersGuide.html
We wrote ChomboVis so that users could view the 2D and 3D data sets generated by tools in the Chombo library. Visualizing Chombo output was a challenge because none of the available visualization tools directly supported hierarchical collections of grids.

ChomboVis is built on top of the Visualization Toolkit (VTK) and HDF5, and consists of source code in C++ and Python. Chombo produces HDF5 files. ChomboVis reads those files and uses VTK for visualization. ChomboVis provides a variety of methods for visualizing the data sets including color mapping, grid display, slicing, isosurfaces/contours and streamlines. ChomboVis users can browse the data directly as numbers, selecting grids by several possible means. And while the familiar face of ChomboVis is its interactive graphical user interface, Python programmers can now automate ChomboVis through a documented application programming interface (API).

In this guide we intend to be honest about the good points, the bad points, and the limitations of ChomboVis. We have overcome some but not all of the difficulties connected to the visualization of hierarchical collections of grids. ChomboVis accesses and visualizes individual grids separately, and the resulting geometry is collected and rendered in one image. This means that the data set isn't visualized in a completely integrated manner. This method has been workable but we still look forward to writing VTK extensions that would directly handle collections of grids. Another limitation, for now, is that only levels and individual grids can be selected and examined but other collections of grids cannot be selected.

 
个人主页 | 引用 | 返回 | 删除 | 回复
 
回复:高性能并行计算程序
[ 2005-2-24 21:53:00 | By: blues083 ]
 
blues083

HDF5
Home Page

http://hdf.ncsa.uiuc.edu/HDF5/

HDF5 is a general purpose library and file format for storing scientific data.
HDF5 can store two primary objects: datasets and groups. A dataset is essentially a multidimensional array of data elements, and a group is a structure for organizing objects in an HDF5 file. Using these two basic objects, one can create and store almost any kind of scientific data structure, such as images, arrays of vectors, and structured and unstructured grids. You can also mix and match them in HDF5 files according to your needs.

 

 
个人主页 | 引用 | 返回 | 删除 | 回复
 
回复:高性能并行计算程序
[ 2005-2-24 21:31:00 | By: blues083 ]
 
blues083

 下载paramesh的网址:
http://sourceforge.net/project/showfiles.php?group_id=78380&package_id=137867&release_id=291563

 
个人主页 | 引用 | 返回 | 删除 | 回复
 
回复:高性能并行计算程序
[ 2005-2-24 21:06:00 | By: blues083 ]
 
blues083

并行计算有两种实现方法,一种是多台计算机的集群,另一种是多cpu的计算机。
我这个题目是后一种。后一种软件简单一些,但硬件成本高。学校刚好有一台。装的是redhat企业版。

 
个人主页 | 引用 | 返回 | 删除 | 回复
发表评论:
页面载入中
Powered by Oblog.