DIET

DIET
DIET
Logo diet.png
DIET logo
Developer(s) INRIA, École Normale Supérieure de Lyon, SysFera, CNRS, Claude Bernard University Lyon 1
Stable release 2.6.1 / 04/11/11
Written in C++, CORBA
Operating system Cross-platform
Type Grid and Cloud Computing
License CeCILL
Website graal.ens-lyon.fr/DIET

DIET is a piece of software for grid-computing. As middleware, DIET sits between the operating system (which handles the details of the hardware) and the application software (which deals with the specific computational task at hand). DIET was created in 2000.[1] It was designed for high-performance computing. It is currently developed by INRIA, École Normale Supérieure de Lyon, CNRS, Claude Bernard University Lyon 1, SysFera. It is open-source software released under the CeCILL license.

Like NetSolve/GridSolve and Ninf, DIET is compliant with the GridRPC standard from the Open Grid Forum.[2]

The aim of the DIET project is to develop a set of tools to build computational servers. The distributed resources are managed in a transparent way through the middleware. It can work with workstations, clusters, Grids and Clouds.

DIET is used to manage the Décrypthon Grid installed by IBM in 6 French universities (Bordeaux 1, Lille 1, Paris 6, ENS Lyon, Crihan in Rouen, Orsay).

Contents

Architecture

Usually, GridRPC environments have five different components: clients that submit problems to servers, servers that solve the problems sent by clients, a database that contains information about software and hardware resources, a scheduler that chooses an appropriate server depending on the problem sent and the information contained in the database, and monitors that get information about the status of the computational resources.

DIET's architecture follows a different design. It is composed of:

  1. a client - the application that uses DIET to solve problems. Clients can connect to DIET from a web page or through an API or compiled program.
  2. a Master Agent (MA) that receives computation requests from clients. The MA then collects computation abilities from the servers and chooses one based on scheduling criteria. The reference of the chosen server is returned to the client. A client can be connected to an MA by a specific name server or a web page that stores the various MA locations.
  3. a Local Agent (LA) that aims at transmitting requests and information between MAs and servers. The information stored on an LA is the list of requests and, for each of its subtrees, the number of servers that can solve a given problem and information about the data distributed in this subtree. Depending on the underlying network topology, a hierarchy of LAs may be deployed between an MA and the servers.
  4. a Server Daemon (SeD) that is the point of entry of a computational server. It manages a processor or a cluster. The information stored on a SeD is the list of the data available on a server (possibly with their distribution and the way to access them), the list of the problems than can be solved on it, and all the information concerning its load (e.g., CPU capacity, available memory).
Diet-archi.png

Multi-hierarchy

Two approaches were developed:

  • a multi-MA extension was developed by the University of Franche-Comté. Those Master Agents are connected by a communication graph. Several DIET platforms are shared by interconnecting their respective Master Agent (MA). Clients request available SeDs from their MA as usual. If the MA finds an available SeD able to resolve the problem, it returns its reference to the client. If it does not find a SeD, it forwards the request to other MAs which can also forward it to other ones, and so on. When a MA finds a SeD which can resolve the client's request, it returns its reference to the client's MA which returns the reference to the client. The client can then use that SeD to resolve its problem.
  • a P2P Multi-MA extension called DIET_j was also designed. The aggregation of different independent DIET hierarchies (a multi-hierarchy architecture) could be managed using the P2P paradigm. This approach was based on the JXTA-J2SE toolbox for the on-demand discovery and connection of MAs. This project is no longer maintained.

Workflow Management

For workflow management, DIET uses an additional entity called MA DAG. This entity can work in two modes: one in which it defines a complete scheduling of the workflow (ordering and mapping), and one in which it defines only an ordering for the workflow execution. Mapping is then done in the next step by the client, using the Master Agent to find the server where the workflow services should be run.

Diet-workflowarchi.png

Scheduling

DIET provides a degree of control over the scheduling subsystem via plug-in schedulers.[3] When a service request from an application arrives at a SeD, the SeD creates a performance-estimation vector, a collection of performance-estimation values that are pertinent to the scheduling process for that application. The values to be stored in this structure can be either values provided by CoRI (Collectors of Resource Information) or custom values generated by the SeD itself. The design of the estimation vector's subsystem is modular.

CoRI generates a basic set of performance-estimation values which are stored in the estimation vector and identified by system-defined tags. Information such as the number of cores, the total memory, the number of bogomips, and hard drive speed, etc., which are static, as well as dynamic information like the predicted time to solve a problem on the given resource, the average CPU load, is thus transferred from the Server Daemon to the scheduler agent in order to provide pertinent information for a better scheduling. As mentionned above, these are used in correlation with the application-driven scheduler possibility in DIET: the Server Daemon, which has a better understanding of the application needs, can request for a specific scheduling relaying on the information stored in this vector.

DIET Data Management

Three differents data managers have been integrated into DIET:

  1. DTM from the University of Franche-Comté (not maintained);
  2. JuxMEM from the IRISA (not maintained);[4]
  3. DAGDA from École Normale Supérieure de Lyon.
Dagda-archi.png

DIET LRMS Management

Parallel resources are generally accessible through a LRMS (Local Resource Management System), also called a batch system. DIET provides an interface with several existing LRMS to execute jobs: LoadLeveler on IBM resources, OpenPBS which is a fork of the well-know PBS system, and OAR developped by IMAG at Grenoble, and used on the Grid'5000 research grid. Most of the submitted jobs are parallel jobs, coded using the MPI standard with an instantiation such as MPICH or LAM.

Cloud-resource management

A Cloud extension for DIET was created in 2009.[5] DIET is thus able to access Cloud resources through two existing Cloud providers:

  1. Eucalyptus, which is open-source software developed by the University of California, Santa Barbara.
  2. Amazon Elastic Compute Cloud, which is commercial software part of Amazon.com's cloud computing services.

References

  1. ^ Caron, Eddy; Desprez, Frédéric (2006). "DIET: A Scalable Toolbox to Build Network Enabled Servers on the Grid". International Journal of High Performance Computing Applications 20 (3): 335–352. 
  2. ^ Caniou, Yves; Caron, Eddy; Desprez, Frédéric; Nakada, Hidemoto; Seymour, Keith; Tanaka, Yoshio (2009). Grid Technology and Applications: Recent Developments. Chapter: High performance GridRPC middleware. Nova Science Publishers. ISBN 978-1-60692-768-7. 
  3. ^ Caron, Eddy; Chis, Andréea; Desprez, Frédéric; Su, Alan (january 2008). "Design of plug-in schedulers for a GridRPC environment". Future Generation Computer Systems 24 (1): 46–57. 
  4. ^ Antoniu, Gabriel; Bougé, Luc; Jan, Mathieu (november 2005). "JuxMem: An Adaptive Supportive Platform for Data Sharing on the Grid". Scalable Computing: Practice and Experience 6 (3): 45–55. 
  5. ^ Caron, Eddy; Desprez, Frédéric; Loureiro, David; Muresan, Adrian (September 2009). "Cloud Computing Resource Management through a Grid Middleware: A Case Study with DIET and Eucalyptus". IEEE International Conference on Cloud Computing (CLOUD 2009). 

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР
Synonyms:

Look at other dictionaries:

  • Diet — Diet, in relation to food, might mean: Diet (nutrition), the sum of the food consumed by an organism or group Dieting, the deliberate selection of food to control body weight or nutrient intake Diet food, foods that aid in dieting Cuisine, the… …   Wikipedia

  • Diet — Di et, n. [F. di[ e]te, LL. dieta, diaeta, an assembly, a day s journey; the same word as diet course of living, but with the sense changed by L. dies day: cf. G. tag day, and {Reichstag}.] A legislative or administrative assembly in Germany,… …   The Collaborative International Dictionary of English

  • Diet to go — Type Privately held company Industry Health, Nutrition Founded 1991 Headquarters Lorton, VA, United States Key people Hilton Davis, Founder/CEO …   Wikipedia

  • Diet — Di et, n. [F. di[ e]te, L. diaeta, fr. Gr. ? manner of living.] 1. Course of living or nourishment; what is eaten and drunk habitually; food; victuals; fare. No inconvenient diet. Milton. [1913 Webster] 2. A course of food selected with reference …   The Collaborative International Dictionary of English

  • Diet — Di et, v. i. 1. To eat; to take one s meals. [Obs.] [1913 Webster] Let him . . . diet in such places, where there is good company of the nation, where he traveleth. Bacon. [1913 Webster] 2. To eat according to prescribed rules; to ear sparingly;… …   The Collaborative International Dictionary of English

  • diet — [n1] abstinence from food dietary, fast, nutritional therapy, regime, regimen, restriction, starvation, weight reduction plan; concept 660 Ant. indulgence diet [n2] daily intake of food aliment, bite, comestibles, commons, daily bread, edibles,… …   New thesaurus

  • diet — Ⅰ. diet [1] ► NOUN 1) the kinds of food that a person, animal, or community habitually eats. 2) a restricted regime of eating, followed in order to lose weight or for medical reasons. 3) (before another noun ) (of food or drink) with reduced fat… …   English terms dictionary

  • diet — diet1 [dī′ət] n. [ME diete < OFr < ML dieta, diet, daily food allowance (meaning infl. by DIET2) < L diaeta < Gr diaita, way of life, regimen < dia , through + root of aisa, fate < IE * aito , share < base * ai , to give,… …   English World dictionary

  • Diet — Di et, v. t. [imp. & p. p. {Dieted}; p. pr. & vb. n. {Dieting}.] 1. To cause to take food; to feed. [R.] Shak. [1913 Webster] 2. To cause to eat and drink sparingly, or by prescribed rules; to regulate medicinally the food of. [1913 Webster] She… …   The Collaborative International Dictionary of English

  • diet — index session Burton s Legal Thesaurus. William C. Burton. 2006 …   Law dictionary

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”