1
1
Ralph Castain 06d1f2cfe2 Add some new tests to the ORTE collection
This commit was SVN r22328.
2009-12-17 19:30:57 +00:00

17 строки
174 B
Makefile
Исполняемый файл

CC=mpicc
all: start ch_rec
start:start.o
$(CC) -o start start.o
ch_rec: ch_rec.o
$(CC) -o ch_rec ch_rec.o
clean:
rm -f *.o ch_rec start
run:
mpirun -np 1 start