Tue Jul 3 22:00:41 2012 UTC ()
Update to SLURM 2.4.1

* Changes in SLURM 2.4.1
========================
 -- Fix bug for job state change from 2.3 -> 2.4 job state can now be preserved
    correctly when transitioning.  This also applies for 2.4.0 -> 2.4.1, no
    state will be lost. (Thanks to Carles Fenoy)

* Changes in SLURM 2.4.0
========================
 -- Cray - Improve support for zero compute note resource allocations.
    Partition used can now be configured with no nodes nodes.
 -- BGQ - make it so srun -i<taskid> works correctly.
 -- Fix parse_uint32/16 to complain if a non-digit is given.
 -- Add SUBMITHOST to job state passed to Moab vial sched/wiki2. Patch by Jon
    Bringhurst (LANL).
 -- BGQ - Fix issue when running with AllowSubBlockAllocations=Yes without
    compiling with --enable-debug
 -- Modify scontrol to require "-dd" option to report batch job's script. Patch
    from Don Albert, Bull.
 -- Modify SchedulerParamters option to match documentation: "bf_res="
    changed to "bf_resolution=". Patch from Rod Schultz, Bull.
 -- Fix bug that clears job pending reason field. Patch fron Don Lipari, LLNL.
 -- In etc/init.d/slurm move check for scontrol after sourcing
    /etc/sysconfig/slurm. Patch from Andy Wettstein, University of Chicago.
 -- Fix in scheduling logic that can delay jobs with min/max node counts.
 -- BGQ - fix issue where if a step uses the entire allocation and then
    the next step in the allocation only uses part of the allocation it gets
    the correct cnodes.
 -- BGQ - Fix checking for IO on a block with new IBM driver V1R1M1 previous
    function didn't always work correctly.
 -- BGQ - Fix issue when a nodeboard goes down and you want to combine blocks
    to make a larger small block and are running with sub-blocks.
 -- BLUEGENE - Better logic for making small blocks around bad nodeboard/card.
 -- BGQ - When using an old IBM driver cnodes that go into error because of
    a job kill timeout aren't always reported to the system.  This is now
    handled by the runjob_mux plugin.
 -- BGQ - Added information on how to setup the runjob_mux to run as SlurmUser.
 -- Improve memory consumption on step layouts with high task count.
 -- BGQ - quiter debug when the real time server comes back but there are
    still messages we find when we poll but haven't given it back to the real
    time yet.
 -- BGQ - fix for if a request comes in smaller than the smallest block and
    we must use a small block instead of a shared midplane block.
 -- Fix issues on large jobs (>64k tasks) to have the correct counter type when
    packing the step layout structure.
 -- BGQ - fix issue where if a user was asking for tasks and ntasks-per-node
    but not node count the node count is correctly figured out.
 -- Move logic to always use the 1st alphanumeric node as the batch host for
    batch jobs.
 -- BLUEGENE - fix race condition where if a nodeboard/card goes down at the
    same time a block is destroyed and that block just happens to be the
    smallest overlapping block over the bad hardware.
 -- Fix bug when querying accounting looking for a job node size.
 -- BLUEGENE - fix possible race condition if cleaning up a block and the
    removal of the job on the block failed.
 -- BLUEGENE - fix issue if a cable was in an error state make it so we can
    check if a block is still makable if the cable wasn't in error.
 -- Put nodes names in alphabetic order in node table.
 -- If preempted job should have a grace time and preempt mode is not cancel
    but job is going to be canceled because it is interactive or other reason
    it now receives the grace time.
 -- BGQ - Modified documents to explain new plugin_flags needed in bg.properties
    in order for the runjob_mux to run correctly.
 -- BGQ - change linking from libslurm.o to libslurmhelper.la to avoid warning.

* Changes in SLURM 2.4.0.rc1
=============================
 -- Improve task binding logic by making fuller use of HWLOC library,
    especially with respect to Opteron 6000 series processors. Work contributed
    by Komoto Masahiro.
 -- Add new configuration parameter PriorityFlags, based upon work by
    Carles Fenoy (Barcelona Supercomputer Center).
 -- Modify the step completion RPC between slurmd and slurmstepd in order to
    eliminate a possible deadlock. Based on work by Matthieu Hautreux, CEA.
 -- Change the owner of slurmctld and slurmdbd log files to the appropriate
    user. Without this change the files will be created by and owned by the
    user starting the daemons (likely user root).
 -- Reorganize the slurmstepd logic in order to better support NFS and
    Kerberos credentials via the AUKS plugin. Work by Matthieu Hautreux, CEA.
 -- Fix bug in allocating GRES that are associated with specific CPUs. In some
    cases the code allocated first available GRES to job instead of allocating
    GRES accessible to the specific CPUs allocated to the job.
 -- spank: Add callbacks in slurmd: slurm_spank_slurmd_{init,exit}
    and job epilog/prolog: slurm_spank_job_{prolog,epilog}
 -- spank: Add spank_option_getopt() function to api
 -- Change resolution of switch wait time from minutes to seconds.
 -- Added CrpCPUMins to the output of sshare -l for those using hard limit
    accounting.  Work contributed by Mark Nelson.
 -- Added mpi/pmi2 plugin for complete support of pmi2 including acquiring
    additional resources for newly launched tasks. Contributed by Hongjia Cao,
    NUDT.
 -- BGQ - fixed issue where if a user asked for a specific node count and more
    tasks than possible without overcommit the request would be allowed on more
    nodes than requested.
 -- Add support for new SchedulerParameters of bf_max_job_user, maximum number
    of jobs to attempt backfilling per user. Work by Bj翹rn-Helge Mevik,
    University of Oslo.
 -- BLUEGENE - fixed issue where MaxNodes limit on a partition only limited
    larger than midplane jobs.
 -- Added cpu_run_min to the output of sshare --long.  Work contributed by
    Mark Nelson.
 -- BGQ - allow regular users to resolve Rack-Midplane to AXYZ coords.
 -- Add sinfo output format option of "%R" for partition name without "*"
    appended for default partition.
 -- Cray - Add support for zero compute note resource allocation to run batch
    script on front-end node with no ALPS reservation. Useful for pre- or post-
    processing.
 -- Support for cyclic distribution of cpus in task/cgroup plugin from Martin
    Perry, Bull.
 -- GrpMEM limit for QOSes and associations added Patch from Bj翹rn-Helge Mevik,
    University of Oslo.
 -- Various performance improvements for up to 500% higher throughput depending
    upon configuration. Work supported by the Oak Ridge National Laboratory
    Extreme Scale Systems Center.
 -- Added jobacct_gather/cgroup plugin.  It is not advised to use this in
    production as it isn't currently complete and doesn't provide an equivalent
    substitution for jobacct_gather/linux yet. Work by Martin Perry, Bull.


(asau)
diff -r1.3 -r1.4 pkgsrc/parallel/slurm/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/parallel/slurm/PLIST
diff -r1.1.1.1 -r1.2 pkgsrc/parallel/slurm/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/parallel/slurm/Attic/Makefile (switch to unified diff)

--- pkgsrc/parallel/slurm/Attic/Makefile 2012/07/03 14:09:11 1.3
+++ pkgsrc/parallel/slurm/Attic/Makefile 2012/07/03 22:00:41 1.4
@@ -1,47 +1,46 @@ @@ -1,47 +1,46 @@
1# $NetBSD: Makefile,v 1.3 2012/07/03 14:09:11 asau Exp $ 1# $NetBSD: Makefile,v 1.4 2012/07/03 22:00:41 asau Exp $
2 2
3DISTNAME= slurm-2.4.0-0.pre4 3DISTNAME= slurm-2.4.1
4PKGNAME= slurm-2.4.0pre4 
5CATEGORIES= parallel 4CATEGORIES= parallel
6MASTER_SITES= http://www.schedmd.com/download/archive/ \ 5MASTER_SITES= http://www.schedmd.com/download/archive/ \
7 http://www.schedmd.com/download/latest/ \ 6 http://www.schedmd.com/download/latest/ \
8 http://www.schedmd.com/download/development/ 7 http://www.schedmd.com/download/development/
9EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
10 9
11MAINTAINER= asau@inbox.ru 10MAINTAINER= asau@inbox.ru
12HOMEPAGE= http://www.schedmd.com/ 11HOMEPAGE= http://www.schedmd.com/
13COMMENT= Simple Linux Utility for Resource Management 12COMMENT= Simple Linux Utility for Resource Management
14 13
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16 15
17USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
18 17
19GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
20USE_TOOLS= perl pkg-config 19USE_TOOLS= perl pkg-config
21USE_LIBTOOL= yes 20USE_LIBTOOL= yes
22 21
23# Fix installation: 22# Fix installation:
24CONFIGURE_ARGS+= --htmldir=$(PREFIX)/share/doc/$(PKGNAME_NOREV)/html 23CONFIGURE_ARGS+= --htmldir=$(PREFIX)/share/doc/$(PKGNAME_NOREV)/html
25 24
26REPLACE_PYTHON= doc/html/shtml2html.py 25REPLACE_PYTHON= doc/html/shtml2html.py
27 26
28PKG_GROUPS= slurm 27PKG_GROUPS= slurm
29PKG_USERS= slurm:slurm 28PKG_USERS= slurm:slurm
30 29
31PKG_GECOS.slurm= SLURM user 30PKG_GECOS.slurm= SLURM user
32PKG_SHELL.slurm= $(NOLOGIN) 31PKG_SHELL.slurm= $(NOLOGIN)
33 32
34post-install: 33post-install:
35 $(INSTALL_DATA_DIR) $(DESTDIR)$(PREFIX)/share/examples/$(PKGBASE) 34 $(INSTALL_DATA_DIR) $(DESTDIR)$(PREFIX)/share/examples/$(PKGBASE)
36 $(INSTALL_DATA) $(WRKSRC)/etc/* $(DESTDIR)$(PREFIX)/share/examples/$(PKGBASE)/ 35 $(INSTALL_DATA) $(WRKSRC)/etc/* $(DESTDIR)$(PREFIX)/share/examples/$(PKGBASE)/
37 36
38.include "../../lang/python/tool.mk" 37.include "../../lang/python/tool.mk"
39 38
40CONFIGURE_ARGS+= --with-munge=$(BUILDLINK_PREFIX.munge:Q) 39CONFIGURE_ARGS+= --with-munge=$(BUILDLINK_PREFIX.munge:Q)
41.include "../../security/munge/buildlink3.mk" # optional 40.include "../../security/munge/buildlink3.mk" # optional
42.include "../../security/openssl/buildlink3.mk" 41.include "../../security/openssl/buildlink3.mk"
43.include "../../mk/dlopen.buildlink3.mk" 42.include "../../mk/dlopen.buildlink3.mk"
44.include "../../mk/curses.buildlink3.mk" 43.include "../../mk/curses.buildlink3.mk"
45.include "../../mk/pam.buildlink3.mk" 44.include "../../mk/pam.buildlink3.mk"
46.include "../../mk/pthread.buildlink3.mk" 45.include "../../mk/pthread.buildlink3.mk"
47.include "../../mk/bsd.pkg.mk" 46.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/parallel/slurm/Attic/PLIST (switch to unified diff)

--- pkgsrc/parallel/slurm/Attic/PLIST 2012/03/20 14:52:15 1.1.1.1
+++ pkgsrc/parallel/slurm/Attic/PLIST 2012/07/03 22:00:41 1.2
@@ -1,358 +1,361 @@ @@ -1,358 +1,361 @@
1@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/20 14:52:15 asau Exp $ 1@comment $NetBSD: PLIST,v 1.2 2012/07/03 22:00:41 asau Exp $
2bin/sacct 2bin/sacct
3bin/sacctmgr 3bin/sacctmgr
4bin/salloc 4bin/salloc
5bin/sattach 5bin/sattach
6bin/sbatch 6bin/sbatch
7bin/sbcast 7bin/sbcast
8bin/scancel 8bin/scancel
9bin/scontrol 9bin/scontrol
10bin/sdiag 10bin/sdiag
11bin/sinfo 11bin/sinfo
12bin/smap 12bin/smap
13bin/sprio 13bin/sprio
14bin/squeue 14bin/squeue
15bin/sreport 15bin/sreport
16bin/srun 16bin/srun
17bin/sshare 17bin/sshare
18bin/sstat 18bin/sstat
19bin/strigger 19bin/strigger
20include/slurm/pmi.h 20include/slurm/pmi.h
21include/slurm/slurm.h 21include/slurm/slurm.h
22include/slurm/slurm_errno.h 22include/slurm/slurm_errno.h
23include/slurm/slurmdb.h 23include/slurm/slurmdb.h
24include/slurm/spank.h 24include/slurm/spank.h
25lib/libpmi.la 25lib/libpmi.la
26lib/libslurm.la 26lib/libslurm.la
27lib/libslurmdb.la 27lib/libslurmdb.la
28lib/slurm/accounting_storage_filetxt.la 28lib/slurm/accounting_storage_filetxt.la
29lib/slurm/accounting_storage_none.la 29lib/slurm/accounting_storage_none.la
30lib/slurm/accounting_storage_slurmdbd.la 30lib/slurm/accounting_storage_slurmdbd.la
31lib/slurm/auth_munge.la 31lib/slurm/auth_munge.la
32lib/slurm/auth_none.la 32lib/slurm/auth_none.la
33lib/slurm/checkpoint_none.la 33lib/slurm/checkpoint_none.la
34lib/slurm/checkpoint_ompi.la 34lib/slurm/checkpoint_ompi.la
35lib/slurm/crypto_munge.la 35lib/slurm/crypto_munge.la
36lib/slurm/crypto_openssl.la 36lib/slurm/crypto_openssl.la
37lib/slurm/gres_gpu.la 37lib/slurm/gres_gpu.la
38lib/slurm/gres_nic.la 38lib/slurm/gres_nic.la
39lib/slurm/job_submit_cnode.la 39lib/slurm/job_submit_cnode.la
40lib/slurm/job_submit_defaults.la 40lib/slurm/job_submit_defaults.la
41lib/slurm/job_submit_logging.la 41lib/slurm/job_submit_logging.la
42lib/slurm/job_submit_partition.la 42lib/slurm/job_submit_partition.la
43lib/slurm/jobacct_gather_aix.la 43lib/slurm/jobacct_gather_aix.la
 44lib/slurm/jobacct_gather_cgroup.la
44lib/slurm/jobacct_gather_linux.la 45lib/slurm/jobacct_gather_linux.la
45lib/slurm/jobacct_gather_none.la 46lib/slurm/jobacct_gather_none.la
46lib/slurm/jobcomp_filetxt.la 47lib/slurm/jobcomp_filetxt.la
47lib/slurm/jobcomp_none.la 48lib/slurm/jobcomp_none.la
48lib/slurm/jobcomp_script.la 49lib/slurm/jobcomp_script.la
49lib/slurm/mpi_lam.la 50lib/slurm/mpi_lam.la
50lib/slurm/mpi_mpich1_p4.la 51lib/slurm/mpi_mpich1_p4.la
51lib/slurm/mpi_mpich1_shmem.la 52lib/slurm/mpi_mpich1_shmem.la
52lib/slurm/mpi_mpichgm.la 53lib/slurm/mpi_mpichgm.la
53lib/slurm/mpi_mpichmx.la 54lib/slurm/mpi_mpichmx.la
54lib/slurm/mpi_mvapich.la 55lib/slurm/mpi_mvapich.la
55lib/slurm/mpi_none.la 56lib/slurm/mpi_none.la
56lib/slurm/mpi_openmpi.la 57lib/slurm/mpi_openmpi.la
 58lib/slurm/mpi_pmi2.la
57lib/slurm/preempt_none.la 59lib/slurm/preempt_none.la
58lib/slurm/preempt_partition_prio.la 60lib/slurm/preempt_partition_prio.la
59lib/slurm/preempt_qos.la 61lib/slurm/preempt_qos.la
60lib/slurm/priority_basic.la 62lib/slurm/priority_basic.la
61lib/slurm/priority_multifactor.la 63lib/slurm/priority_multifactor.la
62lib/slurm/proctrack_cgroup.la 64lib/slurm/proctrack_cgroup.la
63lib/slurm/proctrack_linuxproc.la 65lib/slurm/proctrack_linuxproc.la
64lib/slurm/proctrack_pgid.la 66lib/slurm/proctrack_pgid.la
65lib/slurm/sched_backfill.la 67lib/slurm/sched_backfill.la
66lib/slurm/sched_builtin.la 68lib/slurm/sched_builtin.la
67lib/slurm/sched_hold.la 69lib/slurm/sched_hold.la
68lib/slurm/sched_wiki.la 70lib/slurm/sched_wiki.la
69lib/slurm/sched_wiki2.la 71lib/slurm/sched_wiki2.la
70lib/slurm/select_cons_res.la 72lib/slurm/select_cons_res.la
71lib/slurm/select_cray.la 73lib/slurm/select_cray.la
72lib/slurm/select_linear.la 74lib/slurm/select_linear.la
73lib/slurm/src/sattach/sattach.wrapper.c 75lib/slurm/src/sattach/sattach.wrapper.c
74lib/slurm/src/srun/srun.wrapper.c 76lib/slurm/src/srun/srun.wrapper.c
75lib/slurm/switch_none.la 77lib/slurm/switch_none.la
76lib/slurm/task_cgroup.la 78lib/slurm/task_cgroup.la
77lib/slurm/task_none.la 79lib/slurm/task_none.la
78lib/slurm/topology_3d_torus.la 80lib/slurm/topology_3d_torus.la
79lib/slurm/topology_node_rank.la 81lib/slurm/topology_node_rank.la
80lib/slurm/topology_none.la 82lib/slurm/topology_none.la
81lib/slurm/topology_tree.la 83lib/slurm/topology_tree.la
82man/man1/sacct.1 84man/man1/sacct.1
83man/man1/sacctmgr.1 85man/man1/sacctmgr.1
84man/man1/salloc.1 86man/man1/salloc.1
85man/man1/sattach.1 87man/man1/sattach.1
86man/man1/sbatch.1 88man/man1/sbatch.1
87man/man1/sbcast.1 89man/man1/sbcast.1
88man/man1/scancel.1 90man/man1/scancel.1
89man/man1/scontrol.1 91man/man1/scontrol.1
90man/man1/sdiag.1 92man/man1/sdiag.1
91man/man1/sinfo.1 93man/man1/sinfo.1
92man/man1/slurm.1 94man/man1/slurm.1
93man/man1/smap.1 95man/man1/smap.1
94man/man1/sprio.1 96man/man1/sprio.1
95man/man1/squeue.1 97man/man1/squeue.1
96man/man1/sreport.1 98man/man1/sreport.1
97man/man1/srun.1 99man/man1/srun.1
98man/man1/srun_cr.1 100man/man1/srun_cr.1
99man/man1/sshare.1 101man/man1/sshare.1
100man/man1/sstat.1 102man/man1/sstat.1
101man/man1/strigger.1 103man/man1/strigger.1
102man/man1/sview.1 104man/man1/sview.1
103man/man3/slurm_allocate_resources.3 105man/man3/slurm_allocate_resources.3
104man/man3/slurm_allocate_resources_blocking.3 106man/man3/slurm_allocate_resources_blocking.3
105man/man3/slurm_allocation_lookup.3 107man/man3/slurm_allocation_lookup.3
106man/man3/slurm_allocation_lookup_lite.3 108man/man3/slurm_allocation_lookup_lite.3
107man/man3/slurm_allocation_msg_thr_create.3 109man/man3/slurm_allocation_msg_thr_create.3
108man/man3/slurm_allocation_msg_thr_destroy.3 110man/man3/slurm_allocation_msg_thr_destroy.3
109man/man3/slurm_api_version.3 111man/man3/slurm_api_version.3
110man/man3/slurm_checkpoint.3 112man/man3/slurm_checkpoint.3
111man/man3/slurm_checkpoint_able.3 113man/man3/slurm_checkpoint_able.3
112man/man3/slurm_checkpoint_complete.3 114man/man3/slurm_checkpoint_complete.3
113man/man3/slurm_checkpoint_create.3 115man/man3/slurm_checkpoint_create.3
114man/man3/slurm_checkpoint_disable.3 116man/man3/slurm_checkpoint_disable.3
115man/man3/slurm_checkpoint_enable.3 117man/man3/slurm_checkpoint_enable.3
116man/man3/slurm_checkpoint_error.3 118man/man3/slurm_checkpoint_error.3
117man/man3/slurm_checkpoint_failed.3 119man/man3/slurm_checkpoint_failed.3
118man/man3/slurm_checkpoint_restart.3 120man/man3/slurm_checkpoint_restart.3
119man/man3/slurm_checkpoint_task_complete.3 121man/man3/slurm_checkpoint_task_complete.3
120man/man3/slurm_checkpoint_tasks.3 122man/man3/slurm_checkpoint_tasks.3
121man/man3/slurm_checkpoint_vacate.3 123man/man3/slurm_checkpoint_vacate.3
122man/man3/slurm_clear_trigger.3 124man/man3/slurm_clear_trigger.3
123man/man3/slurm_complete_job.3 125man/man3/slurm_complete_job.3
124man/man3/slurm_confirm_allocation.3 126man/man3/slurm_confirm_allocation.3
125man/man3/slurm_create_partition.3 127man/man3/slurm_create_partition.3
126man/man3/slurm_create_reservation.3 128man/man3/slurm_create_reservation.3
127man/man3/slurm_delete_partition.3 129man/man3/slurm_delete_partition.3
128man/man3/slurm_delete_reservation.3 130man/man3/slurm_delete_reservation.3
129man/man3/slurm_free_ctl_conf.3 131man/man3/slurm_free_ctl_conf.3
130man/man3/slurm_free_front_end_info_msg.3 132man/man3/slurm_free_front_end_info_msg.3
131man/man3/slurm_free_job_alloc_info_response_msg.3 133man/man3/slurm_free_job_alloc_info_response_msg.3
132man/man3/slurm_free_job_info_msg.3 134man/man3/slurm_free_job_info_msg.3
133man/man3/slurm_free_job_step_create_response_msg.3 135man/man3/slurm_free_job_step_create_response_msg.3
134man/man3/slurm_free_job_step_info_response_msg.3 136man/man3/slurm_free_job_step_info_response_msg.3
135man/man3/slurm_free_node_info.3 137man/man3/slurm_free_node_info.3
136man/man3/slurm_free_node_info_msg.3 138man/man3/slurm_free_node_info_msg.3
137man/man3/slurm_free_partition_info.3 139man/man3/slurm_free_partition_info.3
138man/man3/slurm_free_partition_info_msg.3 140man/man3/slurm_free_partition_info_msg.3
139man/man3/slurm_free_reservation_info_msg.3 141man/man3/slurm_free_reservation_info_msg.3
140man/man3/slurm_free_resource_allocation_response_msg.3 142man/man3/slurm_free_resource_allocation_response_msg.3
141man/man3/slurm_free_slurmd_status.3 143man/man3/slurm_free_slurmd_status.3
142man/man3/slurm_free_submit_response_response_msg.3 144man/man3/slurm_free_submit_response_response_msg.3
143man/man3/slurm_free_trigger_msg.3 145man/man3/slurm_free_trigger_msg.3
144man/man3/slurm_get_end_time.3 146man/man3/slurm_get_end_time.3
145man/man3/slurm_get_errno.3 147man/man3/slurm_get_errno.3
146man/man3/slurm_get_job_steps.3 148man/man3/slurm_get_job_steps.3
147man/man3/slurm_get_rem_time.3 149man/man3/slurm_get_rem_time.3
148man/man3/slurm_get_select_jobinfo.3 150man/man3/slurm_get_select_jobinfo.3
149man/man3/slurm_get_triggers.3 151man/man3/slurm_get_triggers.3
150man/man3/slurm_hostlist_create.3 152man/man3/slurm_hostlist_create.3
151man/man3/slurm_hostlist_destroy.3 153man/man3/slurm_hostlist_destroy.3
152man/man3/slurm_hostlist_shift.3 154man/man3/slurm_hostlist_shift.3
153man/man3/slurm_init_job_desc_msg.3 155man/man3/slurm_init_job_desc_msg.3
154man/man3/slurm_init_part_desc_msg.3 156man/man3/slurm_init_part_desc_msg.3
155man/man3/slurm_init_resv_desc_msg.3 157man/man3/slurm_init_resv_desc_msg.3
156man/man3/slurm_init_update_front_end_msg.3 158man/man3/slurm_init_update_front_end_msg.3
157man/man3/slurm_init_update_node_msg.3 159man/man3/slurm_init_update_node_msg.3
158man/man3/slurm_init_update_step_msg.3 160man/man3/slurm_init_update_step_msg.3
159man/man3/slurm_job_cpus_allocated_on_node.3 161man/man3/slurm_job_cpus_allocated_on_node.3
160man/man3/slurm_job_cpus_allocated_on_node_id.3 162man/man3/slurm_job_cpus_allocated_on_node_id.3
161man/man3/slurm_job_step_create.3 163man/man3/slurm_job_step_create.3
162man/man3/slurm_job_step_launch_t_init.3 164man/man3/slurm_job_step_launch_t_init.3
163man/man3/slurm_job_step_layout_free.3 165man/man3/slurm_job_step_layout_free.3
164man/man3/slurm_job_step_layout_get.3 166man/man3/slurm_job_step_layout_get.3
165man/man3/slurm_job_will_run.3 167man/man3/slurm_job_will_run.3
166man/man3/slurm_jobinfo_ctx_get.3 168man/man3/slurm_jobinfo_ctx_get.3
167man/man3/slurm_kill_job.3 169man/man3/slurm_kill_job.3
168man/man3/slurm_kill_job_step.3 170man/man3/slurm_kill_job_step.3
169man/man3/slurm_load_ctl_conf.3 171man/man3/slurm_load_ctl_conf.3
170man/man3/slurm_load_front_end.3 172man/man3/slurm_load_front_end.3
171man/man3/slurm_load_job.3 173man/man3/slurm_load_job.3
172man/man3/slurm_load_jobs.3 174man/man3/slurm_load_jobs.3
173man/man3/slurm_load_node.3 175man/man3/slurm_load_node.3
174man/man3/slurm_load_partitions.3 176man/man3/slurm_load_partitions.3
175man/man3/slurm_load_reservations.3 177man/man3/slurm_load_reservations.3
176man/man3/slurm_load_slurmd_status.3 178man/man3/slurm_load_slurmd_status.3
177man/man3/slurm_notify_job.3 179man/man3/slurm_notify_job.3
178man/man3/slurm_perror.3 180man/man3/slurm_perror.3
179man/man3/slurm_pid2jobid.3 181man/man3/slurm_pid2jobid.3
180man/man3/slurm_ping.3 182man/man3/slurm_ping.3
181man/man3/slurm_print_ctl_conf.3 183man/man3/slurm_print_ctl_conf.3
182man/man3/slurm_print_front_end_info_msg.3 184man/man3/slurm_print_front_end_info_msg.3
183man/man3/slurm_print_front_end_table.3 185man/man3/slurm_print_front_end_table.3
184man/man3/slurm_print_job_info.3 186man/man3/slurm_print_job_info.3
185man/man3/slurm_print_job_info_msg.3 187man/man3/slurm_print_job_info_msg.3
186man/man3/slurm_print_job_step_info.3 188man/man3/slurm_print_job_step_info.3
187man/man3/slurm_print_job_step_info_msg.3 189man/man3/slurm_print_job_step_info_msg.3
188man/man3/slurm_print_node_info_msg.3 190man/man3/slurm_print_node_info_msg.3
189man/man3/slurm_print_node_table.3 191man/man3/slurm_print_node_table.3
190man/man3/slurm_print_partition_info.3 192man/man3/slurm_print_partition_info.3
191man/man3/slurm_print_partition_info_msg.3 193man/man3/slurm_print_partition_info_msg.3
192man/man3/slurm_print_reservation_info.3 194man/man3/slurm_print_reservation_info.3
193man/man3/slurm_print_reservation_info_msg.3 195man/man3/slurm_print_reservation_info_msg.3
194man/man3/slurm_print_slurmd_status.3 196man/man3/slurm_print_slurmd_status.3
195man/man3/slurm_read_hostfile.3 197man/man3/slurm_read_hostfile.3
196man/man3/slurm_reconfigure.3 198man/man3/slurm_reconfigure.3
197man/man3/slurm_requeue.3 199man/man3/slurm_requeue.3
198man/man3/slurm_resume.3 200man/man3/slurm_resume.3
199man/man3/slurm_set_debug_level.3 201man/man3/slurm_set_debug_level.3
200man/man3/slurm_set_trigger.3 202man/man3/slurm_set_trigger.3
201man/man3/slurm_shutdown.3 203man/man3/slurm_shutdown.3
202man/man3/slurm_signal_job.3 204man/man3/slurm_signal_job.3
203man/man3/slurm_signal_job_step.3 205man/man3/slurm_signal_job_step.3
204man/man3/slurm_slurmd_status.3 206man/man3/slurm_slurmd_status.3
205man/man3/slurm_sprint_front_end_table.3 207man/man3/slurm_sprint_front_end_table.3
206man/man3/slurm_sprint_job_info.3 208man/man3/slurm_sprint_job_info.3
207man/man3/slurm_sprint_job_step_info.3 209man/man3/slurm_sprint_job_step_info.3
208man/man3/slurm_sprint_node_table.3 210man/man3/slurm_sprint_node_table.3
209man/man3/slurm_sprint_partition_info.3 211man/man3/slurm_sprint_partition_info.3
210man/man3/slurm_sprint_reservation_info.3 212man/man3/slurm_sprint_reservation_info.3
211man/man3/slurm_step_ctx_create.3 213man/man3/slurm_step_ctx_create.3
212man/man3/slurm_step_ctx_create_no_alloc.3 214man/man3/slurm_step_ctx_create_no_alloc.3
213man/man3/slurm_step_ctx_daemon_per_node_hack.3 215man/man3/slurm_step_ctx_daemon_per_node_hack.3
214man/man3/slurm_step_ctx_destroy.3 216man/man3/slurm_step_ctx_destroy.3
215man/man3/slurm_step_ctx_get.3 217man/man3/slurm_step_ctx_get.3
216man/man3/slurm_step_ctx_params_t_init.3 218man/man3/slurm_step_ctx_params_t_init.3
217man/man3/slurm_step_launch.3 219man/man3/slurm_step_launch.3
218man/man3/slurm_step_launch_abort.3 220man/man3/slurm_step_launch_abort.3
219man/man3/slurm_step_launch_fwd_signal.3 221man/man3/slurm_step_launch_fwd_signal.3
220man/man3/slurm_step_launch_wait_finish.3 222man/man3/slurm_step_launch_wait_finish.3
221man/man3/slurm_step_launch_wait_start.3 223man/man3/slurm_step_launch_wait_start.3
222man/man3/slurm_strerror.3 224man/man3/slurm_strerror.3
223man/man3/slurm_submit_batch_job.3 225man/man3/slurm_submit_batch_job.3
224man/man3/slurm_suspend.3 226man/man3/slurm_suspend.3
225man/man3/slurm_takeover.3 227man/man3/slurm_takeover.3
226man/man3/slurm_terminate_job.3 228man/man3/slurm_terminate_job.3
227man/man3/slurm_terminate_job_step.3 229man/man3/slurm_terminate_job_step.3
228man/man3/slurm_update_front_end.3 230man/man3/slurm_update_front_end.3
229man/man3/slurm_update_job.3 231man/man3/slurm_update_job.3
230man/man3/slurm_update_node.3 232man/man3/slurm_update_node.3
231man/man3/slurm_update_partition.3 233man/man3/slurm_update_partition.3
232man/man3/slurm_update_reservation.3 234man/man3/slurm_update_reservation.3
233man/man3/slurm_update_step.3 235man/man3/slurm_update_step.3
234man/man5/bluegene.conf.5 236man/man5/bluegene.conf.5
235man/man5/cgroup.conf.5 237man/man5/cgroup.conf.5
236man/man5/cray.conf.5 238man/man5/cray.conf.5
237man/man5/gres.conf.5 239man/man5/gres.conf.5
238man/man5/slurm.conf.5 240man/man5/slurm.conf.5
239man/man5/slurmdbd.conf.5 241man/man5/slurmdbd.conf.5
240man/man5/topology.conf.5 242man/man5/topology.conf.5
241man/man5/wiki.conf.5 243man/man5/wiki.conf.5
242man/man8/slurmctld.8 244man/man8/slurmctld.8
243man/man8/slurmd.8 245man/man8/slurmd.8
244man/man8/slurmdbd.8 246man/man8/slurmdbd.8
245man/man8/slurmstepd.8 247man/man8/slurmstepd.8
246man/man8/spank.8 248man/man8/spank.8
247sbin/slurmctld 249sbin/slurmctld
248sbin/slurmd 250sbin/slurmd
249sbin/slurmdbd 251sbin/slurmdbd
250sbin/slurmstepd 252sbin/slurmstepd
251share/doc/${PKGNAME}/html/accounting.html 253share/doc/${PKGNAME}/html/accounting.html
252share/doc/${PKGNAME}/html/accounting_storageplugins.html 254share/doc/${PKGNAME}/html/accounting_storageplugins.html
253share/doc/${PKGNAME}/html/allocation_pies.gif 255share/doc/${PKGNAME}/html/allocation_pies.gif
254share/doc/${PKGNAME}/html/api.html 256share/doc/${PKGNAME}/html/api.html
255share/doc/${PKGNAME}/html/arch.gif 257share/doc/${PKGNAME}/html/arch.gif
256share/doc/${PKGNAME}/html/authplugins.html 258share/doc/${PKGNAME}/html/authplugins.html
257share/doc/${PKGNAME}/html/big_sys.html 259share/doc/${PKGNAME}/html/big_sys.html
258share/doc/${PKGNAME}/html/bluegene.html 260share/doc/${PKGNAME}/html/bluegene.html
259share/doc/${PKGNAME}/html/bull.jpg 261share/doc/${PKGNAME}/html/bull.jpg
 262share/doc/${PKGNAME}/html/cgroups.html
260share/doc/${PKGNAME}/html/checkpoint_blcr.html 263share/doc/${PKGNAME}/html/checkpoint_blcr.html
261share/doc/${PKGNAME}/html/checkpoint_plugins.html 264share/doc/${PKGNAME}/html/checkpoint_plugins.html
262share/doc/${PKGNAME}/html/coding_style.pdf 265share/doc/${PKGNAME}/html/coding_style.pdf
263share/doc/${PKGNAME}/html/configurator.easy.html 266share/doc/${PKGNAME}/html/configurator.easy.html
264share/doc/${PKGNAME}/html/configurator.html 267share/doc/${PKGNAME}/html/configurator.html
265share/doc/${PKGNAME}/html/cons_res.html 268share/doc/${PKGNAME}/html/cons_res.html
266share/doc/${PKGNAME}/html/cons_res_share.html 269share/doc/${PKGNAME}/html/cons_res_share.html
267share/doc/${PKGNAME}/html/cpu_management.html 270share/doc/${PKGNAME}/html/cpu_management.html
268share/doc/${PKGNAME}/html/cray.html 271share/doc/${PKGNAME}/html/cray.html
269share/doc/${PKGNAME}/html/crypto_plugins.html 272share/doc/${PKGNAME}/html/crypto_plugins.html
270share/doc/${PKGNAME}/html/disclaimer.html 273share/doc/${PKGNAME}/html/disclaimer.html
271share/doc/${PKGNAME}/html/dist_plane.html 274share/doc/${PKGNAME}/html/dist_plane.html
272share/doc/${PKGNAME}/html/documentation.html 275share/doc/${PKGNAME}/html/documentation.html
273share/doc/${PKGNAME}/html/download.html 276share/doc/${PKGNAME}/html/download.html
274share/doc/${PKGNAME}/html/elastic_computing.html 277share/doc/${PKGNAME}/html/elastic_computing.html
275share/doc/${PKGNAME}/html/entities.gif 278share/doc/${PKGNAME}/html/entities.gif
276share/doc/${PKGNAME}/html/example_usage.gif 279share/doc/${PKGNAME}/html/example_usage.gif
277share/doc/${PKGNAME}/html/faq.html 280share/doc/${PKGNAME}/html/faq.html
278share/doc/${PKGNAME}/html/gang_scheduling.html 281share/doc/${PKGNAME}/html/gang_scheduling.html
279share/doc/${PKGNAME}/html/gres.html 282share/doc/${PKGNAME}/html/gres.html
280share/doc/${PKGNAME}/html/gres_design.html 283share/doc/${PKGNAME}/html/gres_design.html
281share/doc/${PKGNAME}/html/gres_plugins.html 284share/doc/${PKGNAME}/html/gres_plugins.html
282share/doc/${PKGNAME}/html/help.html 285share/doc/${PKGNAME}/html/help.html
283share/doc/${PKGNAME}/html/high_throughput.html 286share/doc/${PKGNAME}/html/high_throughput.html
284share/doc/${PKGNAME}/html/ibm.html 287share/doc/${PKGNAME}/html/ibm.html
285share/doc/${PKGNAME}/html/job_exit_code.html 288share/doc/${PKGNAME}/html/job_exit_code.html
286share/doc/${PKGNAME}/html/job_launch.html 289share/doc/${PKGNAME}/html/job_launch.html
287share/doc/${PKGNAME}/html/job_submit_plugins.html 290share/doc/${PKGNAME}/html/job_submit_plugins.html
288share/doc/${PKGNAME}/html/jobacct_gatherplugins.html 291share/doc/${PKGNAME}/html/jobacct_gatherplugins.html
289share/doc/${PKGNAME}/html/jobcompplugins.html 292share/doc/${PKGNAME}/html/jobcompplugins.html
290share/doc/${PKGNAME}/html/linuxstyles.css 293share/doc/${PKGNAME}/html/linuxstyles.css
291share/doc/${PKGNAME}/html/lll.gif 294share/doc/${PKGNAME}/html/lll.gif
292share/doc/${PKGNAME}/html/mail.html 295share/doc/${PKGNAME}/html/mail.html
293share/doc/${PKGNAME}/html/man_index.html 296share/doc/${PKGNAME}/html/man_index.html
294share/doc/${PKGNAME}/html/maui.html 297share/doc/${PKGNAME}/html/maui.html
295share/doc/${PKGNAME}/html/mc_support.gif 298share/doc/${PKGNAME}/html/mc_support.gif
296share/doc/${PKGNAME}/html/mc_support.html 299share/doc/${PKGNAME}/html/mc_support.html
297share/doc/${PKGNAME}/html/meetings.html 300share/doc/${PKGNAME}/html/meetings.html
298share/doc/${PKGNAME}/html/moab.html 301share/doc/${PKGNAME}/html/moab.html
299share/doc/${PKGNAME}/html/mpi_guide.html 302share/doc/${PKGNAME}/html/mpi_guide.html
300share/doc/${PKGNAME}/html/mpiplugins.html 303share/doc/${PKGNAME}/html/mpiplugins.html
301share/doc/${PKGNAME}/html/multi_cluster.html 304share/doc/${PKGNAME}/html/multi_cluster.html
302share/doc/${PKGNAME}/html/news.html 305share/doc/${PKGNAME}/html/news.html
303share/doc/${PKGNAME}/html/overview.html 306share/doc/${PKGNAME}/html/overview.html
304share/doc/${PKGNAME}/html/plane_ex1.gif 307share/doc/${PKGNAME}/html/plane_ex1.gif
305share/doc/${PKGNAME}/html/plane_ex2.gif 308share/doc/${PKGNAME}/html/plane_ex2.gif
306share/doc/${PKGNAME}/html/plane_ex3.gif 309share/doc/${PKGNAME}/html/plane_ex3.gif
307share/doc/${PKGNAME}/html/plane_ex4.gif 310share/doc/${PKGNAME}/html/plane_ex4.gif
308share/doc/${PKGNAME}/html/plane_ex5.gif 311share/doc/${PKGNAME}/html/plane_ex5.gif
309share/doc/${PKGNAME}/html/plane_ex6.gif 312share/doc/${PKGNAME}/html/plane_ex6.gif
310share/doc/${PKGNAME}/html/plane_ex7.gif 313share/doc/${PKGNAME}/html/plane_ex7.gif
311share/doc/${PKGNAME}/html/platforms.html 314share/doc/${PKGNAME}/html/platforms.html
312share/doc/${PKGNAME}/html/plugins.html 315share/doc/${PKGNAME}/html/plugins.html
313share/doc/${PKGNAME}/html/power_save.html 316share/doc/${PKGNAME}/html/power_save.html
314share/doc/${PKGNAME}/html/preempt.html 317share/doc/${PKGNAME}/html/preempt.html
315share/doc/${PKGNAME}/html/preemption_plugins.html 318share/doc/${PKGNAME}/html/preemption_plugins.html
316share/doc/${PKGNAME}/html/priority_multifactor.html 319share/doc/${PKGNAME}/html/priority_multifactor.html
317share/doc/${PKGNAME}/html/priority_plugins.html 320share/doc/${PKGNAME}/html/priority_plugins.html
318share/doc/${PKGNAME}/html/proctrack_plugins.html 321share/doc/${PKGNAME}/html/proctrack_plugins.html
319share/doc/${PKGNAME}/html/programmer_guide.html 322share/doc/${PKGNAME}/html/programmer_guide.html
320share/doc/${PKGNAME}/html/publications.html 323share/doc/${PKGNAME}/html/publications.html
321share/doc/${PKGNAME}/html/qos.html 324share/doc/${PKGNAME}/html/qos.html
322share/doc/${PKGNAME}/html/quickstart.html 325share/doc/${PKGNAME}/html/quickstart.html
323share/doc/${PKGNAME}/html/quickstart_admin.html 326share/doc/${PKGNAME}/html/quickstart_admin.html
324share/doc/${PKGNAME}/html/reservations.html 327share/doc/${PKGNAME}/html/reservations.html
325share/doc/${PKGNAME}/html/resource_limits.html 328share/doc/${PKGNAME}/html/resource_limits.html
326share/doc/${PKGNAME}/html/schedplugins.html 329share/doc/${PKGNAME}/html/schedplugins.html
327share/doc/${PKGNAME}/html/select_design.html 330share/doc/${PKGNAME}/html/select_design.html
328share/doc/${PKGNAME}/html/selectplugins.html 331share/doc/${PKGNAME}/html/selectplugins.html
329share/doc/${PKGNAME}/html/slurm.html 332share/doc/${PKGNAME}/html/slurm.html
330share/doc/${PKGNAME}/html/slurm_banner.gif 333share/doc/${PKGNAME}/html/slurm_banner.gif
331share/doc/${PKGNAME}/html/slurm_design.pdf 334share/doc/${PKGNAME}/html/slurm_design.pdf
332share/doc/${PKGNAME}/html/slurm_ug_agenda.html 335share/doc/${PKGNAME}/html/slurm_ug_agenda.html
333share/doc/${PKGNAME}/html/slurm_ug_cfp.html 336share/doc/${PKGNAME}/html/slurm_ug_cfp.html
334share/doc/${PKGNAME}/html/slurm_ug_registration.html 337share/doc/${PKGNAME}/html/slurm_ug_registration.html
335share/doc/${PKGNAME}/html/slurmstyles.css 338share/doc/${PKGNAME}/html/slurmstyles.css
336share/doc/${PKGNAME}/html/sponsors.gif 339share/doc/${PKGNAME}/html/sponsors.gif
337share/doc/${PKGNAME}/html/sun_const.html 340share/doc/${PKGNAME}/html/sun_const.html
338share/doc/${PKGNAME}/html/switchplugins.html 341share/doc/${PKGNAME}/html/switchplugins.html
339share/doc/${PKGNAME}/html/taskplugins.html 342share/doc/${PKGNAME}/html/taskplugins.html
340share/doc/${PKGNAME}/html/team.html 343share/doc/${PKGNAME}/html/team.html
341share/doc/${PKGNAME}/html/testimonials.html 344share/doc/${PKGNAME}/html/testimonials.html
342share/doc/${PKGNAME}/html/topo_ex1.gif 345share/doc/${PKGNAME}/html/topo_ex1.gif
343share/doc/${PKGNAME}/html/topo_ex2.gif 346share/doc/${PKGNAME}/html/topo_ex2.gif
344share/doc/${PKGNAME}/html/topology.html 347share/doc/${PKGNAME}/html/topology.html
345share/doc/${PKGNAME}/html/topology_plugin.html 348share/doc/${PKGNAME}/html/topology_plugin.html
346share/doc/${PKGNAME}/html/troubleshoot.html 349share/doc/${PKGNAME}/html/troubleshoot.html
347share/doc/${PKGNAME}/html/usage_pies.gif 350share/doc/${PKGNAME}/html/usage_pies.gif
348share/examples/slurm/bluegene.conf.example 351share/examples/slurm/bluegene.conf.example
349share/examples/slurm/cgroup.conf.example 352share/examples/slurm/cgroup.conf.example
350share/examples/slurm/cgroup.release_common.example 353share/examples/slurm/cgroup.release_common.example
351share/examples/slurm/cgroup_allowed_devices_file.conf.example 354share/examples/slurm/cgroup_allowed_devices_file.conf.example
352share/examples/slurm/federation.conf.example 355share/examples/slurm/federation.conf.example
353share/examples/slurm/init.d.slurm 356share/examples/slurm/init.d.slurm
354share/examples/slurm/init.d.slurmdbd 357share/examples/slurm/init.d.slurmdbd
355share/examples/slurm/slurm.conf.example 358share/examples/slurm/slurm.conf.example
356share/examples/slurm/slurm.epilog.clean 359share/examples/slurm/slurm.epilog.clean
357share/examples/slurm/slurmdbd.conf.example 360share/examples/slurm/slurmdbd.conf.example
358@pkgdir libexec/slurm 361@pkgdir libexec/slurm

cvs diff -r1.1.1.1 -r1.2 pkgsrc/parallel/slurm/Attic/distinfo (switch to unified diff)

--- pkgsrc/parallel/slurm/Attic/distinfo 2012/03/20 14:52:15 1.1.1.1
+++ pkgsrc/parallel/slurm/Attic/distinfo 2012/07/03 22:00:41 1.2
@@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
1$NetBSD: distinfo,v 1.1.1.1 2012/03/20 14:52:15 asau Exp $ 1$NetBSD: distinfo,v 1.2 2012/07/03 22:00:41 asau Exp $
2 2
3SHA1 (slurm-2.4.0-0.pre4.tar.bz2) = 869169e1eb2ed5cc2736804cc0e6a43120eed3f5 3SHA1 (slurm-2.4.1.tar.bz2) = 76b1eccad48d74ad9254d79d1252f3097e719f57
4RMD160 (slurm-2.4.0-0.pre4.tar.bz2) = cbc7bb456389032c8424dde628addf8b5a91ae0d 4RMD160 (slurm-2.4.1.tar.bz2) = 82b15dc29dc4297cb62298650f10881694b6e224
5Size (slurm-2.4.0-0.pre4.tar.bz2) = 5146463 bytes 5Size (slurm-2.4.1.tar.bz2) = 5212382 bytes
6SHA1 (patch-doc_html_Makefile.am) = 92a1942ed7c532fee6597f4d8a3adf81352f6d98 6SHA1 (patch-doc_html_Makefile.am) = 92a1942ed7c532fee6597f4d8a3adf81352f6d98
7SHA1 (patch-doc_html_Makefile.in) = 65f05532ae7701c8d33fd46b7c5f853c9bd6a1b0 7SHA1 (patch-doc_html_Makefile.in) = 65f05532ae7701c8d33fd46b7c5f853c9bd6a1b0
8SHA1 (patch-doc_man_man1_Makefile.am) = c21d927d0d4949d1b82c57e865ee7a79ed8b99ed 8SHA1 (patch-doc_man_man1_Makefile.am) = c21d927d0d4949d1b82c57e865ee7a79ed8b99ed
9SHA1 (patch-doc_man_man1_Makefile.in) = 9c568214983defe06627c701e96267f568597d50 9SHA1 (patch-doc_man_man1_Makefile.in) = 9c568214983defe06627c701e96267f568597d50
10SHA1 (patch-doc_man_man5_Makefile.am) = b8473964ad03e95c8416fe623e198f50dd557a08 10SHA1 (patch-doc_man_man5_Makefile.am) = b8473964ad03e95c8416fe623e198f50dd557a08
11SHA1 (patch-doc_man_man5_Makefile.in) = c1ea74633a8c59eaa6aaca3041c48770d7705432 11SHA1 (patch-doc_man_man5_Makefile.in) = c1ea74633a8c59eaa6aaca3041c48770d7705432
12SHA1 (patch-doc_man_man8_Makefile.am) = 46fb6837dc31e6f7ca926ffff1ddda1bdefeb83a 12SHA1 (patch-doc_man_man8_Makefile.am) = 46fb6837dc31e6f7ca926ffff1ddda1bdefeb83a
13SHA1 (patch-doc_man_man8_Makefile.in) = e7c66557680c550f1d87147dad4107ad00c4c713 13SHA1 (patch-doc_man_man8_Makefile.in) = e7c66557680c550f1d87147dad4107ad00c4c713