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