summaryrefslogtreecommitdiff
path: root/ghc/docs/users_guide/parallel.sgml
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-08-15 20:37:22 by panne]panne2004-08-151-209/+0
| | | | | | Started to convert the users guide to DocBook XML. Not yet finished, there are still *tons* of misplaced indexterms, but some sensible documentation can already be generated.
* [project @ 2004-08-08 20:46:44 by panne]panne2004-08-081-1/+1
| | | | | DocBook XML is case-sensitive. Note that this is still not correct DocBook, tons of indexterm elements within varlistentries are still misplaced.
* [project @ 2004-08-08 17:26:26 by krasimir]krasimir2004-08-081-99/+98
| | | | xmlize sgml docbooks
* [project @ 2002-06-25 12:05:14 by simonmar]simonmar2002-06-251-1/+2
| | | | | | | Various hacking on the User's Guide to knock it into shape for the release. Committers: please take a look at the 5.04 release notes and feel free to tweak or embelish the description for your favourite new feature.
* [project @ 2001-03-22 03:51:08 by hwloidl]hwloidl2001-03-221-6/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -*- outline -*- Time-stamp: <Thu Mar 22 2001 03:50:16 Stardate: [-30]6365.79 hwloidl> This commit covers changes in GHC to get GUM (way=mp) and GUM/GdH (way=md) working. It is a merge of my working version of GUM, based on GHC 4.06, with GHC 4.11. Almost all changes are in the RTS (see below). GUM is reasonably stable, we used the 4.06 version in large-ish programs for recent papers. Couple of things I want to change, but nothing urgent. GUM/GdH has just been merged and needs more testing. Hope to do that in the next weeks. It works in our working build but needs tweaking to run. GranSim doesn't work yet (*sigh*). Most of the code should be in, but needs more debugging. ToDo: I still want to make the following minor modifications before the release - Better wrapper skript for parallel execution [ghc/compiler/main] - Update parallel docu: started on it but it's minimal [ghc/docs/users_guide] - Clean up [nofib/parallel]: it's a real mess right now (*sigh*) - Update visualisation tools (minor things only IIRC) [ghc/utils/parallel] - Add a Klingon-English glossary * RTS: Almost all changes are restricted to ghc/rts/parallel and should not interfere with the rest. I only comment on changes outside the parallel dir: - Several changes in Schedule.c (scheduling loop; createThreads etc); should only affect parallel code - Added ghc/rts/hooks/ShutdownEachPEHook.c - ghc/rts/Linker.[ch]: GUM doesn't know about Stable Names (ifdefs)!! - StgMiscClosures.h: END_TSO_QUEUE etc now defined here (from StgMiscClosures.hc) END_ECAF_LIST was missing a leading stg_ - SchedAPI.h: taskStart now defined in here; it's only a wrapper around scheduleThread now, but might use some init, shutdown later - RtsAPI.h: I have nuked the def of rts_evalNothing * Compiler: - ghc/compiler/main/DriverState.hs added PVM-ish flags to the parallel way added new ways for parallel ticky profiling and distributed exec - ghc/compiler/main/DriverPipeline.hs added a fct run_phase_MoveBinary which is called with way=mp after linking; it moves the bin file into a PVM dir and produces a wrapper script for parallel execution maybe cleaner to add a MoveBinary phase in DriverPhases.hs but this way it's less intrusive and MoveBinary makes probably only sense for mp anyway * Nofib: - nofib/spectral/Makefile, nofib/real/Makefile, ghc/tests/programs/Makefile: modified to skip some tests if HWL_NOFIB_HACK is set; only tmp to record which test prgs cause problems in my working build right now
* [project @ 2000-05-24 12:53:21 by rrt]rrt2000-05-241-1/+1
| | | | | | | Lots of ids added so that all HTML pages generated have sensible names. Various other little tidies up. Please merge.
* [project @ 2000-04-18 11:01:24 by simonmar]simonmar2000-04-181-0/+7
| | | | | Add declarations so that emacs PSGML mode can find the DOCTYPE declaration properly.
* [project @ 2000-04-07 13:26:33 by simonmar]simonmar2000-04-071-9/+8
| | | | Small updates, and link to the Concurrent section in the Hslibs docs.
* [project @ 2000-01-24 16:47:24 by rrt]rrt2000-01-241-3/+3
| | | | | Changed double quotes to &ldquo; and &rdquo;. Improvements to Windows installation instructions.
* [project @ 2000-01-10 14:52:21 by rrt]rrt2000-01-101-14/+11
| | | | Retagged <Literal>s into <Filename>, <Option>, <Command>, &c.
* [project @ 2000-01-05 11:14:06 by rrt]rrt2000-01-051-0/+188
VSGML files changed back to plain SGML during change from LinuxDoc to DocBook.