1
1
openmpi/orte/test/system/Makefile

13 строки
231 B
Makefile

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