资源简介
用于NAS的NPB基准测试程序
进过修改的MPI程序,C语言的版本
代码片段和文件信息
/******************/
/* program cg */
/******************/
#include “mpinpb.h“
#include “npbparams.h“
#include
#include
#include
/******************************************************************************/
/* num_procs must be a power of 2 and num_procs=num_proc_cols*num_proc_rows. */
/* num_proc_cols and num_proc_cols are to be found in npbparams.h. */
/* When num_procs is not square then num_proc_cols must be = 2*num_proc_rows.*/
/******************************************************************************/
#define NZ NA*(NONZER+1)*(NONZER+1)/num_procs+NA*(NONZER+2+num_procs/256)/num_proc_cols
#define max(ab) (((a) > (b)) ? (a) : (b))
#define TRUE 1
#define FALSE 0
#define bool int
/* common partit_size */
sta
- 上一篇:存储体系实验
- 下一篇:《C语言程序设计》习题讲解
评论
共有 条评论