Changes between Version 13 and Version 14 of Plugin


Ignore:
Timestamp:
Jul 4, 2016, 9:47:47 PM (8 years ago)
Author:
Valentin Hirschi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Plugin

    v13 v14  
    105105
    106106
    107 == Example on how implement a plugin
    108 
    109     1. [https://cp3.irmp.ucl.ac.be/projects/madgraph/attachment/wiki/Plugin/SLAC_cluster.tar.gz plugin for LSF at SLAC]
     107== Example on how to implement a plugin
     108
     109     The LSF cluster at SLAC is very similar to default implementation supported by MG5aMC native cluster's module. However there a couple differences, for instance:
     110
     111    1. After being submitted jobs at SLAC typically takes about 5 - 10 seconds to even register and show up on the 'bjobs' list, MG5aMC must wait for this registration otherwise missing job entries in 'bjobs' are problematic.
     112    2. Wall time specification is mandatory.
     113    3. Quite often, jobs at SLAC can be superseeded, in which case they are listed as 'SSUSP'. This status code is unknown to MG5aMC by default.
     114   
     115    This cluster plugin example addresses these issues: [https://cp3.irmp.ucl.ac.be/projects/madgraph/attachment/wiki/Plugin/SLAC_cluster.tar.gz plugin for LSF at SLAC]
    110116
    111117=== Example 1: hello world (adding command to the interface)