• 大小: 33KB
    文件类型: .c
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: C/C++
  • 标签: CG  

资源简介

用于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

评论

共有 条评论