1
1
openmpi/orte/test/mpi/Makefile
Ralph Castain d5b5cd2d3c Add test code for multiple comm_spawn calls.
Add ERROR_LOG calls to more clearly document failures in the rsh launcher.

This commit was SVN r14214.
2007-04-04 13:24:39 +00:00

15 строки
245 B
Makefile

PROGS = mpi_no_op hello hello_nodename abort multi_abort simple_spawn mpi_spin delayed_abort loop_spawn loop_child
all: $(PROGS)
CC = mpicc
CFLAGS = -g
CXX = mpic++
CXXFLAGS = -g
F77 = mpif77
FC = mpif77
FFLAGS = -g
clean:
rm -f $(PROGS) *~