上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 107 下一页

2007年5月31日

推荐相关Linux cluster 信息的常用的网站

摘要: ... 阅读全文

posted @ 2007-05-31 13:21 cy163 阅读(568) 评论(0) 推荐(0) 编辑

High Performance Linux Clusters with OSCAR, Rocks, OpenMosix, and MPI

摘要: • Table of Contents • Index ... 阅读全文

posted @ 2007-05-31 00:00 cy163 阅读(794) 评论(0) 推荐(0) 编辑

2007年5月30日

Using gdb and ddd with MPI

摘要: Thus far we have used the debugger to start the program we want to debug. But with MPI programs, we have used mpirun or mpiexec to start programs, which would seem to present a problem.[3] Fortunately... 阅读全文

posted @ 2007-05-30 23:42 cy163 阅读(1582) 评论(1) 推荐(1) 编辑

Hints for Debugging Parallel Programs

摘要: Using ddd/gdb: Use of a debugging tool like gdb can save you large amounts of time and frustration in any debugging project. But it is especially useful in debugging parallel programs. Whenever possi... 阅读全文

posted @ 2007-05-30 22:25 cy163 阅读(369) 评论(0) 推荐(0) 编辑

2007年5月28日

华中科技大学主校区论文被《SCI》收录的研究

摘要: 三章 对华中科技大学主校区论文被《SCI》收录的研究 返回 我们依据《SCI》来源索引中... 阅读全文

posted @ 2007-05-28 20:00 cy163 阅读(1226) 评论(0) 推荐(0) 编辑

2007年5月27日

SCI收录杂志名录

摘要: SCI收录杂志名录 FULL JOURNAL TITLES2002 JCR Science Edition SCI收录杂志名录AA N A E-APPROCHE NEUROPSYCHOLOGIQUE DES APPRENTISSAGES CHEZ L ENFANTAAPG BULLETINAAPS PHARMSCIAATCC REVIEWABDOMINAL IMAGINGABHANDLUNGE... 阅读全文

posted @ 2007-05-27 00:01 cy163 阅读(7501) 评论(0) 推荐(0) 编辑

2007年5月26日

Computer Science Conference Rankings

摘要: AREA: Databases Rank 1: SIGMOD: ACM SIGMOD Conf on Management of Data PODS: ACM SIGMOD Conf on Principles of DB Systems VLDB: Very Large Data Bases ICDE: Intl Conf on Data Eng... 阅读全文

posted @ 2007-05-26 23:46 cy163 阅读(1108) 评论(0) 推荐(0) 编辑

ofstream/ifstream 文本/二进制 方式 读入/写出 数据方法

摘要: 文件 I/O 在C++中比烤蛋糕简单多了。 在这篇文章里,我会详细解释ASCII和二进制文件的输入输出的每个细节,值得注意的是,所有这些都是用C++完成的。 一、ASCII 输出 为了使用下面的方法, 你必须包含头文件(译者注:在标准C++中,已经使用取代,所有的C++标准头文件都是无后缀的。)。这是 的一个扩展集, 提供有缓冲的文件输入输出操作. 事实上, 已经被包含了, 所以你不必包含所... 阅读全文

posted @ 2007-05-26 09:16 cy163 阅读(34498) 评论(4) 推荐(1) 编辑

Linux下控制台无法显示中文,LC_ALL=zh_CN LANG=zh_CN 添加到.bashrc

摘要: 把 LC_ALL=zh_CNLANG=zh_CN添加到 .bashrc 文件中。添加完成后,一定要重新启动机器,方能生效。但在vnc环境下,最小化一个console后,任务栏无法出现其对应标志。变通做法是双击 console窗口的顶部title bar 使其在桌面最小化。也可尝试只添加,LANG=zh_CN一行 阅读全文

posted @ 2007-05-26 07:21 cy163 阅读(5164) 评论(0) 推荐(0) 编辑

并行计算中,借助参数--myid--把多个计算任务分配给numprocs个进程

摘要: 并行计算程序设计时,常面临把 一系列任务分配给 n个节点的问题。比如,在经典的计算pi值的程序中 for (i = myid + 1; i <= n; i += numprocs) { x = h * ((double)i - 0.5); sum += f(x); } myid出现在循环设计中,它的出现使得,各个进程(节点)对循环作不同的解释,比如 numprocs=3,... 阅读全文

posted @ 2007-05-26 07:11 cy163 阅读(452) 评论(0) 推荐(0) 编辑

上一页 1 ··· 66 67 68 69 70 71 72 73 74 ··· 107 下一页

导航