1
1
openmpi/orte/test/system/Makefile
2007-01-17 16:15:37 +00:00

13 строки
199 B
Makefile

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