makefile.mpi

来自「并行算法实验用的源代码」· MPI 代码 · 共 16 行

MPI
16
字号
############################################################### makefile for Lab 1#   Description:  use this file to compile your MPI version##############################################################CC        = mpiccCryptMPI: cryptString.o driver.o 	mpicc -o CryptMPI cryptString.o driver.o ###   Removes all executables and object codeclean:	rm -f *.o a.out CryptMPI

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?