Research-Conferences.com: Calls for Papers and Abstracts
Upcoming Research Conferences, Call for Papers, Call for Abstracts
3rd Workshop on Many-Task Computing on Grids and Supercomputers, November 15th, 2010, USA
The advent of computation can be compared, in terms of the breadth and depth of its impact on research and scholarship, to the invention of writing and the development of modern mathematics. Scientific Computing has already begun to change how science is done, enabling scientific breakthroughs through new kinds of experiments that would have been impossible only a decade ago. Today's science is generating datasets that are increasing exponentially in both complexity and volume, making their analysis, archival, and sharing one of the grand challenges of the 21st century. The support for data intensive computing is critical to advancing modern science as storage systems have experienced an increasing gap between its capacity and its bandwidth by more than 10-fold over the last decade. There is an emerging need for advanced techniques to manipulate, visualize and interpret large datasets. Scientific Computing is the key to many domains' "holy grail" of new knowledge, and comes in many shapes and forms, from high-performance computing (HPC) which is heavily focused on compute-intensive applications, high-throughput computing (HTC) which focuses on using many computing resources over long periods of time to accomplish its computational tasks, many-task computing (MTC) which aims to bridge the gap between HPC and HTC by focusing on using many resources over short periods of time, to data-intensive computing which is heavily focused on data distribution and harnessing data locality by scheduling of computations close to the data.
The 3rd workshop on Many-Task Computing on Grids and Supercomputers (MTAGS10) will provide the scientific community a dedicated forum for presenting new research, development, and deployment efforts of large-scale many-task computing (MTC) applications on large scale clusters, Grids, Supercomputers, and Cloud Computing infrastructure. MTC, the theme of the workshop encompasses loosely coupled applications, which are generally composed of many tasks (both independent and dependent tasks) to achieve some larger application goal. This workshop will cover challenges that can hamper efficiency and utilization in running applications on large-scale systems, such as local resource manager scalability and granularity, efficient utilization of raw hardware, parallel file system contention and scalability, data management, I/O management, reliability at scale, and application scalability.
This workshop will focus on the ability to manage and execute large scale applications on today's largest clusters, Grids, and Supercomputers. Clusters with 50K+ processor cores are now online (e.g. TACC Sun Constellation System - Ranger), Grids (e.g. TeraGrid) with a dozen sites and 100K+ processors, and supercomputers with 150K~200K processors (e.g. IBM BlueGene/P, Cray XT5); furthermore, new supercomputers are scheduled to come online with 300K processor-cores and more than 1M threads (e.g. IBM Blue Waters). These High-End Computing (HEC) systems have traditionally been HPC systems, as they are efficient at executing tightly coupled parallel jobs within a particular machine with low-latency interconnects; applications running on them typically use message passing interface (MPI) to achieve the needed inter-process communication. On the other hand, Grids have been the preferred platform for more loosely coupled applications that tend to be managed and executed through workflow systems, commonly known to fit in the HTC paradigm.
MTC aims to bridge the gap between the two computing paradigms, HTC and HPC. MTC is reminiscent to HTC, but it differs in the emphasis of using many computing resources over short periods of time to accomplish many computational tasks (i.e. including both dependent and independent tasks), where the primary metrics are measured in seconds (e.g. FLOPS, tasks/s, MB/s I/O rates), as opposed to operations (e.g. jobs) per month. MTC denotes high-performance computations comprising multiple distinct activities, coupled typically via file system operations. Tasks may be small or large, uniprocessor or multiprocessor, compute-intensive or data-intensive. The set of tasks may be static or dynamic, homogeneous or heterogeneous, loosely coupled or tightly coupled. The aggregate number of tasks, quantity of computing, and volumes of data may be extremely large. MTC includes loosely coupled applications that are generally communication-intensive but not naturally expressed using standard message passing interface commonly found in HPC, drawing attention to the many computations that are heterogeneous but not "happily" parallel.
There is more to HPC than tightly coupled MPI, and more to HTC than embarrassingly parallel long running jobs. Like HPC applications, and science itself, applications are becoming increasingly complex opening new doors for many opportunities to apply HPC in new ways if we broaden our perspective. Some applications have just so many simple tasks that managing them is hard. Applications that operate on or produce large amounts of data need sophisticated data management in order to scale. There exist applications that involve many tasks, each composed of tightly coupled MPI tasks. Loosely coupled applications often have dependencies among tasks, and typically use files for inter-process communication. Efficient support for these sorts of applications on existing large scale systems will involve substantial technical challenges and will have big impact on science.
Today's existing HPC systems are a viable platform to host MTC applications. However, some challenges arise in large scale applications when run on large scale systems, which can hamper the efficiency and utilization of these large scale systems. These challenges vary from local resource manager scalability and granularity, efficient utilization of raw hardware, parallel file system contention and scalability, data management, I/O management, reliability at scale, application scalability, and understanding the limitations of the HPC systems in order to identify good candidate MTC applications. Furthermore, the MTC paradigm can be naturally applied to the emerging Cloud Computing paradigm due to its loosely coupled nature, which is being adopted by industry as the next wave of technological advancement to reduce operational costs while improving efficiencies in large scale infrastructures.
This workshop encourages interaction and cross-pollination between those developing applications, algorithms, software, hardware and networking, emphasizing many-task computing for large-scale distributed systems. We believe the workshop will be an excellent place to help the community define the current state-of-the-art, determine future goals, and define architectures and services for future high-end computing infrastructure.
For more information about the workshop, please see http://dsl.cs.uchicago.edu/MTAGS10/. To see last year's workshop program agenda, and accepted papers and presentations, please see http://dsl.cs.uchicago.edu/MTAGS09/; for the initial workshop we ran in 2008, please see http://dsl.cs.uchicago.edu/MTAGS08/. We also ran a special issue on Many-Task Computing in the IEEE Transactions on Parallel and Distributed Systems (TPDS) which will appear in November 2010, and it can be found at http://dsl.cs.uchicago.edu/TPDS_MTC/. We, the workshop organizers, also published two papers that are highly relevant to this workshop. One paper is titled "Toward Loosely Coupled Programming on Petascale Systems", and was published in SC08; the second paper is titled "Many-Task Computing for Grids and Supercomputers", which was published in MTAGS08.
We invite the submission of original work that is related to the topics below. The papers can be either short (5 pages) position papers, or long (10 pages) research papers. Topics of interest include (in the context of Many-Task Computing):
-
Compute Resource Management
-
Scheduling
-
Job execution frameworks
-
Local resource manager extensions
-
Performance evaluation of resource managers in use on large scale systems
-
Dynamic resource provisioning
-
Techniques to manage many-core resources and/or GPUs
-
Challenges and opportunities in running many-task workloads on HPC systems
-
Challenges and opportunities in running many-task workloads on Cloud Computing infrastructure
-
-
Storage architectures and implementations
-
Distributed file systems
-
Parallel file systems
-
Distributed meta-data management
-
Content distribution systems for large data
-
Data caching frameworks and techniques
-
Data management within and across data centers
-
Data-aware scheduling
-
Data-intensive computing applications
-
Eventual-consistency storage usage and management
-
-
Programming models and tools
-
Map-reduce and its generalizations
-
Many-task computing middleware and applications
-
Parallel programming frameworks
-
Ensemble MPI
-
Service-oriented science applications
-
-
Large-Scale Workflow Systems
-
Workflow system performance and scalability analysis
-
Scalability of workflow systems
-
Workflow infrastructure and e-Science middleware
-
Programming Paradigms and Models
-
-
Large-Scale Many-Task Applications
-
High-throughput computing (HTC) applications
-
Data-intensive applications
-
Quasi-supercomputing applications, deployments, and experiences
-
Performance Evaluation
-
-
Performance evaluation
-
Real systems
-
Simulations
-
Reliability of large systems
-
Paper Submission and Publication
Authors are invited to submit papers with unpublished, original work of not more than 10 pages of double column text using single spaced 10 point size on 8.5 x 11 inch pages, as per ACM 8.5 x 11 manuscript guidelines (http://www.acm.org/publications/instructions_for_proceedings_volumes); document templates can be found at http://www.acm.org/sigs/publications/proceedings-templates. We are also seeking position papers of no more than 5 pages in length. A 250 word abstract (PDF format) must be submitted online at https://cmt.research.microsoft.com/MTAGS2010/ before the deadline of August 25th, 2010 at 11:59PM PST; the final 5/10 page papers in PDF format will be due on September 1st, 2010 at 11:59PM PST. Papers will be peer-reviewed, and accepted papers will be published in the workshop proceedings as part of the ACM digital library (pending approval). Notifications of the paper decisions will be sent out by October 1st, 2010. Selected excellent work may be eligible for additional post-conference publication as journal articles or book chapters; see last year's special issue in the IEEE Transactions on Parallel and Distributed Systems (TPDS) at http://dsl.cs.uchicago.edu/TPDS_MTC/. Submission implies the willingness of at least one of the authors to register and present the paper. For more information, please visit http://dsl.cs.uchicago.edu/MTAGS10/.
Important Dates
Abstract Due: August 25th, 2010
Papers Due: September 1st, 2010
Notification of Acceptance: October 1st, 2010
Camera Ready Papers Due: November 1st, 2010
Workshop Date: November 15th, 2010
Tentative Submission Deadline : 25 August 2010
Homepage: http://dsl.cs.uchicago.edu/MTAGS10/
Contact Information:
Contact Email:
Posted on 2010-07-12 07:50:38, Report Update
Please give reference of Research-Conferences.com when submiting your research paper.
Latest Research Conferences Added
Malaysia : ICINC 2010-International Conference on Intelligent Network and Computing
USA : Black History Conference, February 5, 2011
USA : Analytic Algorithmics and Combinatorics (ANALCO11), January 22, 2011
Malaysia : 2010 International Conference on Manufacturing Science and Technology (ICMST 2010)
USA : 35th SIAM Southeastern Atlantic Section Conference, March 26-27, 2011
India : ICLST 2011 International Conference on Life Science and Technology, January 7-9, 2011
-
Call for Papers - Deadline Approaching
-
The 24th International Conference on Micro Electro Mechanical Systems, MEMS 2011, January 23 - 27, 2011
Deadline : 14 September 2010 -
Accounting Trends: Changing and Responsibility, December 9-10, 2010
Deadline : 15 September 2010 -
The 2010 International Conference on Modeling, Simulation and Control (ICMSC 2010), November 2-4, 2010
Deadline : 15 September 2010 -
Call for papers:The Romanian Review of European Governance Studies
Deadline : 15 September 2010 -
ICESD 2011 International Conference on Environmental Science and Development, January 7-9, 2011
Deadline : 15 September 2010 -
ICCCI 2010 International Conference on Computer and Computational Intelligence, December 25-26, 2010
Deadline : 20 September 2010
-
The 24th International Conference on Micro Electro Mechanical Systems, MEMS 2011, January 23 - 27, 2011
-
Top Research Conferences
- International Conference on Innovation, Management and Technology-ICIMT January 25-27, 2011 (2678) Views
- International Science & Technology Conference-ISTEC, October 27-29, 2010 (2337) Views
- International Conference on Mechanical and Aerospace Engineering (CMAE 2011), March 19-20, 2011 (1646) Views
- Nineteenth IASTED International Conference on Applied Simulation and Modelling (ASM 2011) (1127) Views
-
Top Research Conferences in UK
-
Top Research Conferences in US
- The 22nd Midwest Artificial Intelligence and Cognitive Science Conference, April 16-17, 2011 (544)Views
- ITNG 2011-8th International Conference on Information Technology : New Generations, April 11-13, 2011, Las Vegas, Nevada (524)Views
- 35th SIAM Southeastern Atlantic Section Conference, March 26-27, 2011 (161)Views
- Analytic Algorithmics and Combinatorics (ANALCO11), January 22, 2011 (139)Views
-
Top Research Conferences in Germany
- Screening Europe, 30 June-01 July, 2011 (372) Views
- World Biobanking Summit (WBS2011), 30 June-01 July, 2011 (285) Views
-
Top Research Conferences in Australia
-
Latest International Scholarships
-
Top Links
-
Research Conferences by Field
- Social Sciences
- -Political Science
- -International Relations
- -History
- -Regional Studies
- Agriculture
- Computer Science
- -Data Mining
- -Nueral Networks
- -Artificial Intelligence
- -Software Engineering
- -Image Processing
- -Information Security
- -Algorithm Development
- -World Wide Web
- -Machine Learning
- Chemistry
- -Computational Chemistry
- Economics
- Engineering
- -Electrical Engineering
- -Mechanical Engineering
- -Electronics Engineering
- -Computer Engineering
- -Robotics
- -Civil Engineering
- -Nanotechnology
- Life Sciences
- Biology
- -Biomedical
- -Bioinformatics
- -Computational Biology
- -Molecular Biology
- Physics
- -Computational Physics
- -Computational Fluid Dynamics
- Management Sciences
- Telecommunication
- -Computer Networks
- -Wireless Networks
- -Mobile Communication
- -Satellite Communication
- Medical Sciences
- Mathematics
- Statistics
- Environmental Science
- Education
- Arts and Culture
- Psychology
- Industrial Technology
-
Computer Science Conferences
- International Conference on Innovation, Management and Technology-ICIMT January 25-27, 2011
- International Science & Technology Conference-ISTEC, October 27-29, 2010
- Nineteenth IASTED International Conference on Applied Simulation and Modelling (ASM 2011)
- International Conference on Current Trends in Mathematics, December 25-27 2010
- The 2011 International Conference on Telecom Technology and Applications (ICTTA 2011)
-
Social Sciences Conferences
- International Science & Technology Conference-ISTEC, October 27-29, 2010
- International Journal of Applied Management Science (IJAMS), Special Issue on New Combinatorial Optimisation Models for Decision Making
- ICSSH 2011 International Conference on Social Science and Humanity, February 26-28, 2011
- Education and Development Conference 5-7th March, 2011
- 4th Annual International Conference on Mediterranean Studies, 20-23 April 2011, Athens, Greece