Scilab MPI
- MPI — ScilabからのMPI機能へのアクセス
- MPI_Bcast — ランクルートを有するプロセスからグループの 他の全プロセスにメッセージをブロードキャストする.
- MPI_Comm_rank — Determines the rank of a calling process in a communicator
- MPI_Comm_size — Determines the size of the group associated with a communicator
- MPI_Create_comm — Create a MPI subcommunicator of MPI_COMM_WORLD
- MPI_Finalize — Terminate the MPI environment
- MPI_Init — Initialize the MPI environment
- MPI_Irecv — ノードからデータをノンブロッキング受信する
- MPI_Isend — ノード間の非ブロッキングデータ送信
- MPI_Recv — ノードからデータを受信する
- MPI_Send — ノード間データ送信
- MPI implementation — 実装に関する技術的詳細
- MPI_Wait — MPIリクエストの完了を待つ
Report an issue | ||
<< Modules manager | Scilabヘルプ | Localization >> |