Hey Michael, is there any reason you don't want to use the accounting_storage/slurmdbd plugin for accounting? It provides an outrageous amount more information about each job and step than the basic jobcomp plugin. It also allows the ability for fairshare scheduling and limits if you want. Since you are already using the slurmdbd what would be considered the hard part is already over. Also, if you just want straight job records no real setup is required.
That would leave the jobcomp/script open for your other database. Danny > Yes, i guess in my expedience I wasn't clear. We're using the jobcomp > module with slurmdbd now, i want to continue using that, but also run > a script. effectively having two JobCompType parameters > > On Tue, Apr 19, 2011 at 11:37 AM, Jette, Moe <[email protected]> wrote: > > We do something like that today. Just configure > > > > JobCompType=jobcomp/script > > JobCompLoc=<pathname> > > > > Your script can easily write information into a database and do anything > > else you want. > > > > ________________________________________ > > From: [email protected] [[email protected]] On > > Behalf Of Michael Di Domenico [[email protected]] > > Sent: Tuesday, April 19, 2011 8:21 AM > > To: slurm-dev > > Subject: [slurm-dev] JobComp scripts > > > > Is it possible to have the JobComp logic insert it's records into a > > database, but also run a script for each job run? > > > > >
