BACK TO INDEX

DIET Publications of year 2001
PhD Theses
  1. F. Desprez. Contribution à l'algorithme parallèle. Calcul numérique : des bibliothèques aux environnements de metacomputing. HDR (Habilitation à Diriger les Recherches), Université Claude Bernard de Lyon. LIP. ENS-Lyon., July 2001.
    Keywords: parallel linear algebra, grid computing, Scilab, redistribution, communication overlap.
    @PhDThesis{ PhDThesisPhD-Desprez_01,
    author = {Desprez, F.},
    key = {Des01},
    keyword = {parallel linear algebra, grid computing, Scilab, redistribution, communication overlap},
    month = jul,
    pdf = {http://www.ens-lyon.fr/~desprez/research/habilitation/habilit.pdf},
    school = {Universit{\'e} Claude Bernard de Lyon. LIP. ENS-Lyon.},
    title = {Contribution {\`a} l'algorithme parall{\`e}le. Calcul num{\'e}rique : des biblioth{\`e}ques aux environnements de metacomputing},
    type = {{HDR} ({H}abilitation {\`a} {D}iriger les {R}echerches)},
    year = {2001} 
    }
    


Articles in journals or book chapters
  1. F. Berman, A. Chien, K. Cooper, J. Dongarra, I. Foster, D. Gannon, L. Johnsson, K. Kennedy, C. Kesselman, J. Mellor-Crummey, D. Reed, L. Torczon, and R. Wolski. The GrADS Project: Software Support for High-Level Grid Application Development. The International Journal of High Performance Computing Applications, 15(4):327--344, November 2001.
    @Article{ ArticleBerman.BCCDFGJKKMRTW_IJHPCA01,
    author = {F. Berman and A. Chien and K. Cooper and J. Dongarra and I. Foster and D. Gannon and L. Johnsson and K. Kennedy and C. Kesselman and J. Mellor-Crummey and D. Reed and L. Torczon and R. Wolski},
    issn = {1094-3420},
    journal = {The International Journal of High Performance Computing Applications},
    month = nov,
    number = {4},
    pages = {327--344},
    title = {The {GrADS Project}: Software Support for High-Level {Grid} Application Development},
    url = {http://www.netlib.org/utk/people/JackDongarra/PAPERS/gradspaper.pdf},
    volume = {15},
    year = {2001} 
    }
    


  2. Eddy Caron, Serge Chaumette, Sylvain Contassot-Vivier, Frédéric Desprez, Eric Fleury, Claude Gomez, Maurice Goursat, Emmanuel Jeannot, Dominique Lazure, Frédéric Lombard, Jean-Marc Nicod, Laurent Philippe, Martin Quinson, Pierre Ramet, Jean Roman, Franck Rubi, Serge Steer, Frédéric Suter, and Gil Utard. Scilab to Scilab//, the OURAGAN Project. Parallel Computing, 11(27):1497-1519, October 2001.
    Keywords: Scilab//, Metacomputing.
    Abstract: In this paper, we present the developments realized in the OURAGAN project around the parallelization of a MATLAB-like tool called SCILAB. These developments use high-performance numerical libraries and different approaches based either on the duplication of SCILAB processes or on computational servers. This tool, SCILAB//, allows users to perform high-level operations on distributed matrices in a metacomputing environment. We also present performance results on different architectures.

    @Article{ ArticleCaron.CCCDFGGJLLNPQRRRS_PC01,
    abstract = {In this paper, we present the developments realized in the OURAGAN project around the parallelization of a MATLAB-like tool called SCILAB. These developments use high-performance numerical libraries and different approaches based either on the duplication of SCILAB processes or on computational servers. This tool, SCILAB//, allows users to perform high-level operations on distributed matrices in a metacomputing environment. We also present performance results on different architectures.},
    author = {Caron, Eddy and Chaumette, Serge and Contassot-Vivier, Sylvain and Desprez, Fr{\'e}d{\'e}ric and Fleury, Eric and Gomez, Claude and Goursat, Maurice and Jeannot, Emmanuel and Lazure, Dominique and Lombard, Fr{\'e}d{\'e}ric and Nicod, Jean-Marc and Philippe, Laurent and Quinson, Martin and Ramet, Pierre and Roman, Jean and Rubi, Franck and Steer, Serge and Suter, Fr{\'e}d{\'e}ric and Utard, Gil},
    journal = {Parallel Computing},
    keywords = {Scilab//,Metacomputing},
    month = oct,
    number = 27,
    pages = {1497-1519},
    pdf = {http://www.elsevier.nl/gej-ng/10/35/21/47/41/33/article.pdf},
    title = {Scilab to Scilab//, the OURAGAN Project},
    volume = 11,
    year = 2001 
    }
    


  3. T. Herman and T. Masuzawa. Available Stabilizing Heaps. Information Processing Letters, 77:115-121, 2001.
    @Article{ ArticleHerman.HM_IPL01,
    author = {Herman, T. and Masuzawa, T.},
    journal = {Information Processing Letters},
    pages = {115-121},
    title = {{Available Stabilizing Heaps}},
    volume = 77,
    year = 2001 
    }
    


  4. J. Santoso, G.D. van Albada, B.A.A. Nazief, and P.M.A. Sloot. Simulation of Hierarchical Job Management for Meta-Computing Systems. Int. Journal of Foundations of Computer Science, 12(5):629-643, 2001.
    @Article{ ArticleSantoso.SANS_IJFCS01,
    author = {J. Santoso and G.D. van Albada and B.A.A. Nazief and P.M.A. Sloot},
    journal = {Int. Journal of Foundations of Computer Science},
    number = 5,
    pages = {629-643},
    title = {{Simulation of Hierarchical Job Management for Meta-Computing Systems}},
    volume = 12,
    year = 2001 
    }
    


  5. M Sato, M Hirano, Y Tanaka, and S Sekiguchi. OmniRPC: a grid RPC facility for cluster and global computing in OpenMP. Openmp Shared Memory Parallel Programming, Proceedings, 2104:130-136, 2001.
    Abstract: Omni remote procedure call facility, OmniRPC, is a thread-safe grid RPC facility for cluster and global computing environments. The remote libraries are implemented as executable programs in each remote computer, and OnmiRPC automatically allocates remote library calls dynamically on appropriate remote computers to facilitate location transparency. We propose to use OpenMP as an easy-to-use and simple programming environment for the multi-threaded client of OmniRPC. We use the POSIX thread implementation of the Omni OpenMP compiler which allows multi-threaded execution of OpenMP programs by POSIX threads even in a single processor. Multiple outstanding requests of OmniRPC calls in OpenMP work-sharing construct are dispatched to different remote computers to exploit network-wide parallelism.

    @Article{ ArticleSato.SHTS_OSMPPP01,
    abstract = {Omni remote procedure call facility, OmniRPC, is a thread-safe grid RPC facility for cluster and global computing environments. The remote libraries are implemented as executable programs in each remote computer, and OnmiRPC automatically allocates remote library calls dynamically on appropriate remote computers to facilitate location transparency. We propose to use OpenMP as an easy-to-use and simple programming environment for the multi-threaded client of OmniRPC. We use the POSIX thread implementation of the Omni OpenMP compiler which allows multi-threaded execution of OpenMP programs by POSIX threads even in a single processor. Multiple outstanding requests of OmniRPC calls in OpenMP work-sharing construct are dispatched to different remote computers to exploit network-wide parallelism.},
    author = {Sato, M and Hirano, M and Tanaka, Y and Sekiguchi, S},
    journal = {Openmp Shared Memory Parallel Programming, Proceedings},
    pages = {130-136},
    series = {LECTURE NOTES IN COMPUTER SCIENCE},
    timescited = {0},
    title = {OmniRPC: a grid RPC facility for cluster and global computing in OpenMP},
    volume = {2104},
    year = {2001} 
    }
    


Conference articles
  1. Eddy Caron. Inversion matricielle parallèle de grande taille. In RenPar'13. 13èmes Rencontres francophones du Parallélisme des Architectures et des Systèmes. Paris, Cité des Sciences et de l'Industrie de la Vilette. France, pages 1-6, April 2001.
    Keywords: Out-of-core.
    @InProceedings{ InProceedingsCaron.C_01,
    author = {Caron, Eddy},
    booktitle = {Ren{P}ar'13. 13{\`e}mes {R}encontres francophones du {P}arall{\'e}lisme des Architectures et des Syst{\`e}mes. Paris, Cit{\'e} des Sciences et de l'Industrie de la Vilette. France},
    keywords = {Out-of-core},
    month = apr,
    pages = {1-6},
    postscript = {http://www.ens-lyon.fr/~ecaron/biblio/papers/renpar01_ec.ps.gz},
    title = {Inversion matricielle parall{\`e}le de grande taille},
    year = {2001} 
    }
    


  2. A. Denis, C. Pérez, and T. Priol. Towards high performance CORBA and MPI middlewares for grid computing. In Craig A. Lee, editor, Proc. of the 2nd International Workshop on Grid Computing, number 2242 of LNCS, Denver, Colorado, USA, pages 14-25, November 2001. Springer-Verlag.
    @InProceedings{ InProceedingsDenis.DPP_01,
    address = {Denver, Colorado, USA},
    author = {A. Denis and C. P{\'e}rez and T. Priol},
    booktitle = {Proc. of the 2nd International Workshop on Grid Computing},
    editor = {Craig A. Lee},
    month = nov,
    number = 2242,
    pages = {14-25},
    publisher = {Springer-Verlag},
    series = {LNCS},
    title = {{Towards high performance CORBA and MPI middlewares for grid computing}},
    year = 2001 
    }
    


  3. M. Quinson F. Desprez and F. Suter. Dynamic Performance Forecasting for Network Enabled Servers in a Metacomputing Environment. In International Conference on Parallel and Distributed Processing Techniques and Applications (PDPTA 2001), 25-28 June 2001. CSREA Press.
    @InProceedings{ InProceedingsF-Desprez.F-DS_01,
    author = {F. Desprez, M. Quinson and F. Suter},
    booktitle = {International Conference on Parallel and Distributed Processing Techniques and Applications (PDPTA 2001)},
    month = {25-28 June},
    publisher = {CSREA Press},
    title = {{Dynamic Performance Forecasting for Network Enabled Servers in a Metacomputing Environment}},
    year = {2001} 
    }
    


  4. W. Gentzsch. Sun Grid Engine: towards creating a compute power grid. In , pages 35--36, 2001.
    Keywords: consumable, discovery, grid, resource, reusable.
    Abstract: This paper provides an up-to-date overview of the Sun Grid Engine distributed resource management software and of future plans to enhance it towards and integrate it into computational grid environments. The main scope of many of today's Grid research projects is to understand and demonstrate the actual potential of networking, computing and software infrastructure for computational Grids and to build proof-of-concept middleware. This has resulted in Internet infrastructure projects like Globus (Foster and Kesselman, 1997), Legion (Chapin et al., 1999), and Punch (Kapadia and Fortes, 1999) which enable users to combine a set of distributed resources into one integrated Grid Workbench to allow users to measure nature (e.g, with microscope, telescope or particle accelerator), process the measured data according to fundamental mathematical equations (e.g. the Navier-Stokes or Maxwell equations), and provide computer simulations and animations to study and understand these complex phenomena

    @InProceedings{ InProceedingsGentzsch.G_01,
    abstract = {This paper provides an up-to-date overview of the Sun Grid Engine distributed resource management software and of future plans to enhance it towards and integrate it into computational grid environments. The main scope of many of today's Grid research projects is to understand and demonstrate the actual potential of networking, computing and software infrastructure for computational Grids and to build proof-of-concept middleware. This has resulted in Internet infrastructure projects like Globus (Foster and Kesselman, 1997), Legion (Chapin et al., 1999), and Punch (Kapadia and Fortes, 1999) which enable users to combine a set of distributed resources into one integrated Grid Workbench to allow users to measure nature (e.g, with microscope, telescope or particle accelerator), process the measured data according to fundamental mathematical equations (e.g. the Navier-Stokes or Maxwell equations), and provide computer simulations and animations to study and understand these complex phenomena},
    author = {Gentzsch, W.},
    citeulike-article-id={988135},
    citeulike-linkout-0={http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=923173},
    journal = {Proceedings of the first IEEE/ACM International Symposium on Cluster Computing and the Grid},
    keywords = {consumable, discovery, grid, resource, reusable},
    pages = {35--36},
    title = {Sun Grid Engine: towards creating a compute power grid},
    url = {http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=923173},
    year = {2001} 
    }
    


  5. P. Goldsack and P. Toft. SmartFrog: a Framework for Configuration. In Large Scale System Configuration Workshop, 2001. National e-Science Centre UK.
    Note: Http://www.hpl.hp.com/research/smartfrog/.
    @InProceedings{ InProceedingsGoldsack.GT_01,
    author = {P. Goldsack and P. Toft},
    booktitle = {Large Scale System Configuration Workshop},
    note = {http://www.hpl.hp.com/research/smartfrog/},
    publisher = {National e-Science Centre UK},
    title = {SmartFrog: a Framework for Configuration},
    year = {2001} 
    }
    


  6. T. Herman and T. Masuzawa. A Stabilizing Search Tree with Availability Properties. In IEEE, editor, Proceedings of the 5th International Symposium on Autonomous Decentralized Systems (ISADS'01), pages 398-405, 2001.
    @InProceedings{ InProceedingsHerman.HM_01,
    author = {Herman, T. and Masuzawa, T.},
    booktitle = {Proceedings of the 5th International Symposium on Autonomous Decentralized Systems (ISADS'01)},
    editor = {IEEE},
    pages = {398-405},
    title = {{A Stabilizing Search Tree with Availability Properties}},
    year = 2001 
    }
    


  7. C. Martin and O. Richard. Parallel Launcher for Cluster of PC. In Parallel Computing, Proceedings of the International Conference, Sep. 2001.
    @InProceedings{ InProceedingsMartin.MR_01,
    author = {C. Martin and O. Richard},
    booktitle = {Parallel Computing, Proceedings of the International Conference},
    month = {Sep.},
    title = {Parallel Launcher for Cluster of {PC}},
    year = {2001} 
    }
    


  8. S. Ratnasamy, P. Francis, M. Handley, R. Karp, and S. Shenker. A Scalable Content-Adressable Network. In ACM SIGCOMM, pages 161-172, 2001.
    @InProceedings{ InProceedingsRatnasamy.RFHKS_01,
    author = {Ratnasamy, S. and Francis, P. and Handley, M. and Karp, R. and Shenker, S.},
    booktitle = {ACM SIGCOMM},
    pages = {161-172},
    title = {{A Scalable Content-Adressable Network}},
    year = 2001 
    }
    


  9. A. Rowstron and P. Druschel. Pastry: Scalable, Distributed Object Location and Routing for Large-Scale Peer-To-Peer Systems. In International Conference on Distributed Systems Platforms (Middleware), November 2001.
    @InProceedings{ InProceedingsRowstron.RD_01,
    author = {Rowstron, A. and Druschel, P.},
    booktitle = {International Conference on Distributed Systems Platforms (Middleware)},
    month = nov,
    title = {{Pastry: Scalable, Distributed Object Location and Routing for Large-Scale Peer-To-Peer Systems}},
    year = 2001 
    }
    


  10. I. Stoica, R. Morris, D. Karger, M. Kaashoek, and H. Balakrishnan. Chord: A Scalable Peer-to-Peer Lookup service for Internet Applications.. In ACM SIGCOMM, pages 149-160, 2001.
    @InProceedings{ InProceedingsStoica.SMKKB_01,
    author = {Stoica, I. and Morris, R. and Karger, D. and Kaashoek, M. and Balakrishnan, H.},
    booktitle = {ACM SIGCOMM},
    pages = {149-160},
    title = {{Chord: A Scalable Peer-to-Peer Lookup service for Internet Applications.}},
    year = 2001 
    }
    


Internal reports
  1. D. Arnold, S. Agrawal, S. Blackford, J. Dongarra, M. Miller, K. Sagi, Z. Shi, and S. Vadhiyar. Users' Guide to NetSolve V1.4. UTK Computer Science Dept. Technical Report CS-01-467, University of Tennessee, Knoxville, TN, July 2001.
    Note: Rlhttp://www.cs.utk.edu/netsolve/.
    @TechReport{ TechReportRR-University-CS-01-467,
    address = {Knoxville, TN},
    author = {Arnold, D. and Agrawal, S. and Blackford, S. and Dongarra, J. and Miller, M. and Sagi, K. and Shi, Z. and Vadhiyar, S.},
    institution = {University of Tennessee},
    month = jul,
    note = {\url{http://www.cs.utk.edu/netsolve/}},
    number = {CS-01-467},
    title = {{U}sers' {G}uide to {N}et{S}olve {V}1.4},
    type = {UTK {C}omputer {S}cience {D}ept. {T}echnical {R}eport},
    year = 2001 
    }
    


  2. Eddy Caron, Serge Chaumette, Sylvain Contassot-Vivier, Frédéric Desprez, Eric Fleury, Claude Gomez, Maurice Goursat, Emmanuel Jeannot, Dominique Lazure, Frédéric Lombard, Jean-Marc Nicod, Laurent Philippe, Martin Quinson, Pierre Ramet, Jean Roman, Franck Rubi, Serge Steer, Frédéric Suter, and Gil Utard. Scilab to Scilab//: the OURAGAN Project.. Research report 2001-24, Laboratoire de l'Informatique du Parallélisme (LIP), June 2001.
    Note: Also available as INRIA Research Report RR-4203.
    Keywords: Scilab//.
    @TechReport{ TechReportRR-Laboratoire-2001-24,
    author = {Caron, Eddy and Chaumette, Serge and Contassot-Vivier, Sylvain and Desprez, Fr{\'e}d{\'e}ric and Fleury, Eric and Gomez, Claude and Goursat, Maurice and Jeannot, Emmanuel and Lazure, Dominique and Lombard, Fr{\'e}d{\'e}ric and Nicod, Jean-Marc and Philippe, Laurent and Quinson, Martin and Ramet, Pierre and Roman, Jean and Rubi, Franck and Steer, Serge and Suter, Fr{\'e}d{\'e}ric and Utard, Gil},
    institution = {Laboratoire de l'Informatique du Parall{\'e}lisme (LIP)},
    keywords = {Scilab//},
    month = jun,
    note = {Also available as INRIA Research Report RR-4203},
    number = {2001-24},
    postscript = {ftp://ftp.ens-lyon.fr/pub/LIP/Rapports/RR/RR2001/RR2001-24.ps.Z},
    title = {Scilab to Scilab//: the OURAGAN Project.},
    type = {Research report},
    year = {2001} 
    }
    


  3. Eddy Caron, Serge Chaumette, Sylvain Contassot-Vivier, Frédéric Desprez, Eric Fleury, Claude Gomez, Maurice Goursat, Emmanuel Jeannot, Dominique Lazure, Frédéric Lombard, Jean-Marc Nicod, Laurent Philippe, Martin Quinson, Pierre Ramet, Jean Roman, Franck Rubi, Serge Steer, Frédéric Suter, and Gil Utard. Scilab to Scilab//: the OURAGAN Project.. Research report RR4203, Institut National de Recherche en Informatique et en Automatique (INRIA), June 2001.
    Note: Also available as LIP Research Report 2001-24.
    Keywords: Scilab//.
    @TechReport{ TechReportRR-Institut-RR4203,
    author = {Caron, Eddy and Chaumette, Serge and Contassot-Vivier, Sylvain and Desprez, Fr{\'e}d{\'e}ric and Fleury, Eric and Gomez, Claude and Goursat, Maurice and Jeannot, Emmanuel and Lazure, Dominique and Lombard, Fr{\'e}d{\'e}ric and Nicod, Jean-Marc and Philippe, Laurent and Quinson, Martin and Ramet, Pierre and Roman, Jean and Rubi, Franck and Steer, Serge and Suter, Fr{\'e}d{\'e}ric and Utard, Gil},
    institution = {Institut National de Recherche en Informatique et en Automatique (INRIA)},
    keywords = {Scilab//},
    month = jun,
    note = {Also available as LIP Research Report 2001-24},
    number = {RR4203},
    postscript = {ftp://ftp.inria.fr/INRIA/publication/publi-ps-gz/RR/RR-4203.ps.gz},
    title = {Scilab to Scilab//: the OURAGAN Project.},
    type = {Research report},
    year = 2001 
    }
    



BACK TO INDEX




Disclaimer:

This material is presented to ensure timely dissemination of scholarly and technical work. Copyright and all rights therein are retained by authors or by other copyright holders. All person copying this information are expected to adhere to the terms and constraints invoked by each author's copyright. In most cases, these works may not be reposted without the explicit permission of the copyright holder.

Les documents contenus dans ces répertoires sont rendus disponibles par les auteurs qui y ont contribué en vue d'assurer la diffusion à temps de travaux savants et techniques sur une base non-commerciale. Les droits de copie et autres droits sont gardés par les auteurs et par les détenteurs du copyright, en dépit du fait qu'ils présentent ici leurs travaux sous forme électronique. Les personnes copiant ces informations doivent adhérer aux termes et contraintes couverts par le copyright de chaque auteur. Ces travaux ne peuvent pas être rendus disponibles ailleurs sans la permission explicite du détenteur du copyright.




Last modified: Thu Mar 24 10:54:11 2011
Author: ecaron.


This document was translated from BibTEX by bibtex2html