92733b13d9
Modify the job_complete check so we don't kill jobs when a single proc was terminated by ORTE command via plm.terminate_procs Still dies gracefully with a ctrl-c, and behaves as before when using plm.terminate_job This commit was SVN r22227.
13 строки
379 B
Makefile
13 строки
379 B
Makefile
PROGS = no_op sigusr_trap spin orte_nodename orte_spawn orte_loop_spawn orte_loop_child orte_abort get_limits orte_ring spawn_child orte_tool orte_no_op binom oob_stress iof_stress iof_delay radix orte_barrier orte_mcast opal_interface mcast mcast_recv orte_spin segfault
|
|
|
|
all: $(PROGS)
|
|
|
|
CC = ortecc
|
|
CFLAGS = -g
|
|
CXX = ortec++
|
|
CXXFLAGS = -g
|
|
FFLAGS = -g
|
|
|
|
clean:
|
|
rm -f $(PROGS) *~
|