Skip to content
Snippets Groups Projects
Commit a63371a5 authored by Moe Jette's avatar Moe Jette
Browse files

Make SLURM comm layer behave properly if no backup_controller is provided.

It used to seg-fault.
srun Makefile.am changed to re-link if comm library changes.
parent ea767bdf
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,7 @@ srun_SOURCES = srun.c opt.c env.c opt.h env.h job.c job.h net.c net.h \
srun_LDFLAGS = \
$(top_srcdir)/src/common/libcommon.la \
$(top_srcdir)/src/api/libslurm.la
srun_LDADD = $(POPT_LIBS)
srun_LDADD = $(top_srcdir)/src/common/libcommon.la \
$(top_srcdir)/src/api/libslurm.la \
$(POPT_LIBS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment