⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 functions.h

📁 MPI stands for the Message Passing Interface. Written by the MPI Forum (a large committee comprising
💻 H
字号:
// -*- c++ -*-//// Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana//                         University Research and Technology//                         Corporation.  All rights reserved.// Copyright (c) 2004-2005 The University of Tennessee and The University//                         of Tennessee Research Foundation.  All rights//                         reserved.// Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, //                         University of Stuttgart.  All rights reserved.// Copyright (c) 2004-2005 The Regents of the University of California.//                         All rights reserved.// $COPYRIGHT$// // Additional copyrights may follow// // $HEADER$////// Point-to-Point Communication//void Attach_buffer(void* buffer, int size);int Detach_buffer(void*& buffer);//// Process Topologies//voidCompute_dims(int nnodes, int ndims, int dims[]);//// Environmental Inquiry//void Get_processor_name(char* name, int& resultlen);voidGet_error_string(int errorcode, char* string, int& resultlen);int Get_error_class(int errorcode);double Wtime();double Wtick();voidInit(int& argc, char**& argv);voidInit();voidInitializeIntercepts();voidFinalizeIntercepts();voidReal_init();voidFinalize();boolIs_initialized();boolIs_finalized();//// External Interfaces//intInit_thread(int &argc, char**&argv, int required);intInit_thread(int required);boolIs_thread_main();intQuery_thread();//// Miscellany//void*Alloc_mem(Aint size, const Info& info);voidFree_mem(void* base);//// Process Creation//voidClose_port(const char* port_name);voidLookup_name(const char* service_name, const Info& info, char* port_name);voidOpen_port(const Info& info, char* port_name);voidPublish_name(const char* service_name, const Info& info, 	     const char* port_name);void Unpublish_name(const char* service_name, const Info& info, 	       const char* port_name);//// Profiling//voidPcontrol(const int level, ...);voidGet_version(int& version, int& subversion);MPI::AintGet_address(void* location);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -