d5b5cd2d3c
Add ERROR_LOG calls to more clearly document failures in the rsh launcher. This commit was SVN r14214.
15 строки
245 B
Makefile
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) *~
|