Skip to content

Commit

Permalink
Merge pull request #5747 from grondo/flux-job-split
Browse files Browse the repository at this point in the history
cmd: split flux-job into separate source files
  • Loading branch information
mergify[bot] committed Feb 21, 2024
2 parents 45ad784 + e620dc0 commit 21f5d30
Show file tree
Hide file tree
Showing 22 changed files with 4,522 additions and 3,943 deletions.
22 changes: 22 additions & 0 deletions src/cmd/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,28 @@ fluxcmd_PROGRAMS = \
flux-R \
flux-top

flux_job_SOURCES = \
job/main.c \
job/common.c \
job/common.h \
job/attach.c \
job/submit.c \
job/list.c \
job/status.c \
job/id.c \
job/namespace.c \
job/urgency.c \
job/cancel.c \
job/eventlog.c \
job/info.c \
job/stats.c \
job/wait.c \
job/memo.c \
job/purge.c \
job/taskmap.c \
job/timeleft.c \
job/last.c

flux_start_LDADD = \
$(fluxcmd_ldadd) \
$(top_builddir)/src/common/libpmi/libpmi_server.la \
Expand Down

0 comments on commit 21f5d30

Please sign in to comment.