1
1
openmpi/orte/test/system/Makefile
2007-01-09 00:13:57 +00:00

13 строки
163 B
Makefile

PROGS = no_op sigusr_trap spin orte_nodename orte_spawn
all: $(PROGS)
CC = ortecc
CFLAGS = -g
CXX = ortec++
CXXFLAGS = -g
FFLAGS = -g
clean:
rm -f $(PROGS) *~