Table of Contents

Interoperation of GridWay with EMI-ES

The EMI-ES specification is an initiative of the EMI project to unify job management and monitoring interfaces of ARC, gLite, and UNICORE. This document describes how to install and configure GridWay to submit jobs to EMI-ES endpoints.

Only the Nordugrid ARC implementation of EMI-ES has been tested.

Installation

Configuration of Drivers

The GridWay Configuration Guide provides complete information about configuration of the meta-scheduler. Next steps describe the specific configuration to interface with EMI-ES endpoints.

   # MADs for EMI-ES
   IM_MAD = static:gw_im_mad_static:-l etc/EMIES_hosts.list:dummy:emies
   EM_MAD = emies:gw_em_mad_emies::adl
   TM_MAD = dummy:gw_tm_mad_dummy:-u gsiftp\://<hostname>;cache=no
  <hostname1> etc/<hostname1>.machine
  <hostname2> etc/<hostname2>.machine
  <hostname3> etc/<hostname3>.machine
  ...

The files /usr/etc/<hostname>.machine contain static information about each node where you want to send jobs. Please refer to the configuration guide for more details.

   Defaults>GWUSERS env_keep="GW_LOCATION GLOBUS_LOCATION"
   #GridWay entries (EMI-ES MAD)
   gwadmin ALL=(GWUSERS) NOPASSWD: /usr/bin/gw_em_mad_emies *
   gwadmin ALL=(GWUSERS) NOPASSWD: /usr/bin/gw_tm_mad_dummy *

Using GridWay

The functionality and interfaces provided by GridWay are independent from the underlying Grid infrastructure. Please refer to the guides (user's guide, command reference, programming guideā€¦) available at the Documentation section.