GlideinWMS The Glidein-based Workflow Management System

  • How to request support
    GlideinWMS support email: glideinwms-support at fnal.gov
  • How to setup GSI in GlideinWMS
    Refer to GSI setup reference guide
  • How to add global configuration parameter to Glidein Factory entries
    To add a configuration parameter that affects all the Factory entries, add an <attr ...> </attr> tag to /glidein/attrs section
  • How to add local configuration parameter to Glidein Factory entries
    To add a configuration parameter to a specific Factory entry, add an <attr ...> </attr> tag to /glidein/entries/entry/attrs section
  • How to configure GlideinWMS to retrieve core files produced by user jobs
    In the Factory configuration in the <entry> tag, the rsl attribute should contain condor_submit=('+Coresize' 'Unlimited').
    Example (all on one line):
    rsl="(condor_submit=('+Coresize' 'Unlimited'))(queue=default)(jobtype=single)"
    In the condor_submit file of the user job add:
    +coresize = unlimited
    NOTE: The coresize for the actual user job will be set to the available disk space, not unlimited. Also, you can make this change to global parameter or local parameter.
  • How does GlideinWMS support Cloud VMs
    Refer the gwms-cloud-vms project page for more details.