Search Results - Deterministic parallel programming
-
1
Deterministic Parallel Programming with Haskell
ISSN: 1521-9615, 1558-366XPublished: New York IEEE 01.11.2012Published in Computing in science & engineering (01.11.2012)“…: rather than using concurrent threads and locks, Haskell offers a variety of libraries that enable concise, high-level parallel programs with results that are guaranteed to be deterministic…”
Get full text
Journal Article -
2
Use of parallel deterministic dynamic programming and hierarchical adaptive genetic algorithm for reservoir operation optimization
ISSN: 0360-8352, 1879-0550Published: New York Elsevier Ltd 01.06.2013Published in Computers & industrial engineering (01.06.2013)“… In this study, parallel deterministic dynamic programming (PDDP) and a hierarchical adaptive genetic algorithm (HAGA…”
Get full text
Journal Article -
3
Architectural support for synchronization-free deterministic parallel programming
ISBN: 9781467308274, 1467308277ISSN: 1530-0897Published: IEEE 01.02.2012Published in IEEE International Symposium on High-Performance Comp Architecture (01.02.2012)“…We propose a novel synchronization mechanism called versioning. It dynamically establishes a deterministic order of memory accesses in parallel programs that have serial semantics, in a way that is transparent to the programmer…”
Get full text
Conference Proceeding -
4
Correct program parallelisations
ISSN: 1433-2779, 1433-2787Published: Berlin/Heidelberg Springer Berlin Heidelberg 01.10.2021Published in International journal on software tools for technology transfer (01.10.2021)“…A commonly used approach to develop deterministic parallel programs is to augment a sequential program with compiler directives that indicate which program blocks may potentially be executed in parallel…”
Get full text
Journal Article -
5
The ForeC Synchronous Deterministic Parallel Programming Language for Multicores
Published: IEEE 01.09.2016Published in Proceedings, IEEE 10th International Symposium on Embedded Multicore/Many-core Systems-on-Chip : 21-23 September 2016, Lyon, France (01.09.2016)“… This paper proposes the ForeC language for the deterministic parallel programming of CPS applications on multi-core execution platforms…”
Get full text
Conference Proceeding -
6
A Deterministic Portable Parallel Pseudo-Random Number Generator for Pattern-Based Programming of Heterogeneous Parallel Systems
ISSN: 0885-7458, 1573-7640, 1573-7640Published: New York Springer US 01.08.2022Published in International journal of parallel programming (01.08.2022)“…SkePU is a pattern-based high-level programming model for transparent program execution on heterogeneous parallel computing systems…”
Get full text
Journal Article -
7
Lattice-based data structures for deterministic parallel and distributed programming
ISBN: 1339111543, 9781339111544Published: ProQuest Dissertations & Theses 01.01.2015“…Deterministic-by-construction parallel programming models guarantee that programs have the same observable behavior on every run, promising freedom from bugs caused by schedule nondeterminism…”
Get full text
Dissertation -
8
Swift: A language for distributed parallel scripting
ISSN: 0167-8191, 1872-7336Published: Elsevier B.V 01.09.2011Published in Parallel computing (01.09.2011)“… Distributed and parallel computing resources can accelerate such processing, but their use further increases programming complexity…”
Get full text
Journal Article -
9
Concrete data structures and functional parallel programming
ISSN: 0304-3975, 1879-2294Published: Amsterdam Elsevier B.V 2001Published in Theoretical computer science (2001)“…A framework is presented for designing parallel programming languages whose semantics is functional and where communications are explicit…”
Get full text
Journal Article -
10
An effect system and language for deterministic-by-default parallel programming
ISBN: 9781124639857, 1124639853Published: ProQuest Dissertations & Theses 01.01.2010“…This thesis presents a new, Java-based object-oriented parallel language called Deterministic Parallel Java (DPJ…”
Get full text
Dissertation -
11
DMR: A Deterministic MapReduce for Multicore Systems
ISSN: 0885-7458, 1573-7640Published: New York Springer US 01.02.2017Published in International journal of parallel programming (01.02.2017)“… functions are sensitive to the input order. We propose DMR, a deterministic MapReduce library, to ensure deterministic program behaviors no matter whether map/reduce function is sensitive to the input order…”
Get full text
Journal Article -
12
Deterministic parallel fixpoint computation
ISSN: 2475-1421, 2475-1421Published: 01.01.2020Published in Proceedings of ACM on programming languages (01.01.2020)“…). This paper presents a deterministic parallel algorithm for fixpoint computation by introducing the notion of weak partial order (WPO…”
Get full text
Journal Article -
13
On the Choice-Based Linear Programming Model for Network Revenue Management
ISSN: 1523-4614, 1526-5498Published: Linthicum INFORMS 01.04.2008Published in Manufacturing & service operations management (01.04.2008)“…) that parallels the widely used deterministic linear programming (DLP) model. While they focused on analyzing "flexible products…”
Get full text
Journal Article -
14
Pandora : non-deterministic parallel logic programming
Published: ProQuest Dissertations & Theses 01.01.1991“…Most of the logic programming languages that have been seriously implemented and used to date fall into one of two categories…”
Get full text
Dissertation -
15
Programming and Timing Analysis of Parallel Programs on Multicores
ISSN: 1550-4808Published: IEEE 01.07.2013Published in Proceedings / International Conference on Application of Concurrency to System Design (01.07.2013)“… This paper proposes the ForeC language for the deterministic parallel programming of embedded applications on multicores…”
Get full text
Conference Proceeding -
16
Deterministic Parallel Processing
ISSN: 0885-7458, 1573-7640Published: New York Springer Nature B.V 01.08.2006Published in International journal of parallel programming (01.08.2006)“… This architecture does not suffer from many of the problems faced by conventional general purpose parallel processors and provides an alternative to creating an ASIC…”
Get full text
Journal Article -
17
Monadic composition for deterministic, parallel batch processing
ISSN: 2475-1421, 2475-1421Published: 01.10.2017Published in Proceedings of ACM on programming languages (01.10.2017)“… such as date or CPU model. In this work, we present a system for achieving low-overhead deterministic execution of batch-processing programs that read and write the file system…”
Get full text
Journal Article -
18
Concurrency-aware object-oriented programming with roles
ISSN: 2475-1421, 2475-1421Published: 01.11.2018Published in Proceedings of ACM on programming languages (01.11.2018)“… . This awareness is formalized in a parallel programming model where every object plays a role in every task (e.g., the readonly role…”
Get full text
Journal Article -
19
A New Nested Benders Decomposition Strategy for Parallel Processing Applied to the Hydrothermal Scheduling Problem
ISSN: 1949-3053, 1949-3061Published: Piscataway IEEE 01.05.2017Published in IEEE transactions on smart grid (01.05.2017)“… In particular, for the deterministic case, parallel programming has been restricted to thread processing in lower-level machine computation and optimization solver codes…”
Get full text
Journal Article -
20
Exploring Deterministic Shared Memory Programming Model
ISSN: 2379-5352Published: IEEE 01.12.2012Published in Proceedings (International Symposium on Parallel and Distributed Computing) (01.12.2012)“…Deterministic parallelism promises many benifits for parallel programming. Exist deterministic runtimes, however, either require modifying programs to use…”
Get full text
Conference Proceeding

