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
Dear Colleague,
The 18th IEEE International Conference on Cognitive Informatics and Cognitive Computing (ICCI*CC'19) will be held at Polytechnic University of Milan, Italy during July 23-25, 2019 (http://www.ucalgary.ca/icci_cc/iccicc-19). The IEEE ICCI*CC series is a flagship conference of its field sponsored by IEEE CS, SMCS and etc. The theme of ICCI*CC’18 is on Cognitive Learning Systems, Brain-Inspired Systems, and Cognitive Robotics, as well as a Cognitive Arts & Science Track jointly sponsored by WAAS, and a Symbiotic Autonomous System Track jointly sponsored by the IEEE SAS Initiative.
You are welcome to submit a paper to IEEE ICCI*CC'19 or to organize a special session related to the theme of the conference. The Proceedings of ICCI*CC'19 will be published by IEEE CS Press (EI Indexed). A good rate of selected papers from the conference will be recommended to leading international journals and/or IEEE transactions with ISI/EI indexes.
Paper submission site is at https://easychair.org/conferences/?conf=ieeeiccicc2019 . Submission deadline will be on March 1 , 2019. We look forward to having an opportunity to meet you at IEEE ICCI*CC'19.
Sincerely,
IEEE ICCI*CC'19 Co-Chairs
HONORARY CHAIR: Prof. Bernard Widrow (Stanford Univ.) and Prof. Jerome Feldman (UC Berkeley)
GENERAL CO-CHAIRS: Prof. Rodolfo A. Fiorini (PolyU Milan, Italy), Prof. Yingxu Wang (U Calgary, Canada), and Prof. Newton Howard (U Oxford, UK)
PROGRAM CO-CHAIRS: Dr. Garry Jacobs (WAAS, USA) and Prof. Paolo Soda (U. of Rome, Italy)
_______________________________________________
This message was sent to all subscribers of IEEEicci13-L
To unsubscribe, see instructions at:
http://www.ucalgary.ca/it/email/mailman
E-mail: IEEEicci13-L(a)mailman.ucalgary.ca
Homepage: http://mailman.ucalgary.ca/mailman/listinfo/ieeeicci13-l
CALL FOR FULL PAPERS, SHORT PAPERS, POSTER PAPERS, OR POSTERS
-----------------------------------------------------------------------------------------
The Second Special Session on Compiler Architecture, Design and Optimization (CADO 2019)
http://hpcs2019.cisedu.info/2-conference/special-sessions/session04-cado
July 15 – 19, 2019,
Dublin, Ireland
We invite you to submit original, unpublished research works related to compiler architecture,
design and optimization of high performance computing systems to CADO. The topics of interest
include, but are not limited to:
• Compiler abstraction and intermediate representations
• Integration of language features, representations, optimizations, and runtime support for
parallelism
• Auto-parallelization
• Binary translation
• Compiler-support for parallelism mapping, thread extraction, task scheduling, speculation,
transaction, memory management, data distribution and synchronization
• Compiler support for multi-core architectures, GPUs, CGRAs, FPGAs, and accelerators
• Interpretation techniques, including program representation, analysis, and transformation;
• Code generation, optimization, synthesis and verification
• Run-time techniques and just-in-time compilation
• Platforms, tools, debuggers, and profilers
• Domain specific languages and frameworks (machine learning, scientific computing, data science,
...)
• Domain specific techniques (e.g., mobile environments, embedded systems, ...)
• Distributed computing and communication avoiding algorithms
Important dates:
----------------
Paper submission deadline: ........................... 25 March, 2019 -- Extended
Acceptance notification: ............................. 22 April, 2019
Camera ready papers and registration due by: ......... 10 May, 2019
Conference dates: .................................... 15-19 July, 2019
Proceedings:
------------
Accepted papers will be published in the Conference proceedings. Instructions for final manuscript
format and requirements will be posted on the HPCS 2019 Conference web site. We plan to have the
proceedings formally published in hard and soft copies and be available at the time of the
conference. The proceedings will be submitted to the IEEE Xplore Digital Library (pending) as in
previous years. Selected papers will be further considered for possible publication in special
issues in reputable ranked international journals.
More information (conference policies, paper submission information, program pommittee) is available
on the dedicated web page: http://hpcs2019.cisedu.info/2-conference/special-sessions/session04-cado
Program committee:
------------------
Rosa M. Badia, Barcelona Supercomputing Center, Spain
Denis Barthou, University of Bordeaux, France
Cédric Bastoul, University of Strasbourg, France
Michael Klemm, Intel, Germany
Sriram Krishnamoorthy, Pacific Northwest National Lab, USA
Tze Meng Low, Carnegie Mellon University, USA
Benoît Meister, Reservoir Labs, New York, USA
Louis-Noël Pouchet, Colorado State University, USA
Fabrice Rastello, Inria Grenoble, France
Mahesh Ravishankar, NVIDIA, USA
Erven Rohou, INRIA Rennes, France
P Sadayappan, Ohio State University, USA
Regards,
Philippe Clauss (philippe.clauss(a)inria.fr), INRIA/University of Strasbourg
Aravind Sukumaran-Rajam (sukumaranrajam.1(a)osu.edu), Ohio State University
Organizers of CADO 2019
CALL FOR PAPERS
ARRAY 2019
6th ACM SIGPLAN International Workshop on
Libraries, Languages and Compilers for Array Programming
co-located with PLDI 2019 at ACM FCRC
22nd June 2019, Phoenix, Arizona
https://pldi19.sigplan.org/
ABOUT
Array-oriented programming offers a unique blend of programmer productivity and high-performance parallel execution. As an abstraction, it directly mirrors high-level mathematical constructions commonly used in many fields from natural sciences over engineering to financial modelling. As a language feature, it exposes regular control flow, exhibits structured data dependencies, and lends itself to many types of program analysis. Furthermore, many modern computer architectures, particularly highly parallel architectures such as GPUs and FPGAs, lend themselves to efficiently executing array operations.
This workshop is intended to bring together researchers from many different communities, including language designers, library developers, compiler researchers and practitioners who are using or working on numeric, array-centric aspects of programming languages, libraries and methodologies from all domains: imperative or declarative; object-oriented or functional; interpreted or compiled; strongly typed, weakly typed or untyped.
TOPICS
The ARRAY series of workshops explores:
- formal semantics and design issues of array-oriented languages and libraries;
- productivity and performance in compute-intensive application areas of array programming;
- systematic notation for array programming, including axis- and index-based approaches;
- intermediate languages, virtual machines, and program-transformation techniques for array programs;
- representation of and automated reasoning about mathematical structure, such as static and dynamic sparsity, low-rank patterns, and hierarchies of these, with connections to applications such as graph processing, HPC, tensor computation and deep learning;
- interfaces between array- and non-array code, including approaches for embedding array programs in general-purpose programming languages; and
- efficient mapping of array programs, through compilers, libraries, and code generators, onto execution platforms, targeting multi-cores, SIMD devices, GPUs, distributed systems, and FPGA hardware, by fully automatic and user-assisted means.
Array programming is at home in many communities, including language design, library development, optimization, scientific computing, and across many existing language communities. ARRAY is intended as a forum where these communities can exchange ideas on the construction of computational tools for manipulating arrays.
IMPORTANT DATES
Paper submissions: 8th April, 2019 (anywhere on earth)
Notification of authors: 27th April, 2019
Camera-ready copies due: 10th May, 2019
Workshop date: 22nd June, 2019
SUBMISSIONS
Submissions are welcome in two categories: full papers and extended abstracts. All submissions should be formatted in conformance with the ACM SIGPLAN proceedings style. Accepted submissions in either category will be presented at the workshop.
Full papers may be up to 12pp, on any topic related to the focus of the workshop. They will be thoroughly reviewed according to the usual criteria of relevance, soundness, novelty, and significance; accepted submissions will be published in the ACM Digital Library.
Extended abstracts may be up to 2pp; they may describe work in progress, tool demonstrations, and summaries of work published in full elsewhere. The focus of the extended abstract should be to explain why the proposed presentation will be of interest to the ARRAY audience. Submissions will be lightly reviewed only for relevance to the workshop, and will not published in the DL.
Whether full papers or extended abstracts, submissions must be in PDF format, printable in black and white on US Letter sized paper. Papers must adhere to the standard SIGPLAN conference format: two columns, nine-point font on a ten-point baseline, with columns 20pc (3.33in) wide and 54pc (9in) tall, with a column gutter of 2pc (0.33in). A suitable document template for LaTeX is available at http://www.sigplan.org/Resources/Author/.
Papers must be submitted using EasyChair: https://easychair.org/conferences/?conf=array2019.
AUTHORS TAKE NOTE: The official publication date of full papers is the date the proceedings are made available in the ACM Digital Library. This date may be up to two weeks prior to the workshop. The official publication date affects the deadline for any patent filings related to published work.
ORGANIZING COMMITTEE
Jeremy Gibbons, University of Oxford, UK (chair)
PROGRAMME COMMITTEE
Paolo Bientinesi, Umeå University, SE
Christophe Dubach, University of Edinburgh, UK
Vinod Grover, NVIDIA, US
Magne Haveraaen, University of Bergen, NO
Troels Henriksen, University of Copenhagen, DK
Tze Meng Low, Carnegie-Mellon University, US
Hidehiko Masuhara, Tokyo Institute of Technology, JP
Trevor L. McDonell, Utrecht University, NL
Lenore Mullin, SUNY Albany, US
Tatiana Shpeisman, Google Brain, US
ARRAY 2019 is sponsored by ACM SIGPLAN. Student presenters of accepted submissions are eligible to apply to the SIGPLAN PAC (http://sigplan.org/PAC/) for travel funding.
Jeremy.Gibbons(a)cs.ox.ac.uk
Oxford University Department of Computer Science,
Wolfson Building, Parks Road, Oxford OX1 3QD, UK.
☎ +44 1865 283521
http://www.cs.ox.ac.uk/people/jeremy.gibbons/
Job Posting: Assistant Professor -- Systems and Computer Engineering
(Software) at Carleton University, Ottawa, Canada
The Department of Systems and Computer Engineering invites applications from qualified candidates for a preliminary appointment in Software Engineering at the rank of Assistant Professor, beginning July 1, 2019. The candidate should have an established research record in one or more of the fundamental aspects of software engineering. We invite applicants possessing leadership qualities and strong interpersonal skills, eager to build a strong, externally funded, visible, innovative, and internationally recognized research program.
Please find below the full description of the position. Please note that this position is for the broader field of software, and includes (but is not limited to) areas such as: database systems, web engineering, distributed systems, operating systems, multi-agent systems, cloud computing, software development tools, network software.
https://carleton.ca/provost/2019/assistant-professor-systems-and-computer-e…
The department is also offering numerous funded Postdoctoral and PhD positions in numerous areas, ranging from Software Engineering, Cyber-Physical Systems, Networking and Communication, Autonomous computing and AI. Numerous scholarships are available (in particular for Domestic students at the level of Masters or PhD). If interested, contact the Associate Chair for Graduate Studies (gchair(a)sce.carleton.ca).
[apologies for duplicated postings – problems/issues: contact
vsim-conf-owner(a)sce.carleton.ca]
[Sorry if you get multiple copies of this message]
Call for Papers and Participation
The 2019 High Performance Computing & Simulation Conference
(HPCS 2019)
The 17th Annual Meeting
July 15 - 19, 2019
Dublin, Ireland
http://hpcs2019.cisedu.info/ or http://conf.cisedu.info/rp/hpcs19
In Cooperation with the ACM, IEEE, IFIP
(Main Track Paper Submission Deadline: March 25, 2019 - Extended)
(Other Conference tracks may have different submission deadlines -
Please check the specific track of interest at links below.)
You are cordially invited to participate in this international
conference through paper submission, a track, a workshop or a special
session organization, a tutorial, an invited speech, a demo, a poster,
an exhibit, a panel discussion, a doctoral dissertation abstract,
whichever sounds more appropriate and convenient to you.
The conference will include invited presentations by experts from
academia, industry, and government as well as contributed paper
presentations describing original work on the current state of research
in high performance and large scale computing systems, architectures and
systems, algorithms, languages, software and middleware in HPC systems,
Cloud and Edge Computing, Data Sciences, applications-oriented high
performance, HPC use in modeling and simulation, and related issues.
There will also be tutorial sessions, symposia, workshops, special
sessions, demos, posters, panel discussions, doctoral colloquium, and
exhibits. Conference sponsorships are welcomed.
In addition to the main track, the conference will have many refereed
archived symposia, workshops and special sessions (may have different
deadlines): Please see the following lists and check the specific track
of interest (coming soon). So far we have the following tracks:
Symposia: http://hpcs2019.cisedu.info/2-conference/symposia
Workshops: http://hpcs2019.cisedu.info/2-conference/workshops
Special Sessions: http://hpcs2019.cisedu.info/2-conference/special-sessions
SPECIAL ISSUE
Authors of selected papers will be invited to submit an extended version
of their work for one or more special issues in ISI indexed Journals.
HPCS Proceedings are published in IEEE XPLORE and indexed by all major
indexing services including SCOPUS, EI, SCI, dblp, etc.
=================================================================
Important Dates:
Main Track Paper and Poster Paper Submission Deadline - March 25, 2019 -
Extended
Tutorial/Demo/Panel/Poster Proposal Deadline ---------- March 25, 2019
Main Track Notification of Acceptance starts --------- April 22, 2019
Registration & Camera-Ready Manuscripts Due ----------- May 10, 2019
Conference Dates -------------------------------------- July 15 - 19, 2019
=================================================================
For further details and updates, please consult the conference web site
at URL: http://hpcs2019.cisedu.info/ or
http://conf.cisedu.info/rp/hpcs19 or contact one of the conference
organizers.
We look forward to your contributions and to seeing you in Dublin,
Ireland in July.
Thank you very much. Best Regards.
HPCS 2019 Organizers
WPDM 2019
The Third International Workshop on Parallel and Distributed Data Mining (WPDM 2019)
http://sara.unisalento.it/~cafaro/WPDM2019/
CALL FOR PAPERS
The Third Workshop on Parallel and Distributed Data Mining (WPDM 2019) will be held in conjunction with The 19th International Conference on Computational Science and Its Applications (ICCSA 2019), http://www.iccsa.org
Saint Petersburg University, Saint Petersburg, Russia July 1-4 2019
Submission Deadline extended to: March 3, 2019
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 2019 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
March 3, 2019: Deadline for paper submission
March 31, 2019: Notification of Acceptance.
May 8, 2019: Early-bird Registration ends.
May 8, 2019: Submission deadline for the final version of the Papers
July 1-4, 2019: ICCSA 2019 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
All submitted papers will be reviewed by the workshop technical program committee members.
International Program Committee:
Alfredo Cuzzocrea, University of Trieste and ICAR-CNR, Italy
Bronis R. de Supinski, Lawrence Livermore National Laboratory, USA
Giuseppe Di Fatta, University of Reading, UK
Ann Gordon-Ross, University of Florida, USA
Kenli Li, Hunan University, China
Donato Malerba, University of Bari, Italy
Barbara Masucci, University of Salerno, Italy
Mitsunori Ogihara, University of Miami, USA
Takahiko Shintani, The University of Electro-Communications , Japan
Domenico Talia, University of Calabria, Italy
Paolo Trunfio, University of Calabria, Italy
Jeffrey D. Ullman, Stanford University, USA
Laurence T. Yang, St Francis Xavier University, Canada
-
************************************************************************************
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
************************************************************************************
Dear Sir, dear Madam,
Please, can you pass this announcement also to interested colleagues.
Kind regards
==========================================================================
CALL FOR PAPERS
The 6th Special Session on High Performance Computing for Application
Benchmarking and Optimization (HPBench 2019)
As part of the International Conference on High Performance Computing &
Simulation (HPCS 2019)
http://hpcs2019.cisedu.info/ or http://conf.cisedu.info/rp/hpcs19
Dublin, Ireland
==========================================================================
Benchmarking is an essential aspect of modern high performance computing
and computational science, and as such, it provides a means for quantifying
and comparing the performance of different computer systems.
With a large combination of aspects to benchmark, all the way from the
capability of a single core, to cluster configuration, and to various
software configurations, the benchmarking process is more of an art than
science. However, the results of this process drive modern science and are
vital for the community to draw sensible conclusions on the performance of
applications and systems.
This special session focuses on research work aimed at benchmarking modern
parallel and distributed systems for addressing a number of real world
problems. As such, contributions concerning the definition of new open
platforms, new benchmarks to match modern architectural evolutions, studies
on the aspects of benchmarking different aspects of systems (from raw
runtime performance to energy consumption to energy consumed per data
movement) and mathematical foundations of benchmarking are sought.
IMPORTANT DATES :
Papers Due: 28 February 2019
Author Notification: 22 March 2019
Camera-Ready Submission: 19 April 2019
Conference Dates: 15-19 July 2019
TOPICS :
The HPBench topics of interest include, but are not limited to
-Open Platforms for Parallel and Distributed Application Benchmarking and
Optimization
-Benchmarking on the Cloud
-Benchmarking of Clusters, Supercomputers, and large-scale systems
-Benchmarking the Performance of I/O
-Benchmarking of Energy and Energy Efficiency
-Benchmarking Web Services
-Virtualization for Distributed Benchmarking
-Data Distribution for Benchmarking
-Performance results of benchmarks on modern platforms
-Scalability Aspects of Benchmarking Parallel Applications on Parallel and
Distributed Systems
-Benchmarking of Parallel Scientific and Business Applications
-Performance of Benchmarking Applications (Eg: NAS parallel benchmarks)
-Techniques, frameworks and results concerning the benchmarking of library
packages
-Tools and frameworks for performance modeling systems and applications
-Tools and frameworks for simulation, measurement and monitoring
-Performance Measurements, Monitoring, Modeling and Simulation
-Domain-specific benchmarks and applications (such as image processing,
pattern recognition, cryptography, biometrics, differential equation
solvers, signal processing and alike)
-Mathematical Foundations of Benchmarking, Metrics and Heuristics
GENERAL CHAIRS :
- Samar Aseeri, King Abdullah University of Science and Technology, Saudi
Arabia
- Luigi Iapichino, Leibniz Supercomputing Centre (LRZ), Germany
- Laurent Lefevre, INRIA, ENS Lyon, France
TECHNICAL PROGRAM COMMITTEE:
- Cosimo Anglano, Universitá del Piemonte Orientale, Italy
- Daniel Balouek-Thomert, Rutgers University, USA
- Fabio Baruffa, Intel, Germany
- Suren Byna, Lawrence Berkeley National Laboratory, California, USA
- Jesus Carretero, Universidad Carlos III de Madrid, Spain
- Douglas Doerfler, Lawrence Berkeley National Laboratory, California, USA
- Zhiyi Huang, University of Otago, New Zealand
- Clay Hughes, Sandia National Laboratories, New Mexico, USA
- Aleksandar Ilic, Universidade de Lisboa, Portugal
- Bok Jik Lee, Gwangju Institute of Science and Technology, Korea
- Ravi Reddy Manumachu, University College Dublin, Ireland
- Dana Petcu, West University of Timisoara, Romania
- Ivan Rodero, Rutgers University, USA
- Gudula Rünger, Technische Universität Chemnitz, Germany
- Domenico Talia, Università della Calabria, Rende, Italy
*********************************************************************
For more information see
http://hpcs2019.cisedu.info/2-conference/special-sessions/session02-hpbench
Kind Regards
--
Samar Aseeri, PhD
Computational Scientist
Extreme Computing Research Center (ECRC)
Building 1 -Office: 0128
*King Abdullah University of Science & Technology*
Thuwal, Saudi Arabia
Email: samar.aseeri(a)kaust.edu.sa
--
This message and its contents, including attachments are intended solely
for the original recipient. If you are not the intended recipient or have
received this message in error, please notify me immediately and delete
this message from your computer system. Any unauthorized use or
distribution is prohibited. Please consider the environment before printing
this email.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
IEEE EUC 2019
- The 17th IEEE International Conference on Embedded and Ubiquitous Computing -
August 1–3, 2019
New York, USA
http://www.cloud-conf.net/EUC/2019/index.html
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
INTRODUCTION
With the rapid development and increasing complexity of computer systems and communication networks, user requirements for embedded and ubiquitous computing are becoming more and more demanding. Therefore, there is a grand challenge that traditional computing techniques may not meet user requirements in open, dynamic, heterogeneous, mobile, wireless, and distributed computing environments. As a result, we need to build embedded systems and networks based on ubiquitous computing. As important and innovative technologies, embedded and ubiquitous computing techniques are attracting researchers with more and more attention.
Embedded ubiquitous computing is promising to improve people’s quality of life by creating new applications based on data processing in IoT network. Many research efforts have been performed on novel processing and communication architectures, technologies and management strategies. Embedded ubiquitous computing systems can leverage wireless sensor networks to collect and process data and use cloud technologies, peer-to-peer systems, and big data paradigms to provide computing and analytics capabilities.
Nowadays, because of the growth of smart devices, embedded ubiquitous computing technologies and combined with cyber world to provide many smart services, the Internet of Things (IoT) became more promising to realize that various embedded applications allow users to enjoy more comprehensive services. As an emerging research topic, embedded ubiquitous computing relate to and support a computing vision for a greater range including smart devices (mobile, wireless, service), smart environments (of embedded system devices) and smart interaction (between devices). The EUC conference aims, as such, to provide a platform for the dissemination of recent research efforts that explicitly aim at addressing these challenges, and supports the presentation of advanced solutions in these areas.
TOPIC
Topics of particular interest include, but are not limited to:
- Data analysis and data management for embedded and ubiquitous computing
- Applications for embedded and ubiquitous computing
- Parallel and distributed systems
- Mobile systems and applications for embedded and ubiquitous computing
- Enhanced living environments and smart habitats for older adults
- Security, safety and reliability/dependability
- Hardware architectures and design tools
- Software and programming tools for embedded and ubiquitous computing
PAPER SUBMISSION
Prospective authors are invited to submit papers via Easychair (https://easychair.org/conferences/?conf=ieeeeuc2019). The submissions should be formatted with the IEEE 8.5 x 11 inches two-column format with 10-12 point font.
Detailed formatting and submission instructions are available at the conference website (http://www.cloud-conf.net/EUC/2019/submission.html).
IMPORTANT DATES
Paper submission: April 5, 2019
Notification of acceptance: May 15, 2019
Final manuscript submission: June 15, 2019
For further information, please contact: han.qiu(a)telecom-paristech.fr.