chenlx0 / MPI-Practice

Practice for using OpenMPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenMPI Practice

This repo contains my code for MPI programming practice.

Programming in C.

hello: 线程之间交换字符串并调用函数打印

array: 线程之间交换数组进行计算

pi: 随机数法计算pi,多线程计算

prime: 多线程计算素数

About

Practice for using OpenMPI


Languages

Language:C 100.0%