/*****
*****
*****
*****
*****
*****
******
// 程式功能: mpi_bcast函式用法
// 作成日期:2016/12/14
// 詳細說明:
//*****
*****
*****
*****
*****
*****
******/
#include
#include
#pragma comment(lib,"mpi.lib")
/*****
*****
*****
*****
*****
*****
*****
*****
*****
***mpi_bcast(buffer,count,datatype,root,comm)
in/out buffer 通訊訊息緩衝區的起始位址(可變)
in count 通訊訊息緩衝區中的資料個數(整型)
in datatype 通訊訊息緩衝區中的資料型別(控制代碼)
in root 傳送廣播的根的序列號(整型)
in comm 通訊子(控制代碼)
int mpi_bcast(void* buffer,int count,mpi_datatype datatype,int root, mpi_comm comm)
mpi_bcast是從乙個序列號為root的程序將一條訊息廣播傳送到組內的所有程序,
包括它本身在內.呼叫時組內所有成員都使用同乙個comm和root,
其結果是將根的通訊訊息緩衝區中的訊息拷貝到其他所有程序中去.
*****
*****
*****
*****
*****
*****
*****
*****
******/
int main(int argc,char *argv)
mpi_finalize();
return 0;
}
函式的用法 INDEXC函式的用法
1 製作小 箱 如何利用excel製作簡單的小 箱?這裡與大家分享借用index函式來實現。在單元格中輸入公式 index a2 a17,randbetween 2,counta a2 a17 公式說明 counta函式表示統計非空單元格格式 randbetween函式表示隨機生成整數 2 隔行提取...
函式的用法 CELL函式高階用法,
資料多時看的眼花繚亂,使用聚光燈功能突出顯示當前的行和列,在檢視資料時非常方便,wps是自帶該功能的。選中要設定的資料區域,在 開始 選項卡下點 條件格式 選擇 新建規則 在彈出的 新建格式規則 視窗中選擇 使用公式確定要設定格式的單元格 在 為符合此公式的值設定格式 下輸入公式 or cell r...
lseek函式的用法lseek函式的用法
使用 lseek 函式可以改變檔案的 cfo include unistd.h include off t lseek int filedes,off t offset,int whence 返回值 新的偏移量 成功 1 失敗 引數 offset 的含義取決於引數 whence 1.如果 whenc...