Skip to content

forceofFrance/parallel_compute

 
 

Repository files navigation

sdu

ccf往年试题答案 自己写的 不是很全... 因为后面我也不会... normal: c: compile:gcc testc.c -o testc run: ./testc g c++: compile: g++ test.cpp -o test run:./test

mpi: c: compile: mpicc text.c -o begin run:mpirun -np 4 ./begin c++: compile: mpicxx first.cpp -o first run:mpirun -np 4 ./begin

About

并行计算实验

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 54.5%
  • C++ 37.0%
  • Java 8.4%
  • Makefile 0.1%