From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id 57318BC37 for ; Thu, 26 Nov 2009 23:10:29 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ai4EAFWLDktQDPIagWdsb2JhbACZF4JlAQELCQoHFQOIP68zhDEEgXKLNA X-IronPort-AV: E=Sophos;i="4.47,296,1257116400"; d="scan'208";a="51073067" Received: from smtp20.orange.fr ([80.12.242.26]) by mail4-smtp-sop.national.inria.fr with ESMTP; 26 Nov 2009 23:10:28 +0100 Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2028.orange.fr (SMTP Server) with ESMTP id C22B22000E86; Thu, 26 Nov 2009 23:10:27 +0100 (CET) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2028.orange.fr (SMTP Server) with ESMTP id B41F52000776; Thu, 26 Nov 2009 23:10:27 +0100 (CET) Received: from [192.168.0.226] (ARouen-156-1-69-231.w90-8.abo.wanadoo.fr [90.8.92.231]) by mwinf2028.orange.fr (SMTP Server) with ESMTP id 58B3820008E8; Thu, 26 Nov 2009 23:10:22 +0100 (CET) X-ME-UUID: 20091126221022363.58B3820008E8@mwinf2028.orange.fr Message-ID: <4B0EFCCD.5060802@univ-paris12.fr> Date: Thu, 26 Nov 2009 23:10:21 +0100 From: =?ISO-8859-1?Q?Fr=E9d=E9ric_Gava?= Reply-To: gava@univ-paris12.fr Organization: University of Paris East (Paris 12 =?ISO-8859-1?Q?Cr=E9teil?= =?ISO-8859-1?Q?_Val-de-Marne=29=2C_LACL?= User-Agent: Thunderbird 1.5.0.14ubu (X11/20080505) MIME-Version: 1.0 To: caml-list@yquem.inria.fr, bspall@bsp-worldwide.org, skeletons@inf.ed.ac.uk, coq-club@pauillac.inria.fr, asr-forum@cines.fr, gdr.gpl@imag.fr, Alix Munier , Nihal Pekergin , ale@univ-paris12.fr, amel.borgi@lip6.fr, Andrei Paskevich , Mammoun Bernichi , bardin@lsv.ens-cachan.fr, Daniele Beauquier , Alexis Bes , Rolland Bouroulet , =?ISO-8859-1?Q?Jo=EBl_Brunet?= , Patrick Cegielski , Tristan Crolard , Stephane_Demri , Catalin DIMA , djelloul@lri.lri.fr, Marie Duflot , durand@univ-paris12.fr, Fabrice Mourlin , Jean-Claude Fournier , frederic.gauche@dirsics.fr, =?ISO-8859-1?Q?Fr=E9d=E9ric_Gervais?= , HUYNH Phuong Nam , =?ISO-8859-1?Q?Jo=EBlle_Cohen?= , Anna Klaudel , lacas@logique.jussieu.fr, Thierry Lacoste , Regine Laleau , larrat@univ-paris12.fr, ljallaf@gmail.com, Louis Gesbert , Frederic Loulergue , luc.segoufin@inria.fr, Myrto Arapinis , Nathalie Caspard , pchapdel@info.unicaen.fr, Elisabeth Pelz , Emmanuel Polonowski , Franck Pommereau , =?ISO-8859-1?Q?Ga=E9tan_?= =?ISO-8859-1?Q?Hains?= , rssseminaires@lsv.ens-cachan.fr, Farida Semmak , simon@univ-paris12.fr, Anatol Slissenko , 'Sovanna Tan' , Michel Spyratos , Flore Tsila , Pierre Valarcher , Pavel Vasssiliev , Serghei Verlan , Sana YOUNES , yassine.hachaichi@ipeiem.rnu.tn, Antoine Spicher , Olivier Michel , Jean Fortin , Lynda Mokdad , Julien Cervelle , =?ISO-8859-1?Q?J=E9r=E9my_Milhau?= , Michel.Embe.Jiague@USherbrooke.ca, Muath ALRAMMAL , mdahmoune@yahoo.fr, Julien Cervelle , Cyril Dumont Subject: [PAPP 2010] First call for papers Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam: no; 0.00; gava:01 gava:01 high-level:01 lacl:01 scalable:01 low-level:01 high-level:01 scalable:01 haskell:01 genericity:01 abstraction:01 semantics:01 semantics:01 predictors:01 expressivity:01 --------------------------------------------------------------------- Please accept our apologies if you have received multiple copies. Please feel free to distribute it to those who might be interested. --------------------------------------------------------------------- ---------------------------------------------------------- CALL FOR PAPERS PAPP 2010 Seventh International Workshop on Practical Aspects of High-level Parallel Programming http://lacl.univ-paris12.fr/gava/PAPP2010/ part of ICCS 2010 The International Conference on Computational Science May 31- June 2, 2010, University of Amsterdam, The Netherlands. ---------------------------------------------------------- AIMS AND SCOPE Computational Science applications are more and more complex to develop and require more and more computing power. Bill McColl's post "Sequential Computing Considered Harmful" is an excellent summary of today's situation. Sequential computing cannot go further. Major companies in the computing industry now recognizes the urgency of reorienting an entire industry towards massively parallel computing (Think Parallel or Perish). Parallel and grid computing are solutions to the increasing need for computing power. The trend is towards the increase of cores in processors, the number of processors and the need for scalable computing everywhere. But parallel and distributed programming is still dominated by low-level techniques such as send/receive message passing. Thus high-level approaches should play a key role in the shift to scalable computing in every computer. Algorithmic skeletons, parallel extensions of functional languages such as Haskell and ML, parallel logic and constraint programming, parallel execution of declarative programs such as SQL queries, genericity and meta-programming in object-oriented languages, etc. have produced methods and tools that improve the price/performance ratio of parallel software, and broaden the range of target applications. Also, high level languages offer a high degree of abstraction which ease the development of complex systems. Moreover, being based on formal semantics, it is possible to certify the correctness of critical parts of the applications. The PAPP workshop focuses on practical aspects of high-level parallel programming: design, implementation and optimization of high-level programming languages, semantics of parallel languages, formal verification, design or certification of libraries, middlewares and tools (performance predictors working on high-level parallel/grid source code, visualisations of abstract behaviour, automatic hotspot detectors, high-level GRID resource managers, compilers, automatic generators, etc.), application of proof assistants to parallel applications, applications in all fields of computational science, benchmarks and experiments. Research on high-level grid programming is particularly relevant as well as domain specific parallel software. The aim of all these languages and tools is to improve and ease the development of applications (safety, expressivity, efficiency, etc.). Thus the Seventh PAPP workshop focuses on applications. The PAPP workshop is aimed both at researchers involved in the development of high level approaches for parallel and grid computing and computational science researchers who are potential users of these languages and tools. TOPICS We welcome submission of original, unpublished papers in English on topics including: * applications in all fields of high-performance computing and visualisation (using high-level tools) * high-level models (CGM, BSP, MPM, LogP, etc.) and tools for parallel and grid computing * Program verification and Formal verification of parallel applications/ libraries/languages or parallel computing in computer-assisted reasoning * high-level parallel language design, implementation and optimisation * modular, object-oriented, functional, logic, constraint programming for parallel, distributed and grid computing systems * algorithmic skeletons, patterns and high-level parallel libraries * generative (e.g. template-based) programming with algorithmic skeletons, patterns and high-level parallel libraries * benchmarks and experiments using such languages and tools * industrial uses of a high-level parallel language PAPER SUBMISSION AND PUBLICATION Prospective authors are invited to submit full papers in English presenting original research. Submitted papers must be unpublished and not submitted for publication elsewhere. Papers will go through a rigorous reviewing process. Each paper will be reviewed by at least three referees. The accepted papers will be published in the conference proceedings published by Elsevier Science in the open-access Procedia Computer Science series, as part of the ICCS proceedings. Submission must be done through the ICCS website: http://www.iccs-meeting.org/iccs2010/papers/upload.php We invite you to submit a full paper of 10 pages formatted according to the rules of Procedia Computer Science (see http://www.elsevier.com/wps/find/journaldescription.cws_home/719435/description#description), describing new and original results, no later than January 11, 2010 -HARD DEADLINE. Submission implies the willingness of at least one of the authors to register and present the paper. An early email to "gava at univ-paris12.fr" with your intention to submit a paper would be greatly appreciated (especially if you have doubts about the relevance of your paper). Accepted papers should be presented at the workshop and extended and revised versions could be published in a special issue of Scalable Computing: Practice and Experience, provided revisions suggested by the referees are made. IMPORTANT DATES * January 11, 2010 - Full paper due (HARD DEADLINE) * February 15, 2010 - Notification * March 1, 2010 - Camera-ready paper due * September, 2010 - Journal version due PROGRAM COMMITTEE * Marco Aldinucci (University of Torino, Italy) * Anne Benoit (ENS Lyon, France) * Umit V. Catalyurek (The Ohio State University, USA) * Emmanuel Chailloux (University of Paris 6, France) * Frédéric Dabrowski (University of Orléans, France) * Frédéric Gava (University Paris-East (Paris 12), France) * Alexandros Gerbessiotis (NJIT, USA) * Clemens Grelck (University of Amsterdam, Netherlands) * Hideya Iwasaki (The University of Electro-communications, Japan) * Christoph Kessler (Linkopings Universitet, Sweden) * Rita Loogen (University of Marburg, Germany) * Kiminori Matsuzaki (Kochi University of Technology, Japan) * Samuel Midkiff (Purdue University, USA) * Susanna Pelagatti (University of Pisa, Italy) * Bruno Raffin (INRIA, France) * Casiano Rodriguez-Leon (University La Laguna, Spain) ORGANIZERS Dr. Anne BENOIT Laboratoire d'Informatique du Parallélisme Ecole Normale Supérieure de Lyon 46 Allée d'Italie 69364 Lyon Cedex 07 - France Dr. Frédéric GAVA Laboratoire d'algorithmique, complexité et logique Université de Paris-Est (Paris 12) 61 avenue du Général de Gaulle 94010 Créteil cedex - France