1
1
Ralph Castain 3068438022 Add scaling tests and script
This commit was SVN r26509.
2012-05-29 15:21:44 +00:00

16 строки
248 B
Makefile

PROGS = orte_no_op mpi_no_op mpi_barrier
all: $(PROGS)
CC = mpicc
CFLAGS = -g
CFLAGS_INTERNAL = -I../../.. -I../../../orte/include -I../../../opal/include
CXX = mpic++
CXXFLAGS = -g
F77 = mpif77
FC = mpif90
FFLAGS = -g
clean:
rm -f $(PROGS) *~