We apologize if you receive multiple copies of this notice.
-----------------------------------------------------------------------------
ScalA’17: 8th Workshop on Latest Advances in
Scalable Algorithms for Large-Scale Systems
held in conjunction with the
SC17: The International Conference on High Performance
Computing, Networking, Storage and Analysis
in cooperation with ACM SIGHPC
November 13, 2017, Denver, CO, USA
<http://www.csm.ornl.gov/srt/conferences/Scala/2017>
Novel scalable scientific algorithms are needed in order to enable key
science applications to exploit the computational power of large-scale
systems. This is especially true for the current tier of leading petascale
machines and the road to exascale computing as HPC systems continue to scale
up in compute node and processor core count. These extreme-scale systems
require novel scientific algorithms to hide network and memory latency, have
very high computation/communication overlap, have minimal communication, and
have no synchronization points.
Scientific algorithms for multi-petaflop and exa-flop systems also need to be
fault tolerant and fault resilient, since the probability of faults increases
with scale. Resilience at the system software and at the algorithmic level is
needed as a crosscutting effort. Finally, with the advent of heterogeneous
compute nodes that employ standard processors as well as GPGPUs, scientific
algorithms need to match these architectures to extract the most performance.
This includes different system-specific levels of parallelism as well as
co-scheduling of computation. Key science applications require novel
mathematical models and system software that address the scalability and
resilience challenges of current- and future-generation extreme-scale HPC
systems.
Submission Guidelines
Authors are invited to submit manuscripts in English structured as technical
papers not exceeding 8 letter size (8.5in x 11in) pages including figures,
tables, and references using the ACM format for conference proceedings.
Submissions not conforming to these guidelines may be returned without
review. Reference style files are available at
<http://www.acm.org/sigs/publications/proceedings-templates>.
All manuscripts will be reviewed and judged on correctness, originality,
technical strength, and significance, quality of presentation, and interest
and relevance to the workshop attendees. Submitted papers must represent
original unpublished research that is not currently under review for any
other conference or journal. Papers not following these guidelines will be
rejected without review and further action may be taken, including (but not
limited to) notifications sent to the heads of the institutions of the
authors and sponsors of the conference. Submissions received after the due
date, exceeding length limit, or not appropriately structured may also not
be considered. At least one author of an accepted paper must register for
and attend the workshop. Authors may contact the workshop program chair for
more information. Papers should be submitted electronically at:
<https://easychair.org/conferences/?conf=scala17>.
Full papers will be published with the SC'17 workshop proceedings in the ACM
Digital Library and IEEE Xplore. Selected papers will be invited for an
extended version in a special issue of the Journal of Computational Science
(JoCS).
Important Dates
- Full paper submission: August 28, 2017
- Notification of acceptance: September 11, 2017
- Final paper submission (firm): October 9, 2017
- Workshop/conference early registration: TBD
- Workshop: November 13, 2017
Topics of interest include, but are not limited to:
- Novel scientific algorithms that improve performance, scalability,
resilience, and power efficiency
- Porting scientific algorithms and applications to many-core and
heterogeneous architectures
- Performance and resilience limitations of scientific algorithms and
applications at scale
- Crosscutting approaches (system software and applications) in addressing
scalability challenges
- Scientific algorithms that can exploit extreme concurrency (e.g. 1 billion
for exascale by 2020)
- Naturally fault tolerant, self-healing, or fault oblivious scientific
algorithms
- Programming model and system software support for algorithm scalability and
resilience
Workshop Chairs
- Vassil Alexandrov, Barcelona Supercomputing Center, Spain
- Al Geist, Oak Ridge National Laboratory, USA
- Jack Dongarra, University of Tennessee, Knoxville, USA
Workshop Program Chair
- Christian Engelmann, Oak Ridge National Laboratory, USA
Program Committee
- Vassil Alexandrov, Barcelona Supercomputing Center, Spain
- Hartwig Anzt, University of Tennessee, Knoxville, USA
- Rick Archibald, Oak Ridge National Laboratory, USA
- Franck Cappello, Argonne National Laboratory and
University of Illinois at Urbana Champaign, USA
- Zizhong Chen, University of California, Riverside, USA
- James Elliott, Sandia National Laboratories, USA
- Nahid Emad, University of Versailles SQ, France
- Christian Engelmann, Oak Ridge National Laboratory, USA
- Wilfried Gansterer, University of Vienna, Austria
- Michael Heroux, Sandia National Laboratories, USA
- Kirk E. Jordan, IBM T.J. Watson Research, USA
- Dieter Kranzlmueller, Ludwig-Maximilians-University Munich, Germany
- Ignacio Laguna, Lawrence Livermore National Laboratory, USA
- Piotr Luszczek, University of Tennessee, Knoxville, USA
- Michael Mascagni, Florida State University, USA
- Ron Perrot, University of Oxford, UK
- Yves Robert, ENS Lyon, France
- Stuart Slattery, Oak Ridge National Laboratory, USA
- Keita Teranishi, Sandia National Laboratories, USA
--
Christian Engelmann, Ph.D.
R&D Staff Scientist
Computer Science Research Group
Computer Science and Mathematics Division
Oak Ridge National Laboratory
Mail: P.O. Box 2008, Oak Ridge, TN 37831-6173, USA
Phone: +1 (865) 574-3132 / Fax: +1 (865) 576-5491
e-Mail: engelmannc(a)ornl.gov / Home: www.christian-engelmann.info
We apologize if you receive multiple copies of this call for papers.
--------------------------------------------------------------------------------
10th Workshop on Resiliency in High Performance Computing (Resilience)
in Clusters, Clouds, and Grids
<http://www.csm.ornl.gov/srt/conferences/Resilience/2017>
in conjunction with
the 23rd International European Conference on Parallel and Distributed
Computing (Euro-Par), Santiago de Compostela, Spain,
August 28 - September 1, 2017
<http://europar2017.usc.es>
Overview:
Resilience is a critical challenge as high performance computing (HPC)
systems continue to increase component counts, individual component
reliability decreases (such as due to shrinking process technology and
near-threshold voltage (NTV) operation), and software complexity increases.
Application correctness and execution efficiency, in spite of frequent
faults, errors, and failures, is essential to ensure the success of the
extreme-scale HPC systems, cluster computing environments, Grid computing
infrastructures, and Cloud computing services.
While a fault (e.g., a bug or stuck bit) is the cause of an error, its
manifestation as a state change is considered an error (e.g., a bad value
or incorrect execution), and the transition to an incorrect service is
observed as a failure (e.g., an application abort or system crash). A
failure in a computing system is typically observed through an application
abort or a full/partial service or system outage. A detectable correctable
error is often transparently handled by hardware, such as a single bit flip
in memory that is protected with single-error correction double-error
detection (SECDED) error correcting code (ECC). A detectable uncorrectable
error (DUE) typically results in a failure, such as multiple bit flips in
the same addressable word that escape SECDED ECC correction, but not
detection, and ultimately cause an application abort. An undetectable error
(UE) may result in silent data corruption (SDC), e.g., an incorrect
application output. There are many other types of hardware and software
faults, errors, and failures in computing systems.
Resilience for HPC systems encompasses a wide spectrum of fundamental and
applied research and development, including theoretical foundations, fault
detection and prediction, monitoring and control, end-to-end data integrity,
enabling infrastructure, and resilient solvers and algorithm-based fault
tolerance. This workshop brings together experts in the community to further
research and development in HPC resilience and to facilitate exchanges
across the computational paradigms of extreme-scale HPC, cluster computing,
Grid computing, and Cloud computing.
Submission Guidelines:
Authors are invited to submit papers electronically in English in PDF
format. Submitted manuscripts should be structured as technical papers and
BETWEEN 10 AND 12 PAGES, including figures, tables and references, using
Springer's Lecture Notes in Computer Science (LNCS) format at
<http://www.springer.com/computer/lncs?SGWID=0-164-6-793341-0>. Papers with
less than 10 or more than 12 pages will not be accepted due to publisher
guidelines. Submissions should include abstract, key words and the e-mail
address of the corresponding author. Papers not conforming to these
guidelines may be returned without review. All manuscripts will be reviewed
and will be judged on correctness, originality, technical strength,
significance, quality of presentation, and interest and relevance to the
conference attendees. Submitted papers must represent original unpublished
research that is not currently under review for any other conference or
journal. Papers not following these guidelines will be rejected without
review and further action may be taken, including (but not limited to)
notifications sent to the heads of the institutions of the authors and
sponsors of the conference. Submissions received after the due date or not
appropriately structured may also not be considered. The proceedings
will be published in Springer's LNCS as post-conference proceedings. At
least one author of an accepted paper must register for and attend the
workshop for inclusion in the proceedings. Authors may contact the workshop
program chairs for more information.
Important websites:
- Resilience 2017 Website: <http://www.csm.ornl.gov/srt/conferences/Resilience/2017>
- Resilience 2017 Submissions: <https://easychair.org/conferences/?conf=europar2017workshops>
- Euro-Par 2017 website: <http://europar2017.usc.es>
Topics of interest include, but are not limited to:
- Theoretical foundations for resilience:
- Metrics and measurement
- Statistics and optimization
- Simulation and emulation
- Formal methods
- Efficiency modeling and uncertainty quantification
- Fault detection and prediction:
- Statistical analyses
- Machine learning
- Anomaly detection
- Data and information collection
- Visualization
- Monitoring and control for resilience:
- Platform and application monitoring
- Response and recovery
- RAS theory and performability
- Application and platform knobs
- Tunable fidelity and quality of service
- End-to-end data integrity:
- Fault tolerant design
- Degraded modes
- Forward migration and verification
- Fault injection
- Soft errors
- Silent data corruption
- Enabling infrastructure for resilience:
- RAS systems
- System software and middleware
- Programming models
- Tools
- Next-generation architectures
- Resilient solvers and algorithm-based fault tolerance:
- Algorithmic detection and correction of hard and soft faults
- Resilient algorithms
- Fault tolerant numerical methods
- Robust iterative algorithms
- Scalability of resilient solvers and algorithm-based fault tolerance
Important Dates:
- Workshop papers due: May 5, 2017
- Workshop author notification: June 16, 2017
- Workshop early registration: TBD
- Workshop paper (for informal workshop proceedings): July 21, 2017
- Workshop camera-ready papers: October 3, 2017
General Co-Chairs:
- Stephen L. Scott
Senior Research Scientist - Systems Research Team
Tennessee Tech University and Oak Ridge National Laboratory, USA
scottsl(a)ornl.gov
- Chokchai (Box) Leangsuksun,
SWEPCO Endowed Associate Professor of Computer Science
Louisiana Tech University, USA
box(a)latech.edu
Program Co-Chairs:
- Patrick G. Bridges
University of New Mexico, USA
bridges(a)cs.unm.edu
- Christian Engelmann
Oak Ridge National Laboratory , USA
engelmannc(a)ornl.gov
Program Committee:
- Ferrol Aderholdt, Oak Ridge National Laboratory, USA
- Dorian Arnold, University of New Mexico, USA
- Rizwan Ashraf, Oak Ridge National Laboratory, USA
- Wesley Bland, Intel Corporation, USA
- Hans-Joachim Bungartz, Technical University of Munich, Germany
- Franck Cappello, Argonne National Laboratory and
University of Illinois at Urbana-Champaign, USA
- Marc Casas, Barcelona Supercomputer Center, Spain
- Zizhong Chen, University of California at Riverside, USA
- Robert Clay, Sandia National Laboratories, USA
- Miguel Correia, Universidade de Lisboa, Portugal
- Nathan DeBardeleben, Los Alamos National Laboratory, USA
- James Elliott, Sandia National Laboratories, USA
- Kurt Ferreira, Sandia National Laboratories, USA
- Michael Heroux, Sandia National Laboratories, USA
- Saurabh Hukerikar, Oak Ridge National Laboratory, USA
- Dieter Kranzlmueller, Ludwig-Maximilians University of Munich, Germany
- Sriram Krishnamoorthy, Pacific Northwest National Laboratory, USA
- Ignacio Laguna, Lawrence Livermore National Laboratory, USA
- Scott Levy, University of New Mexico, USA
- Kathryn Mohror, Lawrence Livermore National Laboratory, USA
- Christine Morin, INRIA Rennes, France
- Dirk Pflueger, University of Stuttgart, Germany
- Nageswara Rao, Oak Ridge National Laboratory, USA
- Alexander Reinefeld, Zuse Institute Berlin, Germany
- Rolf Riesen, Intel Corporation, USA
- Yves Robert, ENS Lyon, France
- Thomas Ropars, Universite Grenoble Alpes, France
- Martin Schulz, Lawrence Livermore National Laboratory, USA
- Keita Teranishi, Sandia National Laboratories, USA
--
Christian Engelmann, Ph.D.
R&D Staff Scientist
Computer Science Research Group
Computer Science and Mathematics Division
Oak Ridge National Laboratory
Mail: P.O. Box 2008, Oak Ridge, TN 37831-6173, USA
Phone: +1 (865) 574-3132 / Fax: +1 (865) 576-5491
e-Mail: engelmannc(a)ornl.gov / Home: www.christian-engelmann.info
I apologize for any cross-posting of this announcement.
========================================================================================
Int. Workshop on High Performance Computing Systems for Bioinformatics and Life Sciences
(BILIS 2017)
http://hpcs2017.cisedu.info/conference/workshops---hpcs2017/workshop17-bilis
July 17 – July 21, 2017
Genoa, Italy
held in conjunction with
International Conference on High Performance Computing & Simulation (HPCS 2017)
http://hpcs17.cisedu.info/
========================================================================================
* * * CALL FOR PAPERS * * *
EXTENDED Submission Deadline: April 15, 2017
Submissions could be for full papers, short papers, poster papers, or posters
========================================================================================
IMPORTANT DATES
Paper Submissions: --------------------------------- April 15, 2017 - Extended
Acceptance Notification: --------------------------- April 28, 2017
Camera Ready Papers and Registration Due by: ------- May 11, 2017
Conference Dates: --------------------------------- July 17 – 21, 2017
========================================================================================
SCOPE AND OBJECTIVES
Incorporating new advancements of Information Technology (IT) in general and High Performance Computing (HPC) in particular in the domain of Life Sciences and Biomedical Research continues to receive tremendous attention of researchers, biomedical institutions and the rest of the biomedical community. Although medical instruments have benefited a great deal from the technological advances of the couple of decades, the impact of integrating IT advancements in addressing critical problems in biomedical research remains limited and the process of penetrating IT tools in the medical profession continues to be a very challenging problem. For example, the use of electronic medical records and Hospital Information Systems in improving health care remains fragmented. Similarly, the use of advanced computational tools seamlessly in the biomedical research cycle continues to be minimal.
Due to the computational intensive problems in life sciences, the marriage between the Bioinformatics domain and high performance computing is critical to the advancement of Biosciences. In addition, the problems in this domain tend to be highly parallelizable and deal with large datasets, hence using HPC is a natural fit. The Bioinformatics domain is rich in applications that require extracting useful information from very large and continuously growing sequence of databases. Most methods used for analyzing DNA/Protein sequences are known to be computationally intensive, providing motivation for the use of powerful computational systems with high throughput characteristics.
Moreover, high-throughput wet lab platforms such as next generation sequencing, microarray and mass spectrometry, are producing a huge amount of experimental "omics" data. The increasing availability of omics data poses new challenges to bioinformatics applications that need to face in a semi-automatic way an overwhelming availability of raw data. Main challenges regard: 1) the efficient storage, retrieval and integration of experimental data; 2) their efficient and high-throughput preprocessing and analysis; 3) the building of reproducible "in silico" experiments; 4) the integration of analysis results with pre-existing knowledge usually stored into ontologies.
As the storage, preprocessing and analysis of raw experimental data is becoming the main bottleneck of the analysis pipeline, parallel computing is playing an important role in all steps of the life sciences research pipeline, from raw data management and processing, to data integration and analysis, and to data exploration and visualization. Moreover, Cloud Computing is becoming the key technology to hide the complexity of computing infrastructures, to reduce the cost of the data analysis task, and especially to change the overall business model of biomedical research and health provision.
Considering the complex analysis pipeline of the biomedical research, the bottleneck is more and more moving toward the storage, integration, and analysis of experimental data, as well as their correlation and integration with publicly available data banks In such a scenario, large-scale distributed databases and parallel bioinformatics tools are key tools for organizing and exploring biological and biomedical data with the aim to discover new knowledge in biology and medicine.
In the current Information age, further progress of Medical Sciences requires successful integration with Computational and Information Sciences. The workshop attempts to attract innovative ways of how such integration can be achieved via Bioinformatics and Biomedical Informatics research, particularly in taking advantage of the new advancements in HPC systems. The focus of data analysis and data mining tools in biomedical research highlights the current state of research in the key biomedical research areas such as bioinformatics, medical informatics and biomedical imaging. Addressing performance concerns in managing and accessing medical data, while facilitating the ability to integrate and correlate different biomedical databases remains an outstanding problem in biomedical research. The amount of available biomedical data continues to grow in an exponential rate; however, the impact of utilizing such resources remains minimal. The development of innovative tools in HPC environments to integrate, analyze and mine such data sources is a key step towards achieving large impact levels.
The workshop focuses on topics related to the utilization of HPC systems and new models of parallel computing and cloud computing in problems related to Biomedical Informatics and Life Sciences, along with the use of data integration and data mining tools to support biomedical research and Health Care.
The BILIS Workshop topics include (but are not limited to) the following:
HPC for the Analysis of Biological Data
Bioinformatics Tools for Health Care
Parallel Algorithms for Bioinformatics Applications
Ontologies in Biology and Medicine
Integration and Analysis of Molecular and Clinical Data
Parallel Bioinformatics Algorithms
Algorithms and Tools for Biomedical Imaging and Medical Signal Processing
Energy Aware Scheduling Techniques for Large Scale Biomedical Applications
HPC for analyzing Biological Networks
Next Generation Sequencing and Advanced Tools for DNA Assembly
HPC for Gene, Protein/RNA Analysis and Structure Prediction
Identification of Biomarkers
Biomedical Visualization Tools
Efficient Clustering and Classification Algorithms
Correlation Networks in Biomedical Research
Data Mining Techniques in Biomedical Applications
Heterogeneous Data Integration
HPC systems for Ontology and Database Integration
Pattern Recognition and Search Tools in Biological and Clinical Databases
Ubiquitous Medical Knowledge Discovery and Exchange
HPC for Monitoring and Treatment Facilities
Drug Design and Modeling
Computer Assisted Surgery and Medical Procedures
Remote Patient Monitoring, Homecare Applications
Mobile and Wireless Healthcare and Biomedical Applications
Cloud Computing for Bioinformatics, Medicine, and Health Systems
INSTRUCTIONS FOR PAPER SUBMISSIONS
You are invited to submit original and unpublished research works on above and other topics related to HPC for Bioinformatics, Healthcare and Life Sciences. Submitted papers must not have been published or simultaneously submitted elsewhere. For Regular papers, please submit a PDF copy of your full manuscript, not to exceed 8 double-column formatted pages per template, and include up to 6 keywords and an abstract of no more than 400 words. Additional pages will be charged additional fee. Submission should include a cover page with authors' names, affiliation addresses, fax numbers, phone numbers, and all authors email addresses. Please, indicate clearly the corresponding author(s) although all authors are equally responsible for the manuscript. Short papers (up to 4 pages), poster papers and posters (please refer to http://hpcs2017.cisedu.info/1-call-for-papers-and-participation/call-for-po… for posters submission details) will also be considered. Please specify the type of submission you have. Please include page numbers on all preliminary submissions to make it easier for reviewers to provide helpful comments.
Submit a PDF copy of your full manuscript to the workshop organizers via email as attachments to Hesham Ali: hali(a)unomaha.edu, Mario Cannataro: cannataro(a)unicz.it. Acknowledgement will be sent within 48 hours of submission.
Only PDF files will be accepted, uploaded to the submission link above. Each paper will receive a minimum of three reviews. Papers will be selected based on their originality, relevance, significance, technical clarity and presentation, language, and references. Submission implies the willingness of at least one of the authors to register and present the paper, if accepted. At least one of the authors of each accepted paper will have to register and attend the HPCS 2017 conference to present the paper at the workshop.
PROCEEDINGS
Accepted papers will be published in the Conference proceedings. Instructions for final manuscript format and requirements will be posted on the HPCS 2017 Conference web site. It is our intent to have the proceedings formally published in hard and soft copies and be available at the time of the conference. The proceedings is projected to be included in the IEEE or ACM Digital Library and indexed in all major indexing services accordingly.
SPECIAL ISSUE
Plans are underway to have the best papers, in extended version, selected for possible publication in a journal as special issue. Detailed information will soon be announced and will be made available on the conference website.
If you have any questions about paper submission or the workshop, please contact the workshop organizers.
IMPORTANT DATES
Paper Submissions: ------------------------------------ April 15, 2017 - Extended
Acceptance Notification: ------------------------------ April 28, 2017
Camera Ready Papers and Registration Due by: ---------- May 11, 2017
Conference Dates: ------------------------------------ July 17 – 21, 2017
WORKSHOP ORGANIZERS
Prof. Hesham H. Ali
Department of Computer Science
College of Information Science and Technology
University of Nebraska at Omaha
Omaha, NE 68182 USA
Email: hesham(a)unomaha.edu
Prof. Mario Cannataro
Department of Medical and Surgical Sciences
University "Magna Græcia" of Catanzaro
Viale Europa (Località Germaneto)
88100 Catanzaro, Italy
Email: cannataro(a)unicz.it
HighPer 2018: early registration March 30*To be removed from our mailing list, please respond to this message with UNSUBSCRIBE in the subject line*
*****************************************************************************
INTERNATIONAL SPRING SCHOOL ON HIGH PERFORMANCE COMPUTING
HighPer 2018
San Sebastián / Donostia, Spain
April 23-27, 2018
Organized by:
Materials Physics Center (CSIC-UPV/EHU),
Donostia International Physics Center (DIPC),
and
Rovira i Virgili University
http://grammars.grlmc.com/HighPer2018/
*****************************************************************************
--- Early registration deadline: March 30, 2018 ---
*****************************************************************************
SCOPE:
HighPer 2018 will be a research training event with a global scope aiming at updating participants about the most recent advances in the critical and fast developing area of high performance computing, which covers a large spectrum of current exciting research and industrial innovation with an extraordinary potential for a huge impact on scientific discoveries, medicine, engineering, business models, and society itself. Renowned academics and industry pioneers will lecture and share their views with the audience.
Most subareas of high performance computing will be displayed, from foundations, infrastructure and management to applications. Major challenges in the field will be identified through 1 keynote lecture, 19 five-hour and fifteen-minute courses, and 1 round table, which will tackle the most active and promising topics. The organizers are convinced that outstanding speakers will attract the brightest and most motivated students. Interaction will be a main component of the event.
An open session will give participants the opportunity to present their own work in progress in 5 minutes. Moreover, there will be two special sessions with industrial and recruitment profiles.
ADDRESSED TO:
Master students, PhD students, postdocs, and industry practitioners will be typical profiles of participants. However, there are no formal pre-requisites for attendance in terms of academic degrees. Since there will be a variety of levels, specific knowledge background may be assumed for some of the courses. Overall, HighPer 2018 is addressed to students, researchers and practitioners who want to keep themselves updated about recent developments and future trends. All will surely find it fruitful to listen and discuss with major researchers, industry leaders and innovators.
STRUCTURE:
3 courses will run in parallel during the whole event. Participants will be able to freely choose the courses they wish to attend as well as to move from one to another.
VENUE:
HighPer 2018 will take place in San Sebastián, a famous touristic coastal city in the Basque Country which was European Capital of Culture 2016. The venue will be:
Centro Ignacio María Barriola
Universidad del País Vasco / Euskal Herriko Unibertsitatea
Campus de Gipuzkoa
Plaza Elhuyar, 1
20018 San Sebastián / Donostia
Spain
KEYNOTE SPEAKER:
Tony Hey (Rutherford Appleton Laboratory, UK Science and Technology Facilities Council), Big Scientific Data and Data Science
PROFESSORS AND COURSES:
Srinivas Aluru (Georgia Institute of Technology), [intermediate] High Performance Computational Biology
David A. Bader (Georgia Institute of Technology), [introductory/intermediate] Massive-scale Graph Analytics
Ümit V. Çatalyürek (Georgia Institute of Technology), [introductory/intermediate] HPC Graph Analytics
Alan Edelman (Massachusetts Institute of Technology), [introductory] Julia, with an Introduction to Performance and Machine Learning
Richard Fujimoto (Georgia Institute of Technology), [intermediate] Parallel Discrete Event Simulation
Timothy C. Germann (Los Alamos National Laboratory), [intermediate] HPC Frontiers in Computational Materials Science and Engineering
Lennart Johnsson (University of Houston), [introductory/intermediate] Energy Efficient Computing
Alfio Lazzaro (University of Zurich), [introductory/intermediate] Code Performance Optimizations
Andrew Lumsdaine (Pacific Northwest National Laboratory), [intermediate/advanced] Modern C++ for High-performance Computing
Madhav Marathe (Virginia Polytechnic Institute and State University), [introductory/advanced] Massively Interacting Bio-social Systems: Pervasive, Personalized and Precision Analytics
Frank Mueller (North Carolina State University), [introductory/intermediate] How to Parallelize Your Code: Taking Stencils from OpenMP to MPI, CUDA and TensorFlow
Adrian Sandu (Virginia Polytechnic Institute and State University), [introductory/intermediate] Revealing Parallelism: How to Decompose your Problem into Concurrent Tasks
Vivek Sarkar (Georgia Institute of Technology), [introductory] Fundamentals of Parallel, Concurrent, and Distributed Programming
Marc Snir (University of Illinois at Urbana-Champaign), [introductory] Programming Models and Run-times for High-Performance Computing
Josep Torrellas (University of Illinois at Urbana-Champaign), [intermediate/advanced] Parallel Computer Architecture Concepts
Todd J. Treangen (University of Maryland, College Park), [intermediate] Metagenomic Assembly and Validation
Elena Vataga (University of Southampton), [introductory] Hands-on Introduction to HPC for Life Scientists
Uzi Vishkin (University of Maryland, College Park), [introductory/intermediate] Parallel Algorithmic Thinking and How It Has Been Affecting Architecture
David Walker (Cardiff University), [intermediate] Parallel Programming with OpenMP, MPI, and CUDA
OPEN SESSION
An open session will collect 5-minute voluntary presentations of work in progress by participants. They should submit a half-page abstract containing title, authors, and summary of the research to david.silva409 (at) yahoo.com by April 16, 2018.
INDUSTRIAL SESSION:
A session will be devoted to 10-minute demonstrations of practical applications of high performance computing in industry. Companies interested in contributing are welcome to submit a 1-page abstract containing the program of the demonstration and the logistics needed. At least one of the people participating in the demonstration should have registered for the event. Expressions of interest have to be submitted to david.silva409 (at) yahoo.com by April 16, 2018.
EMPLOYER SESSION:
Firms searching for personnel well skilled in high performance computing will have a space reserved for one-to-one contacts. At least one of the people in charge of the search should have registered for the event. Expressions of interest have to be submitted to david.silva409 (at) yahoo.com by April 16, 2018.
ORGANIZING COMMITTEE:
Íñigo Aldazabal Mensa (co-chair)
Carlos Martín-Vide (co-chair)
Manuel J. Parra-Royón
Txomin Romero Asturiano (co-chair)
David Silva
REGISTRATION:
It has to be done at
http://grammars.grlmc.com/HighPer2018/registration.php
The selection of up to 8 courses requested in the registration template is only tentative and non-binding. For logistic reasons, it will be helpful to have an estimation of the respective demand for each course. During the event, participants will be free to attend the courses they wish.
Since the capacity of the venue is limited, registration requests will be processed on a first come first served basis. The registration period will be closed and the on-line registration facility disabled when the capacity of the venue is exhausted. It is highly recommended to register prior to the event.
FEES:
Fees comprise access to all courses and lunches. There are several early registration deadlines. Fees depend on the registration deadline.
ACCOMMODATION:
Suggestions for accommodation are available on the webpage.
CERTIFICATE:
Participants will be delivered a certificate of attendance indicating the number of hours of lectures.
QUESTIONS AND FURTHER INFORMATION:
david.silva409 (at) yahoo.com
ACKNOWLEDGMENTS:
Centro de Física de Materiales (CSIC-UPV/EHU)
Donostia International Physics Center (DIPC)
Universitat Rovira i Virgili
Seventh International Conference on Advances in Computing, Communications
and Informatics (ICACCI-2018)
September 19-22, 2018, Bangalore, India
http://icacci-conference.org/2018/
Technically Co-sponsored by IEEE and IEEE Communications Society
======================================================================
Submission Deadline (Main Tracks and Special Sessions): April 30, 2018
Symposiums have their own submission deadlines! Please refer to the
corresponding web pages for detailed information.
======================================================================
The scope of ICACCI is to provide an international forum for the exchange
of ideas among interested researchers, students, developers, and
practitioners in the areas of computing, communications, and informatics.
Material is presented in a program of technical sessions, panel
discussions, symposiums, tutorials, posters, demos, exhibits, workshops,
doctoral consortium, lightning talks and plenary/keynote talks. The
accepted and presented papers will be published in the conference
proceedings. The proceedings will be submitted to the IEEE Xplore Digital
Library, Scopus, DBLP, Ei Compendex, Web of Science and Google Scholar.
We welcome submissions for ICACCI's technical program in the following
tracks, special sessions and symposiums:
- Communications
- Computing and Informatics
- Special Track on Hybrid Intelligent Models and Applications
- Special Track on Internet of Things (IoT)
Special Sessions:
- Multimedia Security and Forensics
- Advances in Computer Graphics and Visualization
- Big Data Search and Mining
- Energy-Efficient Wireless Communications and Networking
- Mathematical Modeling and Scientific Computing
- Malware Analysis and Forensics in Smart Phones
- Image Analysis and Image Enhancement
- Recent Advances in Adaptive Systems and Signal Processing
- Next-Generation Internet and Communication
Co-affiliated Symposiums:
- Sixth International Symposium on Intelligent Informatics (ISI'18)
- Fifth International Symposium on Computer Vision and the Internet
(VisionNet'18)
- Third Symposium on Advances in Applied Informatics (SAI'18)
- Seventh Symposium on Natural Language Processing (NLP'18)
- Sixth International Symposium on Women in Computing and Informatics
(WCI'18)
- Second Symposium on Recent Advances in Communication Theory, Information
Theory, Antennas and Propagation (CIAP'18)
- Third Symposium on Emerging Topics in Computing and Communications
(SETCAC'18)
- Sixth Symposium on Control, Automation, Industrial Informatics and Smart
Grid (ICAIS'18)
- Symposium on Advances in Artificial Intelligence and Neurotechnologies
(AIN'18)
- Symposium on Internet of Things, Fog Computing and Wireless Location
Technologies (SIFL'18)
- Symposium on Applications of Computational Intelligence and Machine
Learning in Networked Systems (ACMiNS'18)
- Symposium on VLSI Design and Embedded Computing (VDEC'18)
- Symposium on Assistive Technologies for the Differently Abled (ATDA'18)
- Symposium on Bioinformatics and Bioforensics (SBB'18)
- Symposium on Green Networks and Distributed Systems (GNDS'18)
- Symposium on Ensemble Networks and Software Engineering (SENSE'18)
- Symposium on Wireless Sensor Technologies and Applications (WSTA’18)
- Symposium on Signal Processing for Wireless and Multimedia
Communications (SPWMC'18)
- Symposium on Multimedia, Visualization and Human-Computer Interaction
(SMVH'18)
- Workshop on Virtual and Augmented Reality for Autonomous Driving and
Intelligent Vehicles
Authors should submit their papers online via EDAS system (EDAS Link:
http://edas.info/N24343). Further instructions are posted at
http://icacci-conference.org/2018/content/paper-submission-guidelines. All
papers must include title, complete contact information for all authors,
abstract, and keywords on the cover page.
Three categories of submissions are accepted. Regular papers should
present novel perspectives within the general scope of the conference.
Short papers (Work-in-Progress) are an opportunity to present preliminary
or interim results. Posters are intended for ongoing research projects,
concrete realizations, or industrial applications/projects presentations.
The conference only accepts full manuscripts with minimum 3 pages.
Literature reviews/survey papers will only be considered if they present a
new perspective or clearly benefit the field. To be published, such papers
must go beyond a review of the literature to define the field in a new way
or highlight exciting new technologies or areas of research.
Contact: icacci.bangalore(a)gmail.com
[Apologies for multiple copies]
FROM 2018 - First Call for Papers
WORKING FORMAL METHODS SYMPOSIUM (FROM)
http://fmse.info.uaic.ro/event/from-2018/
18 - 20 June 2018
Faculty of Computer Science
Alexandru Ioan Cuza University
Iasi, Romania
Deadline for extended abstract submissions: 29 April 2018
Invited speakers who confirmed: see the web page of the event:
http://fmse.info.uaic.ro/event/from-2018/
Aims and Scope
Formal methods emphasize the use of mathematical techniques and rigour
for developing software and hardware. They can be used to specify,
verify, and analyse systems at any stage in their life cycle:
requirements engineering, modeling, design, architecture,
implementation, testing, maintenance and evolution. This assumes on
one hand the development of adequate mathematical methods and
frameworks and on the other hand the development of tools that help
the user effectively apply these methods/frameworks.
FROM 2018 is organized by the Faculty of Computer Science at the
Alexandru Ioan Cuza University in Iasi, The Research Institute of the
University of Bucharest (ICUB), and the Faculty of Mathematics and
Computer Science at the University of Bucharest. FROM 2018 is the
second event in a a yearly workshop series. The first edition was held
in 2017 in Bucharest (see http://unibuc.ro/~conference/from2017) and
it included sixteen invited talks, delivered by top researchers in
field, and seven contributed talks. Starting with the current edition,
the goal is to increase the weight of the contributed talks.
The Working Formal Methods Symposium (FROM) aims to bring together
researchers and practitioners who work on formal methods by
contributing new theoretical results, methods, techniques, and
frameworks, and/or make the formal methods to work by creating or
using software tools that apply theoretical contributions.
PhD Students are highly encouraged to participate and support for
accommodation might be available upon request.
The program of the symposium will include invited lectures and regular
contributions. Submissions on the general topic of theoretical
computer science, formal methods and applications are solicited.
Areas and formalisms of interest include:
- Category theory in computer science
- Distributed systems and concurrency
- Formal languages and automata theory
- Formal modelling, verification and testing
- Logic in computer science
- Logical frameworks
- Mathematical structures in computer science
- Models of computation
- Semantics of programming languages
- Type systems
Methods of interest include:
- Automated reasoning and model generation
- Automated induction
- Certified programs
- Data-flow and control-flow analysis
- Deductive verification
- Mechanized proofs
- Model checking
- Proof mining
- Symbolic computation
- Term rewriting
Applications of interest include:
- Computational logic
- Computer mathematics
- Knowledge representation, ontology reasoning, deductive databases
- Program analysis
- Verification and synthesis of software and hardware
- Uncertainty reasoning and soft computing
Submissions
Regular contributions will be based on an extended abstract of maximum
4 pages, except references, formatted according to the Springer LNCS
guidelines:
http://www.springer.com/computer/lncs?SGWID=0-164-6-793341-0 The
extended abstracts should be submitted before 29 April 2018, via
EasyChair: https://easychair.org/conferences/?conf=from2018 The
notification of acceptance will be received by 21 May 2018.
Depending on the number and the quality of submissions, we will invite
the authors of selected contributions to submit extended versions to a
special issue of a well-ranked peer-reviewed journal.
MSE@STAF 2018
=======================================================================
CALL FOR PAPERS
3rd International Workshop on Microservices: Science and Engineering - MSE
2018
June 25, 2018
ENSEEIHT – IRIT, Toulouse Cedex - France
http://mse-staf18.fbk.eu/
=======================================================================
AIMS AND MOTIVATION
This workshop aims at bringing together contributions by scientists and
practitioners to shed light on the development of scientific concepts,
technologies, engineering techniques and tools for a service-based society.
In particular, the focus is on Microservices, i.e., the use of services
beyond the traditional cross-organizational B2B approach and the
implementation of the model inside of applications, scaling in the small
the concepts previously seen in the large. In Microservices, each component
of a software is a service with the related issues of scalability and
distribution of responsibility.
Topics of interest include (but not limited to):
- Design and implementation of Service-oriented Architectures and
Microservices
- Software engineering techniques for Microservices
- Requirements Engineering for Microservices
- Model-Driven Engineering for Microservices
- Security in Microservices
- Formal models and analyses of Microservice systems
- Validation and Verification techniques for Microservices
- Coordination models for Microservices
- Empirical studies on services and Microservices
- Programming languages for Microservices
- Static analysis of Microservices
- Testing of Microservice systems
- Migration to Microservices
- Adaptation and Evolution of Microservices
SCOPE
This workshop constitutes a forum for scientists and engineers in academia
and industry to present and discuss their latest ongoing research as well
as radical new research directions that represent challenging innovations,
which can advance the status quo and the understanding in the Microservices
area and its applications, in particular in the IoT and IoS where the
scaling in the small approach is of major importance. We believe that STAF
attendees might be interested in attending this workshop because of the
relevance of its themes and goals to the Software Engineering (SE) and
Formal Methods (FM). Also, industry partners and mobile developers are
particularly welcome, thanks to their more practical approach, hopefully
bringing some real scenario examples.
IMPORTANT DATES
Abstract submission: April 16, 2018
Workshop paper submission: April 23, 2018
Workshop paper notification: May 25, 2018
Workshop: June 25, 2018
INTENDED PAPER FORMAT
The workshop welcomes research papers, experience papers and tool
presentations; nevertheless, papers describing novel research contributions
and innovative applications are of particular interest. Contributions can
be:
* Regular papers (maximum 15 pages): In this category fall those
contributions which propose novel research contributions, address
challenging problems with innovative ideas, or offer practical
contributions in the application of FM and SE approaches for building
future applications in the field of Microservices. Regular papers should
clearly describe the situation or problem tackled, the relevant state of
the art, the position or solution suggested and the potential benefits of
the contribution.
* Short papers (maximum 8 pages): This category includes tool
demonstrations, position papers, industrial experiences and case-studies,
well-pondered and sufficiently documented visionary papers. Authors of
papers reporting industrial experiences are strongly encouraged to make
their experimental results available for use by reviewers. Similarly,
case-study papers should describe significant case-studies and the complete
development should be made available for use by reviewers. Tool
demonstration papers should explain enhancements made in comparison to
previously published work. Authors of demonstration papers should make
their tool available for use by reviewers.
SUBMISSION INSTRUCTIONS and REVIEW CRITERIA
We seek for both regular and short papers. Papers will be submitted as PDF
files, using the SPRINGER LNCS proceedings format (see
http://www.springer.com/computer/lncs?SGWID=0-164-6-793341-0), with a page
limit of 15 pages. Short paper should be limited to 8 pages.
Accepted papers of the MSE workshop will be published in a LNCS
post-proceedings edited by the STAF Workshop co-chairs.
You can submit the paper through EasyChair using this link:
https://easychair.org/conferences/?conf=mse20180
WORKSHOP ORGANIZERS
Antonio Bucchiarone (Fondazione Bruno Kessler, Trento, Italy) –
bucchiarone(a)fbk.eu
Sophie Ebersold (IRIT, Université de Toulouse, Toulouse, France)
Florian Galinier (IRIT, Université de Toulouse, Toulouse, France)
PROGRAM COMMITTEE
Luciano Baresi, Politecnico di Milano, Italy
Carlo Bellettini, University of Milan, Italy
Marcello M. Bersani, Politecnico di Milano, Italy
Matteo Camilli, University of Milan, Italy
Martina De Sanctis, Fondazione Bruno Kessler, Trento, Italy
Nicola Dragoni, Technical University of Denmark and Örebro University,
Sweden
Schahram Dustdar, TU Wien, Austria
Madalina Erascu, West University of Timisoara, Romania
Luca Ferrucci, ISTI-CNR, Italy
Martin Garriga, Universidad Nacional del Comahue, Argentina
Silvio Ghilardi, University of Milan, Italy
Holger Giese, HPI, Germany
Md. Ariful Islam, Carnegie Mellon University, Pennsylvania, USA
Cruz-Filipe Luis University of Southern Denmark, Denmark
Manuel Mazzara, Innopolis University, Russia
Marina Mongiello, Politecnico di Bari, Italy
Fabrizio Montesi, University of Southern Denmark, Denmark
Sébastien Mosser, University of Nice, France
Cesare Pautasso, University of Lugano, Switzerland
Alfonso Pierantonio, University of L’Aquila, Italy
Larisa Safina, Innopolis University, Russia
Michael Sheng, Macquarie University, Sydney, Australia.
Angelo Spognardi, Technical University of Denmark, Denmark
Sung-Shik T. Q. Jongmans Open University of the Netherlands, The Netherlands
Marisol Garcia-Valls, Universidad Carlos III de Madrid, Spain
Manuel Wimmer, TU Wien, Austria
--
--
Le informazioni contenute nella presente comunicazione sono di natura privata
e come tali sono da considerarsi riservate ed indirizzate esclusivamente ai
destinatari indicati e per le finalità strettamente legate al relativo
contenuto. Se avete ricevuto questo messaggio per errore, vi preghiamo di
eliminarlo e di inviare una comunicazione all’indirizzo e-mail del mittente.
--
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. If you received this in error, please contact the sender and
delete the material.
IEEE iSES 2018 - DEADLINE: July 20, 2018
4th IEEE INTERNATIONAL SYMPOSIUM ON SMART ELECTRONIC SYSTEMS
December 17-19, 2018, Hyderabad, India
(Formerly IEEE International Symposium on Nanoelectronic and Information Systems (iNIS))
(http://www.ieee-ises.org)
The primary objective of IEEE-iSES 2018 is to provide a platform for both hardware and software researchers to
interact under one umbrella for further development of smart electronic systems. Efficient and secure data sensing,
storage, and processing play pivotal roles in current information age.
The state-of-the-art smart electronic systems cater to the needs of efficient sensing,
storage, and computing. At the same time, efficient algorithms and software used for faster analysis and
retrieval of desired information are becoming increasingly important. Big data which are large, complex data sets,
are now a part of the Internet world. Storing and processing needs of the enormous amount of structured and
unstructured data are getting increasingly challenging. At the same time, Internet of Things (IoT) and
cyber-physical systems (CPS) have been evolving with simultaneous development of hardware and software and
span across everyday consumer electronics. The performance and efficiency of the present as well as the
future generations of computing and information processing systems are largely dependent upon advances
in both hardware and software.
iSES 2018 is sponsored by IEEE-CS under TCVLSI. iSES has been initiated as a sponsored
meeting of Technical Committee on VLSI, IEEE-CS (http://www.ieee-tcvlsi.org/)
that endorses a league of successful meetings such as ASAP, ISVLSI, ARITH, etc.,
which are now presented as "Sister Conferences" in the iSES website.
iSES brings together leading scientists and researchers from academia and industry.
Contributions are sought in (but are not limited to) the following areas:
(1) Nanoelectronic VLSI and Sensor Systems (NVS)
(2) Energy-Efficient, Reliable VLSI Systems (ERS)
(3) Hardware/Software for Internet of Things (IOT) and Consumer Electronics (CE)
(4) Hardware for Secure Information Processing (SIP)
(5) Hardware/Software Solutions for Big Data (SBD)
(6) Cyber Physical Systems and Social Networks (CSN)
Detailed description of the tracks is provided in theISESwebsite.
iNIS 2018 proceedings will be published by IEEE-CS conference
publication services (CPS). Authors are invited to submit full-length
(6 pages maximum), original, unpublished research papers with an abstract
(200 words maximum). Papers violating length would be excluded from the review process.
Previously published papers or papers currently under review for other conferences/journals
should not be submitted and will not be considered for publication.
Authors should submit their original work of maximum 6 pages using
double-column IEEE-CS conference format-template
(http://www.ieee.org/conferences_events/conferences/publishing/templates.html).
A selected papers from iSES 2018 program will be invited for submission
to a peer-reviewed journal special issue based on reviewer feedback and
quality of conference presentation.
Paper Submission Site:
https://easychair.org/conferences/?conf=ises2018
Important dates of iSES2018 are the following:
----------------------------------------------
----------------------------------------------
Submission Deadline: July 20, 2018
Acceptance Notification: September 15, 2018
Submission of Final Version: October 10, 2018
Special Sessions and Panels (SSP): iSES 2018 will consider proposals for
special sessions as well as panels. Special session and panel proposals/papers
can be submitted to "Special Sessions and Panels" track at the online submission link.
The submission deadline is the same as specified for the regular paper submissions.
All accepted special session papers will be published in the conference proceedings.
Student Research Forum (SRF): iSES 2018 will host a student research
forum. Authors should submit their original unpublished work of
maximum 4 pages using IEEE-CS double-column conference format-template.
Manuscripts in PDF format with author information (optional)
should be submitted to the "Student Research Forum" track
at the online submission link. The submission deadline is the
same as specified for the regular paper submissions.
All the accepted student research symposium papers will be
published in the conference proceedings.
Award Information: 3 student travel awards of $250 each for travel to iSES 2018.
In addition, $150 for the best paper award. Following is the summary:
(1) 3 TCVLSI Student Travel Award ($250 each)
(2) 1 TCVLSI Best Paper Award ($150 each)
---------------------------------------------------------------------
General Chairs:
------------
M.B Srinivas, BML Munjal University, India
Sudeep Pasricha, Colorado State University, USA
Program Chairs:
------------
Himanshu Thapliyal, University of Kentucky, USA
Marina Gavrilova, University of Calgary, Canada
P.V. Anand Mohan, CDAC, India
Publication Chair:
------------
Karthikeyan Lingasubramanian, University of Alabama at Birmingham, USA
Saurabh Kotiyal, Synopsys, Inc., USA
Web Chair:
------------
Dhruva Ghai, Oriental University, India
Publicity Chairs:
------------
Wei Zhang, HKUST, Hong Kong
Kamalakanta Mahapatra, NIT Rourkela, India
Neha Yadav, BML Munjal University, India
Brij Gupta, NIT Kurukshetra, India
Alak Majumdar, NIT Arunachal Pradesh, India
Local Arrangement Chair:
------------
Dibakar RoyChowdary, Mahindra Ecole, India
Special Session Chairs:
------------
Saket Srivastava, University of Lincoln, UK
Anirban Sengupta, IIT Indore, India
K. Subbarangaiah, Veda IIT, India
Student Research Forum Chairs:
------------
Binsu Kailath, IIITDM Kancheepuram, India
V S Kanchana Bhaaskaran, VIT University, India
Manish Goswami, IIIT Allahabad, India
Finance Chair:
------------
Bhargav Rajaram, Mahindra Ecole, India
Registration Chair:
------------
Dibakar RoyChowdary, Mahindra Ecole, India
Industry Liaison Chair:
------------
Rajnish Bajpai, Synopsys, Inc., USA
Aditya Ramamurthy, Service Now, India
Himabindu, Wipro, India
Steering Committee:
-----------
Saraju P. Mohanty, University of North Texas, USA, Chair
Dhruva Ghai, Oriental University, India, Vice Chair
Aida Todri-Sanial, CNRS-LIRMM, France
Ashok Srivastava, Louisiana State University, USA
Hai (Helen) Li, University of Pittsburgh, USA
Himanshu Thapliyal, University of Kentucky, USA
Jia Di, University of Arkansas, USA
Nabanita Das, Indian Statistical Institute, India
Prasun Ghosal, IIEST, Shibpur, India
Sudeep Pasricha, Colorado State University, USA
Xin Li, Carnegie Mellon University, USA
Dear all,
A postdoc position “Harmonisation of Behavioural Dynamics of Quasi-Independent Agents of Limited Information” at Aston University, UK.
A three-year postdoctoral position with competitive salary is available in the Systems Analytics Research Institute (SARI) within the School of Engineering and Applied Science at Aston University. The potential candidate has to be skilled, enthusiastic, motivated and dynamic, have a strong mathematical background, and has excellent interpersonal skills to work on an innovative research project funded by the Leverhulme Trust.
For further information and how to apply please follow the following link
https://jobs.aston.ac.uk/Vacancy.aspx?ref=R180111
Best regards,
Randa
SARI research institute, Aston University, Birmingham, Uk
WPDM 2018
The Second International Workshop on Parallel and Distributed Data Mining (WPDM 2018)
http://sara.unisalento.it/~cafaro/WPDM2018/
CALL FOR PAPERS
As part of The 18th International Conference on Computational Science and Its Applications (ICCSA 2018), http://www.iccsa.org
July 2 - 5 2018, Melbourne, Australia
Submission Deadline: April 9, 2018
SPECIAL ISSUE
Selected extended versions of workshop papers will be invited to a Special Issue to appear in the Algorithms journal (see http://www.mdpi.com/journal/algorithms/special_issues/Parallel_Distributed_…)
SCOPE AND OBJECTIVES
The Workshop on Parallel and Distributed Data Mining is an international forum which brings together researchers and practitioners working on different high-performance aspects of data mining algorithms, enabling novel applications. Data mining techniques and algorithms to process huge amount of data in order to extract useful and interesting information have become popular in many different contexts. Algorithms are required to make sense of data automatically and in efficient ways. Nonetheless, even though sequential computer systems performance is improving, they are not suitable to keep up with the increase in the demand for data mining applications and the data size. Moreover, the main memory of sequential systems may not be enough to hold all the data related to current applications. Therefore, there is an increasing interest in the design and implementation of parallel data mining algorithms. On parallel computers, by exploiting the vast aggregate main memory and processing power of processors and accelerators, parallel algorithms can easily address both the running time and memory requirement issues. Anyway, parallelizing existing algorithms in order to achieve good performance and scalability with regard to massive datasets is not trivial. Indeed, it is of paramount importance a good data organization and decomposition strategy in order to balance the workload while minimizing data dependences. Another concern is related to minimizing synchronization and communication overhead. Finally, I/O costs should be minimized as well. The Workshop will allow exchanging ideas and results related to on-going research, focusing on high-performance aspects of data mining algorithms and applications. Creating breakthrough parallel algorithms for high-performance data mining applications requires addressing several key computing problems which may lead to novel solutions and new insights in interdisciplinary applications. The focus of the workshop is on all forms of advances in high-performance data mining algorithms and applications, and related topics.
The WPDM Workshop topics include (but are not limited to) the following:
- Parallel data mining algorithms using MPI and/or OpenMP
- Parallel data mining algorithms targeting GPUs and many-cores accelerators
- Parallel data mining applications exploiting FPGA
- Distributed data mining algorithms
- Benchmarking and performance studies of high-performance data mining applications
- Novel programming paradigms to support high-performance computing for data mining
- Performance models for high-performance data mining applications and middleware
- Programming models, tools, and environments for high-performance computing in data mining
- Caching, streaming, pipelining, and other optimization techniques for data management in high-performance computing for data mining
INSTRUCTIONS FOR PAPER SUBMISSIONS
You are invited to submit original and unpublished research works on above topics. Submitted papers must not have been published or simultaneously submitted elsewhere. The submitted paper must be between 10 to 16 pages long and formatted according to the Springer LNCS (Lecture Notes in Computer Science) rules, Guidelines and templates can be found at the url http://www.springer.com/it/computer-science/lncs/conference-proceedings-gui…
To submit a paper, please connect to the Submission site from the link available at the ICCSA 2018 web site: http://ess.iccsa.org.
Only papers submitted through the electronic system and strictly adhering to the relevant format will be considered for reviewing and publication. Please pay attention, when submitting your contribution to the workshop, to select the right entry in the listbox shown in the submission form.
CONFERENCE POLICY
By submitting the paper to ICCSA conference, all authors agree to abide by all ICCSA conference paper submission, publication and presentation policies. Namely, authors confirm that the work is original, has not appeared in literature in any form in the past and will not be submitted to any other venue concurrently with ICCSA submission or until it appears in ICCSA proceedings (in the case of acceptance). Furthermore, upon paper acceptance, authors agree to transfer copyright on the accepted paper to ICCSA, and one of the authors will register the paper and present the paper at the event. No paper withdrawals can be accepted after Conference pre-registration date or within three months of the actual event, whichever date comes first. Paper withdrawal request can be only accepted in writing through email, letter or fax to conference organizers. The conference has no responsibility for any intentional or accidental misuse, misinterpretation, or failure to follow above rules and conditions and holds no legal, civil or other responsibility for opinions, content or utilization of any methods/algorithms expressed in the Conference Proceedings.
If you have any questions about paper submission or the workshop, please contact the workshop organisers.
IMPORTANT DATES
April 9, 2018: Deadline for paper submission
April 23, 2018: Notification of Acceptance.
May 6, 2018: Early-bird Registration ends.
May 6, 2018: Submission deadline for the final version of the Papers
July 2-5, 2018: ICCSA 2018 Conference
WORKSHOP ORGANIZERS
Massimo Cafaro
University of Salento, Italy
Phone: +39 0832 297371
Fax: +39 0832 297235
Email: massimo.cafaro(a)unisalento.it
Italo Epicoco
University of Salento, Italy
Phone: +39 0832 297235
Fax: +39 0832 297235
Email: italo.epicoco(a)unisalento.it
Marco Pulimeno
University of Salento, Italy
Phone: +39 0832 297371
Fax: +39 0832 297235
Email: marco.pulimeno(a)unisalento.it
Giovanni Aloisio
University of Salento & Euro Mediterranean Center on Climate Change Foundation, Italy
Phone: +39 334 6501704
Fax: +39 0832 297235
Email: giovanni.aloisio(a)unisalento.it
International Program Committee:
All submitted papers will be reviewed by the workshop technical program committee members.
Program Committee formation is pending and will be finalised shortly. Current TPC members:
Gianfranco Bilardi, University of Padova, Italy
Matteo Ceccarello, University of Padova, Italy
Alfredo Cuzzocrea, University of Trieste and ICAR-CNR, Italy
Giuseppe Di Fatta, University of Reading, UK
Ann Gordon-Ross, University of Florida, USA
Giuliano Laccetti, University of Naples, Italy
Pablo Moscato, University of Newcastle, Australia
Mitsunori Ogihara, University of Miami, USA
Takahiko Shintani, University of Electro-Communications, Japan
Domenico Talia, University of Calabria, Italy
Paolo Trunfio, University of Calabria, Italy
Jeffrey D. Ullman, Stanford University, USA
-
************************************************************************************
Massimo Cafaro, Ph.D.
Associate Professor
Dept. of Engineering for Innovation
University of Salento, Lecce, Italy
Via per Monteroni
73100 Lecce, Italy
Voice/Fax +39 0832 297371
Web http://sara.unisalento.it/~cafaro
E-mail massimo.cafaro(a)unisalento.it
cafaro(a)ieee.org
cafaro(a)acm.org
CMCC Foundation
Euro-Mediterranean Center on Climate Change
Via Augusto Imperatore, 16 - 73100 Lecce
massimo.cafaro(a)cmcc.it
************************************************************************************