jberthold 2003/01/28 01:18:41 PST
Modified files: (Branch: eden-5-02-3)
ghc/includes Eden.h
ghc/rts Schedule.c
ghc/rts/parallel EdenPrimops.c HLC.h HLComms.c LLC.h
LLComms.c PEOpCodes.h Pack.c
ParallelDebug.c RTTables.c RTTables.h
Added files: (Branch: eden-5-02-3)
. README.EDEN
Removed files: (Branch: eden-5-02-3)
. README.GUM
Log:
Some extensions for Eden Branch:
* fixed some bugs in the communication (LLComms.c)
* now supports transferring subgraphs in several fragments
Status:
-------
Compiles for x86/RedHat7.3 with gcc2.95.3,
Systemtests OK, not excessively tested.
ghci (also sequential version) not supported yet.
Revision Changes Path
1.1.2.2 +29 -4 fptools/ghc/includes/Attic/Eden.h
1.100.4.7.4.1.2.2 +7 -1 fptools/ghc/rts/Schedule.c
1.1.2.2 +49 -35 fptools/ghc/rts/parallel/Attic/EdenPrimops.c
1.3.28.2 +6 -1 fptools/ghc/rts/parallel/HLC.h
1.6.20.1.2.2 +179 -25 fptools/ghc/rts/parallel/HLComms.c
1.4.28.2 +13 -14 fptools/ghc/rts/parallel/LLC.h
1.5.26.2 +21 -20 fptools/ghc/rts/parallel/LLComms.c
1.4.28.2 +3 -2 fptools/ghc/rts/parallel/PEOpCodes.h
1.8.26.2 +530 -46 fptools/ghc/rts/parallel/Pack.c
1.6.16.2 +6 -1 fptools/ghc/rts/parallel/ParallelDebug.c
1.1.2.2 +421 -56 fptools/ghc/rts/parallel/Attic/RTTables.c
1.1.2.2 +69 -89 fptools/ghc/rts/parallel/Attic/RTTables.h
|
|