Changes between Version 2 and Version 3 of General-Scripts


Ignore:
Timestamp:
Apr 12, 2012, 11:03:35 AM (12 years ago)
Author:
Martin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • General-Scripts

    v2 v3  
    11
    22
    3 == Running Software.MadGraph / Software.MadEvent in the parallel mode on your own cluster ==
     3== Running MadGraph / MadEvent in the parallel mode on your own cluster ==
    44
    55=== If you have a ''central'' data disk ===
    6 The current Software.MadGraph / Software.MadEvent version assumes all the scripts are ran from a central data disk mounted on all cluster nodes (e.g. a home directory). If you have access to such a central disk, read the following. If not, please refer to the last section. Some scripts may assume the existence of a specific queue called {{{
     6The current MadGraph / MadEvent version assumes all the scripts are ran from a central data disk mounted on all cluster nodes (e.g. a home directory). If you have access to such a central disk, read the following. If not, please refer to the last section. Some scripts may assume the existence of a specific queue called
     7{{{
    78madgraph
    8 }}}. If you have difficulties with these, simply create this queue on your cluster (this can help to limit the number of CPU for example), or remove the =-q madgraph= options in the {{{
     9}}}
     10. If you have difficulties with these, simply create this queue on your cluster (this can help to limit the number of CPU for example), or remove the =-q madgraph= options in the
     11{{{
    912run_XXX
    10 }}} scripts located in {{{
     13}}}
     14scripts located in
     15{{{
    1116bin
    12 }}}.
     17}}}
     18.
    1319
    1420==== If you have a PBS-compatible batch managing system (PBSPro, !OpenPBS, Torque, ...) ====
    15 This is the easiest case since the default configuration should work out of the box using the {{{
     21This is the easiest case since the default configuration should work out of the box using the
     22{{{
    1623qsub
    17 }}} command (and {{{
     24}}}
     25command (and
     26{{{
    1827qstat
    19 }}} and/or {{{
     28}}}
     29and/or
     30{{{
    2031qdel
    21 }}} if the whole web interface is present). There is nothing special to do, just run the {{{
     32}}}
     33if the whole web interface is present). There is nothing special to do, just run the
     34{{{
    2235generate_events
    23 }}} script as usual and select parallel mode.
     36}}}
     37script as usual and select parallel mode.
    2438
    2539==== If you use the Condor batch managing system ====
    26 A "translation" script exists (see attachments of this page) to emulate the {{{
     40A "translation" script exists (see attachments of this page) to emulate the
     41{{{
    2742qsub
    28 }}} command using a Condor syntax. This script should be tuned to fit your Condor installation and put in a directory of the =$PATH= variable.
     43}}}
     44command using a Condor syntax. This script should be tuned to fit your Condor installation and put in a directory of the =$PATH= variable.
    2945
    3046==== If you use another batch managing system ====
    3147This is the most complicated case, you can either:
    32    * Modify manually the {{{
     48   * Modify manually the
     49{{{
    3350survey
    34 }}}, {{{
     51}}}
     52,
     53{{{
    3554refine
    36 }}} and {{{
     55}}}
     56and
     57{{{
    3758run_XXX
    38 }}} scripts located in the {{{
     59}}}
     60scripts located in the
     61{{{
    3962bin
    40 }}} directory to force them to use your submission system.
    41    * Write a "translation" script like the one available for Condor (see attachment) to emulate the {{{
     63}}}
     64directory to force them to use your submission system.
     65   * Write a "translation" script like the one available for Condor (see attachment) to emulate the
     66{{{
    4267qsub
    43 }}} command. If you manage to do this and want to share your script to help other Software.MadGraph / Software.MadEvent users, please feel free to edit this page.
     68}}}
     69command. If you manage to do this and want to share your script to help other MadGraph / MadEvent users, please feel free to edit this page.
    4470
    4571=== If you do not have a ''central'' data disk ===
    46 We are aware the central disk solution may be inefficient or even impossible to set up on large clusters. We are thus working on a permanent solution. In the meantime, an intermediate solution using temporary directory and the {{{
     72We are aware the central disk solution may be inefficient or even impossible to set up on large clusters. We are thus working on a permanent solution. In the meantime, an intermediate solution using temporary directory and the
     73{{{
    4774scp
    48 }}} command exists. Please contact directly Pavel Denim (pavel.demin_AT_uclouvain.be) for more information on this.
     75}}}
     76command exists. Please contact directly Pavel Denim (pavel.demin_AT_uclouvain.be) for more information on this.
    4977
    5078-- Main.MichelHerquet - 02 Mar 2009
    5179
    5280
    53