-The OSG ProcD is a forked version of the ProcD used in Condor. (Ideally, of course, we'd only have a single ProcD; See #111 for how the two currently differ and should be unified). The OSG ProcD is made available as part of the VDT, and is currently used by a GLExec plugin authored by {wiki: IgorSfiligoi Igor Sfiligoi}, which is used to improve accounting in OSG in the presence of pilot jobs. The paper {link: http://www.cs.wisc.edu/condor/doc/grid-08-pilot-accounting.pdf here} describes this work in detail. +The OSG ProcD is a forked version of the ProcD used in Condor. (Ideally, of course, we'd only have a single ProcD; See #111 for how the two currently differ and should be unified). The OSG ProcD is made available as part of the VDT, and is currently used by a GLExec plugin authored by {wiki: IgorSfiligoi Igor Sfiligoi} that is used to improve accounting in OSG in the presence of pilot jobs. The paper {link: http://www.cs.wisc.edu/condor/doc/grid-08-pilot-accounting.pdf here} describes this work in detail. The code for the OSG ProcD exists on V7_1-procd_osg-branch in CONDOR_SRC.git. This branch also exists in CONDOR_EXT.git where uneeded externals have been trimmed out and in CONDOR_DOC.git as a convenience so that build tag aren't needed to produce the OSG ProcD binaries. To build the OSG ProcD in NMI for all the platforms on which we ship it in the VDT, use a command like this: {verbatim} -$ ~cndrauto/condor/nmi_tools/condor_nmi_submit +$ ~cndrauto/condor/nmi_tools/condor_nmi_submit \ --git \ --build \ --without-tests \