Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
GHC
GHC
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4,251
    • Issues 4,251
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 395
    • Merge Requests 395
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Glasgow Haskell Compiler
  • GHCGHC
  • Wiki
  • gph eden

Last edited by Ben Gamari Mar 18, 2019
Page history New page

gph eden

Glasgow Parallel Haskell (GpH) and Eden documentation

This page will describe the GpH and Eden parallel variants of GHC. This is work in progress.

St Andrews has hosted the HackPar parallel hackathon in December 2009.

Heriot-Watt will host a HackSprint meeting 12-14th December 2010.

Heriot-Watt will host the [http://saints.sqpn.com/blessed-clement-of-dunblane/ Blessed Clement of Dunblane](http://saints.sqpn.com/blessed-clement-of-dunblane/ Blessed Clement of Dunblane) HackDay on Tue March 19th, 2013.

A series of Parallel Hacker Meetings has been launched.


What follows is an entry page to describe technical documentation of the Eden/GpH implementation in parallel systems with distributed memory.

The different aspects are covered by separate pages reachable from here.

Modifications to implement Eden (and parallel RTS instances in general)

  • Compiler Ways for parallelism
  • Startup and Shutdown of the parallel system
  • Packing and Unpacking Heap Structures
  • Primitive Operations for Coordination Control
  • Placeholders, Garbage Collection, other Aspects

Future work

  • event logging for parallel Haskell
  • GUM variant of packing code, using global addressing

People

Here is a list of hackers involved in the development of GpH/Eden

  • Jost Berthold (JB)
  • Vladimir Janjic (VJ),
  • Hans-Wolfgang Loidl (HWL)
  • Kevin Hammond (KH)
  • Mustafa Aswad (MKA)
  • Henrique Ferreiro (HE)
  • Philip W Trinder (PWT)
  • Patrick Maier (PM)
  • Abyd Al Zain (AAZ)
  • Mischa Dieterle (MD)
  • Thomas Horstmeyer (TH)

Communication

A mailing list for parallel Haskell implementors has been set up at HWU: hackpar

Tasks

This list of tasks is based on the discussion during the parallel hackathon, Dec 2009. Each task has a maintainer associated with it, who looks after the software.

  • GpH/Eden Code maintenance: (HWL to oversee)

    • Scheduling: Per-PE scheduling and load distribution policies (VJ)
    • Packing/Serialisation: Turning a graph into a write-/send-able format (JB)
    • Distributed Shared Memory: Abstraction layer over distribution of heap (HWL)
    • Communication: Sending and receiving work and data (MKA)
    • Monitoring/Tracing: MD/TH
  • Visualisation Tools: Visualising parallel execution (MD/TH)

  • Parallel NoFib Suite: Parallel benchmark programs (HE)

  • Testsuite: Programs testing the parallel RTS

  • Packaging and building: ???

  • Darcs repo maintenance: Main repos in Marburg (JB)

  • GpH/Eden tracs ticketing: Bug reports (HWL)

Clone repository

GHC Home
GHC User's Guide

Joining In

Newcomers info
Mailing Lists & IRC
The GHC Team

Documentation

GHC Status Info
Working conventions
Building Guide
Debugging
Commentary

Wiki

Title Index
Recent Changes