mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境

源代码在线查看: rimshot.h

软件大小: 11882 K
上传用户: zhiver
关键词: mpi gcc 并行计算 代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				/* -*- Mode: C++; c-basic-offset:4 ; -*- */				/*  $Id: rimshot.h,v 1.3 2002/11/11 13:49:56 gropp Exp $				 *				 *  (C) 2001 by Argonne National Laboratory.				 *      See COPYRIGHT in top-level directory.				 */								/* style:c++ header*/				// rimshot.h : main header file for the RIMSHOT application				//								#if !defined(AFX_RIMSHOT_H__2CC6723E_77B4_41B3_B62C_CF482B7A447E__INCLUDED_)				#define AFX_RIMSHOT_H__2CC6723E_77B4_41B3_B62C_CF482B7A447E__INCLUDED_								#if _MSC_VER > 1000				#pragma once				#endif // _MSC_VER > 1000								#ifndef __AFXWIN_H__					#error include 'stdafx.h' before including this file for PCH				#endif								#include "resource.h"       // main symbols								/////////////////////////////////////////////////////////////////////////////				// CRimshotApp:				// See rimshot.cpp for the implementation of this class				//								class CRimshotApp : public CWinApp				{				public:					CRimshotApp();								// Overrides					// ClassWizard generated virtual function overrides					//{{AFX_VIRTUAL(CRimshotApp)					public:					virtual BOOL InitInstance();					//}}AFX_VIRTUAL								// Implementation					//{{AFX_MSG(CRimshotApp)					afx_msg void OnAppAbout();					//}}AFX_MSG					DECLARE_MESSAGE_MAP()				};												/////////////////////////////////////////////////////////////////////////////								//{{AFX_INSERT_LOCATION}}				// Microsoft Visual C++ will insert additional declarations immediately before the previous line.								#endif // !defined(AFX_RIMSHOT_H__2CC6723E_77B4_41B3_B62C_CF482B7A447E__INCLUDED_)							

相关资源