You can subscribe to this list here.
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(13) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2012 |
Jan
(18) |
Feb
(14) |
Mar
(9) |
Apr
(34) |
May
(12) |
Jun
(19) |
Jul
(21) |
Aug
(5) |
Sep
(4) |
Oct
(20) |
Nov
(18) |
Dec
(7) |
| 2013 |
Jan
(29) |
Feb
(12) |
Mar
(17) |
Apr
(6) |
May
(8) |
Jun
(7) |
Jul
(3) |
Aug
(4) |
Sep
(2) |
Oct
(4) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(1) |
| 2015 |
Jan
(1) |
Feb
(1) |
Mar
(3) |
Apr
(1) |
May
|
Jun
(2) |
Jul
(3) |
Aug
(3) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
|
From: T. D. <tld...@us...> - 2012-06-09 01:53:07
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via 180806c57b0b06799dc679966e08b94ad96a71e2 (commit)
via b4558e26b55bc4815294770a76e8440b3baa9fcd (commit)
via 2bffb5a70f7e800299ef74cde1ade59abf72febd (commit)
via 8a5d3185f3dd7cf1caa916cfabd41e2a8ba51d45 (commit)
from 6f1c850e0ff6fe16e9007e47e677e842b2af0857 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 180806c57b0b06799dc679966e08b94ad96a71e2
Merge: b4558e2 6f1c850
Author: T. Dahlgren <dah...@ll...>
Date: Fri Jun 8 18:51:44 2012 -0700
Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc
commit b4558e26b55bc4815294770a76e8440b3baa9fcd
Author: T. Dahlgren <dah...@ll...>
Date: Fri Jun 8 18:50:17 2012 -0700
Snapshot of testContractsEnforcer that compiles and runs.
commit 2bffb5a70f7e800299ef74cde1ade59abf72febd
Author: T. Dahlgren <dah...@ll...>
Date: Fri Jun 8 18:49:20 2012 -0700
Snapshot of testContractsEnforcer that compiles and runs.
commit 8a5d3185f3dd7cf1caa916cfabd41e2a8ba51d45
Author: T. Dahlgren <dah...@ll...>
Date: Fri Jun 8 18:42:08 2012 -0700
Snapshot of ContractsEnforcer that compiles on Ubuntu.
-----------------------------------------------------------------------
Summary of changes:
pcontracts/Makefile | 9 +-
pcontracts/{ => src}/Makefile | 17 +-
pcontracts/{ => src/runtime}/Makefile | 17 +-
.../src/runtime/contracts/ContractsEnforcer.c | 193 ++++++++----
.../src/runtime/contracts/ContractsEnforcer.h | 12 +-
pcontracts/src/runtime/contracts/Makefile | 26 ++
pcontracts/src/runtime/contracts/contractMacros.h | 351 ++++++++++++++++++++
pcontracts/src/runtime/contracts/contractOptions.h | 31 ++-
.../src/runtime/contracts/contractPrivateTypes.h | 24 +-
pcontracts/tests/Makefile | 44 +++
pcontracts/tests/Makefile.am | 78 -----
pcontracts/tests/testContractsEnforcer.c | 273 +++++++++++-----
12 files changed, 806 insertions(+), 269 deletions(-)
copy pcontracts/{ => src}/Makefile (60%)
copy pcontracts/{ => src/runtime}/Makefile (56%)
create mode 100644 pcontracts/src/runtime/contracts/Makefile
create mode 100644 pcontracts/src/runtime/contracts/contractMacros.h
create mode 100644 pcontracts/tests/Makefile
delete mode 100644 pcontracts/tests/Makefile.am
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-06-08 21:05:58
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via 6f1c850e0ff6fe16e9007e47e677e842b2af0857 (commit)
via c9f0e3df93783b5e42425b47463bbc2ec070b0ca (commit)
via fabaf9c5562d5feb72dc44ac8cedd980d75edb6c (commit)
from a0a3a3889b895faffd9d7e019d1fc3f8c7c8641d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6f1c850e0ff6fe16e9007e47e677e842b2af0857
Author: Adrian Prantl <ad...@ll...>
Date: Fri Jun 8 14:04:34 2012 -0700
rearranged layout of server-side generated files
commit c9f0e3df93783b5e42425b47463bbc2ec070b0ca
Author: Adrian Prantl <ad...@ll...>
Date: Fri Jun 8 11:35:00 2012 -0700
chapel-related cast macros are now in the _Stub.h file
commit fabaf9c5562d5feb72dc44ac8cedd980d75edb6c
Author: Adrian Prantl <ad...@ll...>
Date: Fri Jun 8 09:46:40 2012 -0700
unified client+server generation
Default index data type for SIDL arrays is now int(32), as it should be
ported contracs impl to chapel
-----------------------------------------------------------------------
Summary of changes:
braid/NEWS | 4 +
braid/braid/braid.py | 4 +-
braid/braid/chapel/backend.py | 995 ++++++++++----------
braid/braid/chapel/cgen.py | 2 +-
braid/braid/chapel/makefile.py | 17 +-
braid/braid/codegen.py | 7 +-
braid/chpl/BorrowedArray.chpl | 4 +-
braid/chpl/SIDLArray.chpl | 12 +-
braid/doc/braid.1 | 2 +-
.../interop/args/runChapel/argstest.chpl | 16 +-
10 files changed, 522 insertions(+), 541 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-06-07 00:22:32
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via a0a3a3889b895faffd9d7e019d1fc3f8c7c8641d (commit)
via 8a26af4d717b1df9a276da97a9e35eed1e7b9e38 (commit)
from ae1d0b542792997c37326508770ccb77aa9c30de (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a0a3a3889b895faffd9d7e019d1fc3f8c7c8641d
Author: Adrian Prantl <ad...@ll...>
Date: Wed Jun 6 17:22:06 2012 -0700
- added casts from generic artray to borrowed chapel arrays to the array API
commit 8a26af4d717b1df9a276da97a9e35eed1e7b9e38
Author: Adrian Prantl <ad...@ll...>
Date: Wed Jun 6 17:21:09 2012 -0700
- added exception arguments to impls
- added a module-global splicer block
-----------------------------------------------------------------------
Summary of changes:
braid/braid/chapel/backend.py | 23 +-
braid/braid/chapel/cgen.py | 10 +-
braid/chpl/BorrowedArray.chpl | 4 +
braid/chpl/SIDLArray.chpl | 60 +++-
.../interop/contracts/runChapel/contractstest.chpl | 512 +++++++++++++++-----
5 files changed, 464 insertions(+), 145 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-06-06 14:46:12
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via ae1d0b542792997c37326508770ccb77aa9c30de (commit)
from bf30055a916c5fe9183b7f65d16ebc84b0b3ece4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ae1d0b542792997c37326508770ccb77aa9c30de
Author: Adrian Prantl <ad...@ll...>
Date: Wed Jun 6 07:45:47 2012 -0700
generic arrays now can be used as return values, too
-----------------------------------------------------------------------
Summary of changes:
braid/braid/chapel/backend.py | 9 +-
braid/doc/braid.1 | 2 +-
.../interop/contracts/runChapel/contractstest.chpl | 391 ++++++++++++++++++++
3 files changed, 393 insertions(+), 9 deletions(-)
create mode 100644 braid/regression/interop/contracts/runChapel/contractstest.chpl
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-06-06 00:08:36
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via bf30055a916c5fe9183b7f65d16ebc84b0b3ece4 (commit)
via f1a7a3326d9f0a5698693b67d571ba06005e1548 (commit)
via 48b8bd41b08363ab227b788c8e1b8b9b661e2ab0 (commit)
via 84e052a819f659aba875e2467b5edc9b00608db0 (commit)
via f4a840573b44b45b07cf8aacf2588eabc3aaf35f (commit)
via e2add8f7ae80f03f75b419a1dc122baf484b6810 (commit)
from 4d2b5cd8485da362febebfa9eeea3f46e20746c6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit bf30055a916c5fe9183b7f65d16ebc84b0b3ece4
Author: Adrian Prantl <ad...@ll...>
Date: Tue Jun 5 17:08:01 2012 -0700
generic array implementation: sidl.Array now has a dedicated member .generic
commit f1a7a3326d9f0a5698693b67d571ba06005e1548
Merge: 48b8bd4 4d2b5cd
Author: Adrian Prantl <ad...@ll...>
Date: Tue Jun 5 08:53:40 2012 -0700
Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc
commit 48b8bd41b08363ab227b788c8e1b8b9b661e2ab0
Author: Adrian Prantl <ad...@ll...>
Date: Tue Jun 5 08:53:00 2012 -0700
various build system improvements
commit 84e052a819f659aba875e2467b5edc9b00608db0
Author: Adrian Prantl <ad...@ll...>
Date: Tue Jun 5 08:52:45 2012 -0700
checkpoint: contracts Chapel client compiles now
- redesigned sidl.Array interface to contain both a pointer to the IOR and a borrowed chapel array
commit f4a840573b44b45b07cf8aacf2588eabc3aaf35f
Author: Adrian Prantl <ad...@ll...>
Date: Thu May 31 11:43:36 2012 -0700
minitermite version 1.1
commit e2add8f7ae80f03f75b419a1dc122baf484b6810
Author: Adrian Prantl <ad...@ll...>
Date: Tue May 29 16:30:26 2012 -0700
regression tests: always link Chapel server libraries statically
-----------------------------------------------------------------------
Summary of changes:
braid/Makefile.in | 1 +
braid/NEWS | 1 +
braid/braid/babel.py | 46 +++++++++-
braid/braid/chapel/backend.py | 85 ++++++-----------
braid/braid/chapel/cgen.py | 34 +++++--
braid/braid/chapel/makefile.py | 3 +-
braid/chpl/BorrowedArray.chpl | 38 ++++----
braid/chpl/SIDLArray.chpl | 98 ++++++++++++--------
braid/chpl/chpl_sidl_array.h | 34 ++++---
braid/doc/braid.1 | 2 +-
braid/regression/interop/Makefile.include | 1 +
braid/regression/interop/build-client.sh.in | 28 +++++-
braid/regression/interop/build-server.sh.in | 1 +
.../interop/struct/runChapel/structtest.chpl | 2 +-
rote/minitermite/ChangeLog | 7 +-
rote/minitermite/Makefile.am | 3 +-
rote/minitermite/doc/src2term.1 | 2 +-
rote/minitermite/doc/term2src.1 | 2 +-
rote/minitermite/regression/Makefile.include | 25 +++--
rote/minitermite/src/Makefile.include | 1 +
20 files changed, 243 insertions(+), 171 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: Ajay P. <aja...@us...> - 2012-06-01 04:28:21
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via 4d2b5cd8485da362febebfa9eeea3f46e20746c6 (commit)
via 4673b290fc05cdc7fe73233a7761f3fa70f1e62d (commit)
from 2adc8ea9101b6ebfaefef6ac0936d5dbd0b37780 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4d2b5cd8485da362febebfa9eeea3f46e20746c6
Merge: 4673b29 2adc8ea
Author: Ajay Panyala <aj...@cs...>
Date: Thu May 31 21:28:05 2012 -0700
Merge branch 'master' of ssh://ajaypanyala@compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc
commit 4673b290fc05cdc7fe73233a7761f3fa70f1e62d
Author: Ajay Panyala <aj...@cs...>
Date: Thu May 31 21:27:32 2012 -0700
Updated the CUDA BLAS Transformation to use the latest CUBLAS API.
-----------------------------------------------------------------------
Summary of changes:
rote/coccinelle/blas2cublas/src/Blas2Cublas.cpp | 10 +-
rote/coccinelle/blas2cublas/src/Blas2Cublas.h | 95 +++++++----
rote/coccinelle/blas2cublas/src/Transform.cpp | 74 +++++----
rote/coccinelle/blas2cublas/src/Transform.h | 4 +-
rote/coccinelle/blas2cublas/src/axpby.cpp | 88 ++++++++--
rote/coccinelle/blas2cublas/src/axpy.cpp | 86 ++++++++--
rote/coccinelle/blas2cublas/src/copy.cpp | 73 +++++++--
rote/coccinelle/blas2cublas/src/dot.cpp | 2 +-
rote/coccinelle/blas2cublas/src/gbmv.cpp | 154 +++++++++++++-----
rote/coccinelle/blas2cublas/src/gemm.cpp | 175 +++++++++++++-------
rote/coccinelle/blas2cublas/src/gemv.cpp | 154 +++++++++++++-----
rote/coccinelle/blas2cublas/src/ger.cpp | 115 ++++++++++---
rote/coccinelle/blas2cublas/src/hesyr.cpp | 98 +++++++++---
rote/coccinelle/blas2cublas/src/hesyr2.cpp | 122 +++++++++++---
rote/coccinelle/blas2cublas/src/hsbmv.cpp | 126 +++++++++++---
rote/coccinelle/blas2cublas/src/hseymv.cpp | 130 ++++++++++++---
rote/coccinelle/blas2cublas/src/hspmv.cpp | 130 ++++++++++++---
rote/coccinelle/blas2cublas/src/hspr.cpp | 97 +++++++++---
rote/coccinelle/blas2cublas/src/hspr2.cpp | 117 ++++++++++---
rote/coccinelle/blas2cublas/src/rot.cpp | 2 +-
rote/coccinelle/blas2cublas/src/rotm.cpp | 2 +-
rote/coccinelle/blas2cublas/src/scal.cpp | 59 ++++++--
rote/coccinelle/blas2cublas/src/sumNrm2aminmax.cpp | 2 +-
rote/coccinelle/blas2cublas/src/swap.cpp | 91 ++++++++--
rote/coccinelle/blas2cublas/src/syhemm.cpp | 135 +++++++++++----
rote/coccinelle/blas2cublas/src/syher2k.cpp | 130 +++++++++++----
rote/coccinelle/blas2cublas/src/syherk.cpp | 105 +++++++++---
rote/coccinelle/blas2cublas/src/tbsmv.cpp | 129 ++++++++++----
rote/coccinelle/blas2cublas/src/tpsmv.cpp | 130 +++++++++++----
rote/coccinelle/blas2cublas/src/trsmm.cpp | 143 ++++++++++++-----
rote/coccinelle/blas2cublas/src/trsmv.cpp | 130 +++++++++++----
rote/coccinelle/blas2cublas/tests/blas3/cblas2.c | 23 ++-
32 files changed, 2176 insertions(+), 755 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: T. D. <tld...@us...> - 2012-05-31 17:23:58
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via 2adc8ea9101b6ebfaefef6ac0936d5dbd0b37780 (commit)
from a626e97c52ac6835298f34c9ec499f4ad1ac9308 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2adc8ea9101b6ebfaefef6ac0936d5dbd0b37780
Author: T. Dahlgren <dah...@ll...>
Date: Thu May 31 10:23:20 2012 -0700
Make sure latest doxygen tweaks and TODO are in the system.
-----------------------------------------------------------------------
Summary of changes:
pcontracts/Doxyfile | 9 ++++++---
pcontracts/TODO | 12 ++++++++----
pcontracts/mainpage.dox | 4 ++--
3 files changed, 16 insertions(+), 9 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: T. D. <tld...@us...> - 2012-05-26 01:25:39
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via a626e97c52ac6835298f34c9ec499f4ad1ac9308 (commit)
via 612a354cfeb438bb1000d3c41320748769661fb4 (commit)
via ed6aad6692f0c3f203a209d8c63e52f7cb0ef08e (commit)
via e2f9d8ccf07f1adf3c0e8e081e868b257de40605 (commit)
via 70314ab0fcdff85a72a787580c83fca97750e36f (commit)
via f2750585702dc768a5bfbd95fcf4bcffdbea7a77 (commit)
via 39c10aaa360a2f585453ce49d9f4942f8165da7a (commit)
via 3be9b1ae62453857a8734d2e1aeb6fdcb616168f (commit)
via 7f44f416f5713394674385b6f652da0de9da76d1 (commit)
via c9f8ec65691dc2c09fda54e2256cb4bdb35f18b8 (commit)
from 5972da2eac01c78e893ef4f99b417ed0b6147df2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a626e97c52ac6835298f34c9ec499f4ad1ac9308
Author: T. Dahlgren <dah...@ll...>
Date: Fri May 25 18:24:57 2012 -0700
Snapshot of latest work-in-progress.
commit 612a354cfeb438bb1000d3c41320748769661fb4
Author: T. Dahlgren <dah...@ll...>
Date: Fri May 25 18:19:19 2012 -0700
Snapshot of latest work-in-progress.
commit ed6aad6692f0c3f203a209d8c63e52f7cb0ef08e
Author: T. Dahlgren <dah...@ll...>
Date: Fri May 25 18:10:39 2012 -0700
Snapshot of latest work-in-progress.
commit e2f9d8ccf07f1adf3c0e8e081e868b257de40605
Author: T. Dahlgren <dah...@ll...>
Date: Fri May 25 18:09:38 2012 -0700
Snapshot of latest work-in-progress.
commit 70314ab0fcdff85a72a787580c83fca97750e36f
Author: T. Dahlgren <dah...@ll...>
Date: Fri May 25 18:07:47 2012 -0700
Snapshot of latest work-in-progress.
commit f2750585702dc768a5bfbd95fcf4bcffdbea7a77
Author: T. Dahlgren <dah...@ll...>
Date: Fri May 25 15:16:14 2012 -0700
Helps to spell the directory name correctly.
commit 39c10aaa360a2f585453ce49d9f4942f8165da7a
Author: T. Dahlgren <dah...@ll...>
Date: Fri May 25 15:13:46 2012 -0700
Decided to promote descriptions before licensing...
commit 3be9b1ae62453857a8734d2e1aeb6fdcb616168f
Author: T. Dahlgren <dah...@ll...>
Date: Fri May 25 13:56:12 2012 -0700
Most recent version.
commit 7f44f416f5713394674385b6f652da0de9da76d1
Author: T. Dahlgren <dah...@ll...>
Date: Fri May 25 13:54:48 2012 -0700
Most recent version.
commit c9f8ec65691dc2c09fda54e2256cb4bdb35f18b8
Author: T. Dahlgren <dah...@ll...>
Date: Fri May 25 13:53:29 2012 -0700
Most recent version.
-----------------------------------------------------------------------
Summary of changes:
pcontracts/Doxyfile | 2 +-
pcontracts/README | 16 +-
pcontracts/TODO | 14 +-
pcontracts/examples/Knapsack.cpp | 6 +-
pcontracts/examples/Knapsack.hpp | 6 +-
pcontracts/examples/knapsack.c | 6 +-
pcontracts/mainpage.dox | 4 +-
.../src/runtime/contracts/ContractsEnforcer.c | 597 +++++++++++++++++---
.../src/runtime/contracts/ContractsEnforcer.h | 146 +++--
pcontracts/src/runtime/contracts/contractOptions.h | 163 ++++--
.../src/runtime/contracts/contractPrivateTypes.h | 61 +-
pcontracts/src/runtime/contracts/contracts.h | 60 ++-
pcontracts/tests/testContractsEnforcer.c | 431 +++++----------
13 files changed, 972 insertions(+), 540 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: T. D. <tld...@us...> - 2012-05-25 20:08:30
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via 5972da2eac01c78e893ef4f99b417ed0b6147df2 (commit)
from 91a1d5eca49a58859b20bdedf11d8c3109381a56 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5972da2eac01c78e893ef4f99b417ed0b6147df2
Author: T. Dahlgren <dah...@ll...>
Date: Fri May 25 13:07:53 2012 -0700
Add the preliminary, 'root' makefile.
-----------------------------------------------------------------------
Summary of changes:
pcontracts/Makefile | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
create mode 100644 pcontracts/Makefile
hooks/post-receive
--
compose-hpc
|
|
From: T. D. <tld...@us...> - 2012-05-25 20:06:41
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via 91a1d5eca49a58859b20bdedf11d8c3109381a56 (commit)
from 4047404a31e4108ab6d3cff25813b656ceb1fe5e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 91a1d5eca49a58859b20bdedf11d8c3109381a56
Author: T. Dahlgren <dah...@ll...>
Date: Fri May 25 13:05:58 2012 -0700
Tweaked some Doxygen options; updated the mainpage.dox file; and cleaned up the examples.
-----------------------------------------------------------------------
Summary of changes:
pcontracts/Doxyfile | 14 ++++----
pcontracts/examples/Knapsack.cpp | 60 ++++++++++++++++++++++-----------
pcontracts/examples/Knapsack.hpp | 69 ++++++++++++++++++++++++--------------
pcontracts/examples/knapsack.c | 28 +++++++++++++--
pcontracts/mainpage.dox | 62 ++++++++++++++++++---------------
5 files changed, 149 insertions(+), 84 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: T. D. <tld...@us...> - 2012-05-25 17:52:03
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via 4047404a31e4108ab6d3cff25813b656ceb1fe5e (commit)
via 8901f638122d81012ed64416277f1315298bf9f1 (commit)
from 00da481191e681690d5b4d6cf920b7f9f54528ef (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4047404a31e4108ab6d3cff25813b656ceb1fe5e
Author: T. Dahlgren <dah...@ll...>
Date: Fri May 25 10:51:03 2012 -0700
Make SURE the commit includes modificatoins to the examples. Have added main routines, doxygen-friendly comments, and debugged the examples.
commit 8901f638122d81012ed64416277f1315298bf9f1
Author: T. Dahlgren <dah...@ll...>
Date: Fri May 25 10:47:52 2012 -0700
Add disclaimers to the main doxygen page (since it is currently a 'skeleton' I am re-using from elsewhere)
-----------------------------------------------------------------------
Summary of changes:
pcontracts/examples/Knapsack.cpp | 125 ++++++++++++++++++++++++++++++-------
pcontracts/examples/Knapsack.hpp | 16 ++++-
pcontracts/examples/knapsack.c | 75 ++++++++++++++++++++++-
pcontracts/mainpage.dox | 8 +++
4 files changed, 196 insertions(+), 28 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: T. D. <tld...@us...> - 2012-05-25 17:37:32
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via 00da481191e681690d5b4d6cf920b7f9f54528ef (commit)
via e1d71699368da27c55320c46a37a72fe317b61b5 (commit)
from 6253f6d419ece565fdf891fabfda31c806e4176b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 00da481191e681690d5b4d6cf920b7f9f54528ef
Author: T. Dahlgren <dah...@ll...>
Date: Fri May 25 10:36:55 2012 -0700
Added main routines to examples and debugged. Added Makefile for building, running, and comparing results from the two knapsack examples.
commit e1d71699368da27c55320c46a37a72fe317b61b5
Author: T. Dahlgren <dah...@ll...>
Date: Fri May 25 08:27:04 2012 -0700
Preliminary doxygen configuration and main page files.
-----------------------------------------------------------------------
Summary of changes:
{paul/libpaul => pcontracts}/Doxyfile | 47 +++++++++++++++--------
pcontracts/examples/Makefile | 46 ++++++++++++++++++++++
pcontracts/mainpage.dox | 69 +++++++++++++++++++++++++++++++++
3 files changed, 146 insertions(+), 16 deletions(-)
copy {paul/libpaul => pcontracts}/Doxyfile (98%)
create mode 100644 pcontracts/examples/Makefile
create mode 100644 pcontracts/mainpage.dox
hooks/post-receive
--
compose-hpc
|
|
From: T. D. <tld...@us...> - 2012-05-25 15:24:59
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via 6253f6d419ece565fdf891fabfda31c806e4176b (commit)
from e42ac3ab8ad554d6ebeade79dff89b5e9cb91d2f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6253f6d419ece565fdf891fabfda31c806e4176b
Author: T. Dahlgren <dah...@ll...>
Date: Fri May 25 08:24:24 2012 -0700
Removing obsolete file previously missed.
-----------------------------------------------------------------------
Summary of changes:
pcontracts/src/runtime/contracts/ContractsPolicy.h | 194 --------------------
1 files changed, 0 insertions(+), 194 deletions(-)
delete mode 100644 pcontracts/src/runtime/contracts/ContractsPolicy.h
hooks/post-receive
--
compose-hpc
|
|
From: Ajay P. <aja...@us...> - 2012-05-24 03:24:56
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via e42ac3ab8ad554d6ebeade79dff89b5e9cb91d2f (commit)
from a98eb796f7cf2dadba7e58ffa0e83a7299b6b1bc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e42ac3ab8ad554d6ebeade79dff89b5e9cb91d2f
Author: Ajay Panyala <aj...@cs...>
Date: Wed May 23 20:24:15 2012 -0700
- Moved the Tascel and Blas to CUDA Blas transformation sources
to the rote/coccinelle section.
- These transformations now use libpaul instead of the older
PAUL implementation. Added a better build process.
-----------------------------------------------------------------------
Summary of changes:
paul/demo/Blas2Cublas.py | 104 --
paul/demo/Makefile | 36 +-
paul/demo/SimpleTranslator.cpp | 21 -
paul/demo/Tascel.py | 116 --
paul/demo/Transforms.cpp | 588 ++--------
paul/demo/Transforms.h | 19 -
paul/demo/blas2cublas/README | 230 ----
paul/demo/blas2cublas/addAnnot.cocci | 1041 -----------------
paul/demo/blas2cublas/src/axpby.cpp | 82 --
paul/demo/blas2cublas/src/axpy.cpp | 81 --
paul/demo/blas2cublas/src/blas2cublas.h | 88 --
paul/demo/blas2cublas/src/copy.cpp | 78 --
paul/demo/blas2cublas/src/dot.cpp | 83 --
paul/demo/blas2cublas/src/gbmv.cpp | 153 ---
paul/demo/blas2cublas/src/gemm.cpp | 158 ---
paul/demo/blas2cublas/src/gemv.cpp | 160 ---
paul/demo/blas2cublas/src/ger.cpp | 114 --
paul/demo/blas2cublas/src/hesyr.cpp | 113 --
paul/demo/blas2cublas/src/hesyr2.cpp | 120 --
paul/demo/blas2cublas/src/hsbmv.cpp | 124 --
paul/demo/blas2cublas/src/hseymv.cpp | 123 --
paul/demo/blas2cublas/src/hspmv.cpp | 121 --
paul/demo/blas2cublas/src/hspr.cpp | 116 --
paul/demo/blas2cublas/src/hspr2.cpp | 121 --
paul/demo/blas2cublas/src/rot.cpp | 87 --
paul/demo/blas2cublas/src/rotm.cpp | 92 --
paul/demo/blas2cublas/src/scal.cpp | 81 --
paul/demo/blas2cublas/src/sumNrm2aminmax.cpp | 123 --
paul/demo/blas2cublas/src/swap.cpp | 82 --
paul/demo/blas2cublas/src/syhemm.cpp | 162 ---
paul/demo/blas2cublas/src/syher2k.cpp | 185 ---
paul/demo/blas2cublas/src/syherk.cpp | 169 ---
paul/demo/blas2cublas/src/tbsmv.cpp | 170 ---
paul/demo/blas2cublas/src/tpsmv.cpp | 168 ---
paul/demo/blas2cublas/src/trsmm.cpp | 199 ----
paul/demo/blas2cublas/src/trsmv.cpp | 169 ---
paul/demo/blas2cublas/tests/blas2/annot1.c | 108 --
paul/demo/blas2cublas/tests/blas2/cblas_sdotx.c | 108 --
paul/demo/blas2cublas/tests/blas2/test.cocci | 15 -
paul/demo/blas2cublas/tests/blas3/cblas1.c | 56 -
paul/demo/blas2cublas/tests/blas3/cblas2.c | 47 -
paul/demo/blas2cublas/tests/blas3/cblasDgemm.c | 44 -
paul/demo/blas2cublas/tests/blas3/cblasSgemm.c | 44 -
paul/demo/blas2cublas/tests/blas3/cblas_cgemmx.c | 158 ---
paul/demo/blas2cublas/tests/blas3/cblas_zgemmx.c | 159 ---
.../tests/tce/transposeLibrary/tce_sort.c | 1135 -------------------
.../tests/tce/transposeLibrary/tce_sortacc.c | 1180 --------------------
paul/demo/main.cpp | 36 +-
paul/demo/tascel/README | 101 --
paul/demo/tascel/linker | 5 -
paul/demo/tascel/src/tascel.cpp | 184 ---
paul/demo/tascel/src/tascel.h | 19 -
paul/demo/tascel/tests/twoel_0.c | 212 ----
paul/demo/tascel/tests/twoel_1.c | 229 ----
paul/demo/tascel/tests/twoel_2.C | 269 -----
rote/coccinelle/blas2cublas/.gitignore | 1 +
rote/coccinelle/blas2cublas/B2CBConfig.h.in | 4 +
rote/coccinelle/blas2cublas/Blas2Cublas.py | 109 ++
rote/coccinelle/blas2cublas/CMakeLists.txt | 51 +
rote/coccinelle/blas2cublas/README | 257 +++++
rote/coccinelle/blas2cublas/addAnnot.cocci | 1041 +++++++++++++++++
{paul/demo => rote/coccinelle}/blas2cublas/linker | 0
rote/coccinelle/blas2cublas/src/Blas2Cublas.cpp | 89 ++
rote/coccinelle/blas2cublas/src/Blas2Cublas.h | 107 ++
rote/coccinelle/blas2cublas/src/Transform.cpp | 344 ++++++
rote/coccinelle/blas2cublas/src/Transform.h | 25 +
rote/coccinelle/blas2cublas/src/axpby.cpp | 93 ++
rote/coccinelle/blas2cublas/src/axpy.cpp | 92 ++
rote/coccinelle/blas2cublas/src/copy.cpp | 87 ++
rote/coccinelle/blas2cublas/src/dot.cpp | 92 ++
rote/coccinelle/blas2cublas/src/gbmv.cpp | 205 ++++
rote/coccinelle/blas2cublas/src/gemm.cpp | 207 ++++
rote/coccinelle/blas2cublas/src/gemv.cpp | 210 ++++
rote/coccinelle/blas2cublas/src/ger.cpp | 135 +++
rote/coccinelle/blas2cublas/src/hesyr.cpp | 132 +++
rote/coccinelle/blas2cublas/src/hesyr2.cpp | 146 +++
rote/coccinelle/blas2cublas/src/hsbmv.cpp | 152 +++
rote/coccinelle/blas2cublas/src/hseymv.cpp | 150 +++
rote/coccinelle/blas2cublas/src/hspmv.cpp | 147 +++
rote/coccinelle/blas2cublas/src/hspr.cpp | 134 +++
rote/coccinelle/blas2cublas/src/hspr2.cpp | 147 +++
rote/coccinelle/blas2cublas/src/rot.cpp | 103 ++
rote/coccinelle/blas2cublas/src/rotm.cpp | 112 ++
rote/coccinelle/blas2cublas/src/scal.cpp | 84 ++
rote/coccinelle/blas2cublas/src/sumNrm2aminmax.cpp | 116 ++
rote/coccinelle/blas2cublas/src/swap.cpp | 95 ++
rote/coccinelle/blas2cublas/src/syhemm.cpp | 194 ++++
rote/coccinelle/blas2cublas/src/syher2k.cpp | 224 ++++
rote/coccinelle/blas2cublas/src/syherk.cpp | 187 +++
rote/coccinelle/blas2cublas/src/tbsmv.cpp | 201 ++++
rote/coccinelle/blas2cublas/src/tpsmv.cpp | 199 ++++
rote/coccinelle/blas2cublas/src/trsmm.cpp | 231 ++++
rote/coccinelle/blas2cublas/src/trsmv.cpp | 200 ++++
.../blas2cublas/tests/blas3/b2cb.paulconf | 2 +
rote/coccinelle/blas2cublas/tests/blas3/cblas1.c | 56 +
rote/coccinelle/blas2cublas/tests/blas3/cblas2.c | 47 +
.../blas2cublas/tests/blas3/cblasATLAS.c | 0
.../blas2cublas/tests/blas3/cblasDgemm.c | 44 +
.../coccinelle}/blas2cublas/tests/blas3/cblasMKL.c | 0
.../blas2cublas/tests/blas3/cblasSgemm.c | 44 +
rote/coccinelle/tascel/.gitignore | 1 +
rote/coccinelle/tascel/CMakeLists.txt | 51 +
rote/coccinelle/tascel/README | 93 ++
rote/coccinelle/tascel/Tascel.py | 95 ++
rote/coccinelle/tascel/TascelConfig.h.in | 4 +
rote/coccinelle/tascel/src/Tascel.cpp | 97 ++
rote/coccinelle/tascel/src/Tascel.h | 19 +
rote/coccinelle/tascel/src/Transform.cpp | 305 +++++
rote/coccinelle/tascel/src/Transform.h | 20 +
rote/coccinelle/tascel/tests/tascel.paulconf | 3 +
rote/coccinelle/tascel/tests/twoel_0.c | 211 ++++
rote/coccinelle/tascel/tests/twoel_1.c | 229 ++++
rote/coccinelle/tascel/tests/twoel_2.C | 269 +++++
rote/stratego/demos/ccsd/README | 6 +-
rote/stratego/demos/ccsd/src/ccsd.cpp | 117 +-
115 files changed, 7866 insertions(+), 9736 deletions(-)
delete mode 100644 paul/demo/Blas2Cublas.py
delete mode 100644 paul/demo/SimpleTranslator.cpp
delete mode 100644 paul/demo/Tascel.py
delete mode 100644 paul/demo/blas2cublas/README
delete mode 100644 paul/demo/blas2cublas/addAnnot.cocci
delete mode 100644 paul/demo/blas2cublas/src/axpby.cpp
delete mode 100644 paul/demo/blas2cublas/src/axpy.cpp
delete mode 100644 paul/demo/blas2cublas/src/blas2cublas.h
delete mode 100644 paul/demo/blas2cublas/src/copy.cpp
delete mode 100644 paul/demo/blas2cublas/src/dot.cpp
delete mode 100644 paul/demo/blas2cublas/src/gbmv.cpp
delete mode 100644 paul/demo/blas2cublas/src/gemm.cpp
delete mode 100644 paul/demo/blas2cublas/src/gemv.cpp
delete mode 100644 paul/demo/blas2cublas/src/ger.cpp
delete mode 100644 paul/demo/blas2cublas/src/hesyr.cpp
delete mode 100644 paul/demo/blas2cublas/src/hesyr2.cpp
delete mode 100644 paul/demo/blas2cublas/src/hsbmv.cpp
delete mode 100644 paul/demo/blas2cublas/src/hseymv.cpp
delete mode 100644 paul/demo/blas2cublas/src/hspmv.cpp
delete mode 100644 paul/demo/blas2cublas/src/hspr.cpp
delete mode 100644 paul/demo/blas2cublas/src/hspr2.cpp
delete mode 100644 paul/demo/blas2cublas/src/rot.cpp
delete mode 100644 paul/demo/blas2cublas/src/rotm.cpp
delete mode 100644 paul/demo/blas2cublas/src/scal.cpp
delete mode 100644 paul/demo/blas2cublas/src/sumNrm2aminmax.cpp
delete mode 100644 paul/demo/blas2cublas/src/swap.cpp
delete mode 100644 paul/demo/blas2cublas/src/syhemm.cpp
delete mode 100644 paul/demo/blas2cublas/src/syher2k.cpp
delete mode 100644 paul/demo/blas2cublas/src/syherk.cpp
delete mode 100644 paul/demo/blas2cublas/src/tbsmv.cpp
delete mode 100644 paul/demo/blas2cublas/src/tpsmv.cpp
delete mode 100644 paul/demo/blas2cublas/src/trsmm.cpp
delete mode 100644 paul/demo/blas2cublas/src/trsmv.cpp
delete mode 100644 paul/demo/blas2cublas/tests/blas2/annot1.c
delete mode 100644 paul/demo/blas2cublas/tests/blas2/cblas_sdotx.c
delete mode 100644 paul/demo/blas2cublas/tests/blas2/test.cocci
delete mode 100644 paul/demo/blas2cublas/tests/blas3/cblas1.c
delete mode 100644 paul/demo/blas2cublas/tests/blas3/cblas2.c
delete mode 100644 paul/demo/blas2cublas/tests/blas3/cblasDgemm.c
delete mode 100644 paul/demo/blas2cublas/tests/blas3/cblasSgemm.c
delete mode 100644 paul/demo/blas2cublas/tests/blas3/cblas_cgemmx.c
delete mode 100644 paul/demo/blas2cublas/tests/blas3/cblas_zgemmx.c
delete mode 100644 paul/demo/blas2cublas/tests/tce/transposeLibrary/tce_sort.c
delete mode 100644 paul/demo/blas2cublas/tests/tce/transposeLibrary/tce_sortacc.c
delete mode 100644 paul/demo/tascel/README
delete mode 100644 paul/demo/tascel/linker
delete mode 100644 paul/demo/tascel/src/tascel.cpp
delete mode 100644 paul/demo/tascel/src/tascel.h
delete mode 100644 paul/demo/tascel/tests/twoel_0.c
delete mode 100644 paul/demo/tascel/tests/twoel_1.c
delete mode 100644 paul/demo/tascel/tests/twoel_2.C
create mode 100644 rote/coccinelle/blas2cublas/.gitignore
create mode 100644 rote/coccinelle/blas2cublas/B2CBConfig.h.in
create mode 100644 rote/coccinelle/blas2cublas/Blas2Cublas.py
create mode 100644 rote/coccinelle/blas2cublas/CMakeLists.txt
create mode 100644 rote/coccinelle/blas2cublas/README
create mode 100644 rote/coccinelle/blas2cublas/addAnnot.cocci
rename {paul/demo => rote/coccinelle}/blas2cublas/linker (100%)
create mode 100644 rote/coccinelle/blas2cublas/src/Blas2Cublas.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/Blas2Cublas.h
create mode 100644 rote/coccinelle/blas2cublas/src/Transform.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/Transform.h
create mode 100644 rote/coccinelle/blas2cublas/src/axpby.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/axpy.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/copy.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/dot.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/gbmv.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/gemm.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/gemv.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/ger.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/hesyr.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/hesyr2.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/hsbmv.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/hseymv.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/hspmv.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/hspr.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/hspr2.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/rot.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/rotm.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/scal.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/sumNrm2aminmax.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/swap.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/syhemm.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/syher2k.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/syherk.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/tbsmv.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/tpsmv.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/trsmm.cpp
create mode 100644 rote/coccinelle/blas2cublas/src/trsmv.cpp
create mode 100644 rote/coccinelle/blas2cublas/tests/blas3/b2cb.paulconf
create mode 100644 rote/coccinelle/blas2cublas/tests/blas3/cblas1.c
create mode 100644 rote/coccinelle/blas2cublas/tests/blas3/cblas2.c
rename {paul/demo => rote/coccinelle}/blas2cublas/tests/blas3/cblasATLAS.c (100%)
create mode 100644 rote/coccinelle/blas2cublas/tests/blas3/cblasDgemm.c
rename {paul/demo => rote/coccinelle}/blas2cublas/tests/blas3/cblasMKL.c (100%)
create mode 100644 rote/coccinelle/blas2cublas/tests/blas3/cblasSgemm.c
create mode 100644 rote/coccinelle/tascel/.gitignore
create mode 100644 rote/coccinelle/tascel/CMakeLists.txt
create mode 100644 rote/coccinelle/tascel/README
create mode 100644 rote/coccinelle/tascel/Tascel.py
create mode 100644 rote/coccinelle/tascel/TascelConfig.h.in
create mode 100644 rote/coccinelle/tascel/src/Tascel.cpp
create mode 100644 rote/coccinelle/tascel/src/Tascel.h
create mode 100644 rote/coccinelle/tascel/src/Transform.cpp
create mode 100644 rote/coccinelle/tascel/src/Transform.h
create mode 100644 rote/coccinelle/tascel/tests/tascel.paulconf
create mode 100644 rote/coccinelle/tascel/tests/twoel_0.c
create mode 100644 rote/coccinelle/tascel/tests/twoel_1.c
create mode 100644 rote/coccinelle/tascel/tests/twoel_2.C
hooks/post-receive
--
compose-hpc
|
|
From: T. D. <tld...@us...> - 2012-05-12 00:25:29
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via a98eb796f7cf2dadba7e58ffa0e83a7299b6b1bc (commit)
from 3c6bd98df9c44a38cbc96907ab02ff7058a1204c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a98eb796f7cf2dadba7e58ffa0e83a7299b6b1bc
Author: T. Dahlgren <dah...@ll...>
Date: Fri May 11 17:24:53 2012 -0700
Try to make sure everything is actually committed
-----------------------------------------------------------------------
Summary of changes:
.../src/runtime/contracts/ContractsEnforcer.h | 251 ++++++++++++++++++++
1 files changed, 251 insertions(+), 0 deletions(-)
create mode 100644 pcontracts/src/runtime/contracts/ContractsEnforcer.h
hooks/post-receive
--
compose-hpc
|
|
From: T. D. <tld...@us...> - 2012-05-12 00:22:55
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via 3c6bd98df9c44a38cbc96907ab02ff7058a1204c (commit)
from 9ffd9bd708a4c881e3bc5a931f75c690f9d8bf62 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3c6bd98df9c44a38cbc96907ab02ff7058a1204c
Author: T. Dahlgren <dah...@ll...>
Date: Fri May 11 17:22:01 2012 -0700
Latest IN PROGESS snapshot. Still fleshing out ContractsEnforcer.
-----------------------------------------------------------------------
Summary of changes:
.../src/runtime/contracts/ContractsEnforcer.c | 678 ++++++++++++++++++++
pcontracts/tests/testContractsEnforcer.c | 338 ++++++++++
2 files changed, 1016 insertions(+), 0 deletions(-)
create mode 100644 pcontracts/src/runtime/contracts/ContractsEnforcer.c
create mode 100644 pcontracts/tests/testContractsEnforcer.c
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-05-07 23:13:30
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via 9ffd9bd708a4c881e3bc5a931f75c690f9d8bf62 (commit)
from 0571c18c919ca196643339f92d099bb9797067de (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9ffd9bd708a4c881e3bc5a931f75c690f9d8bf62
Author: Adrian Prantl <ad...@ll...>
Date: Mon May 7 16:13:16 2012 -0700
improved client build scripts
-----------------------------------------------------------------------
Summary of changes:
braid/doc/braid.1 | 2 +-
braid/regression/interop/build-client.sh.in | 110 +++++++++++++++++++++++----
braid/regression/interop/driver.sh.in | 2 +-
3 files changed, 98 insertions(+), 16 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-05-03 23:57:44
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via 0571c18c919ca196643339f92d099bb9797067de (commit)
from d202a9da055e39fcd101e694fb68ea2e31d083ed (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0571c18c919ca196643339f92d099bb9797067de
Author: Adrian Prantl <ad...@ll...>
Date: Thu May 3 16:57:21 2012 -0700
documentation
-----------------------------------------------------------------------
Summary of changes:
braid/Doxyfile.in | 2 +-
braid/Makefile.am | 2 +-
braid/Makefile.in | 4 ++--
braid/NEWS | 7 +++++++
braid/braid/gramola.pl | 4 +++-
5 files changed, 14 insertions(+), 5 deletions(-)
create mode 100644 braid/NEWS
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-04-28 00:24:17
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via 9cb8a1f97926728872bb594bd40a1e3365a758b2 (commit)
via a6d3e01420509b8d71f059281910825783e38aff (commit)
from 8ecc2bb51926883299b7bde233152d15e9d5629c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9cb8a1f97926728872bb594bd40a1e3365a758b2
Author: Adrian Prantl <ad...@ll...>
Date: Fri Apr 27 17:23:51 2012 -0700
minor bugfixes
commit a6d3e01420509b8d71f059281910825783e38aff
Author: Adrian Prantl <ad...@ll...>
Date: Fri Apr 27 17:23:38 2012 -0700
more portable version of the testcase build system, generates rules for all 787 tests
-----------------------------------------------------------------------
Summary of changes:
braid/Makefile.in | 3014 +++++++++++++++++++++-
braid/braid/chapel/cgen.py | 6 +-
braid/chpl/DistributedArray.chpl | 3 +-
braid/configure | 742 +++---
braid/configure.ac | 7 +
braid/doc/braid.1 | 3 +-
braid/regression/interop/Makefile.include | 96 +-
braid/regression/interop/build-client.sh.in | 19 +-
braid/regression/interop/build-server.sh.in | 7 +-
braid/regression/interop/driver.sh.in | 11 +-
braid/regression/interop/gen-testnames.sh | 84 +
braid/regression/interop/tests.mk | 3756 +++++++++++++++++++++++++++
12 files changed, 7266 insertions(+), 482 deletions(-)
create mode 100644 braid/regression/interop/gen-testnames.sh
create mode 100644 braid/regression/interop/tests.mk
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-04-26 21:53:24
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via 8ecc2bb51926883299b7bde233152d15e9d5629c (commit)
via 9b365fd16aaaa94048dadb4369ff3809c9f225f7 (commit)
via 36941b1cd5a7328229bc396579729b4bca185037 (commit)
from 1c24383d8d314c0afb9165c1bbbbfdb4d122aec9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8ecc2bb51926883299b7bde233152d15e9d5629c
Author: Adrian Prantl <ad...@ll...>
Date: Thu Apr 26 14:53:01 2012 -0700
improved the granularity of the regression test make rules,
using the incredibly tricky GNU make .SECONDEXPANSION feature
commit 9b365fd16aaaa94048dadb4369ff3809c9f225f7
Author: Adrian Prantl <ad...@ll...>
Date: Thu Apr 26 14:45:41 2012 -0700
revert the accidental autoconf version bump
commit 36941b1cd5a7328229bc396579729b4bca185037
Author: Adrian Prantl <ad...@ll...>
Date: Thu Apr 26 11:38:59 2012 -0700
renamed runtime to chpl again, because it's a more natural installation path
-----------------------------------------------------------------------
Summary of changes:
braid/Makefile.am | 36 +-
braid/Makefile.in | 881 ++++++++++----------
braid/README | 1 +
braid/aclocal.m4 | 4 +-
braid/braid/chapel/makefile.py | 2 +-
.../array_support.inc => chpl/ArraySupport.chpl} | 0
.../barray.inc => chpl/BorrowedArray.chpl} | 0
.../darray.inc => chpl/DistributedArray.chpl} | 0
braid/chpl/Makefile.include | 188 +++++
braid/{runtime => chpl}/README | 0
braid/{runtime/array.inc => chpl/SIDLArray.chpl} | 0
braid/{runtime => chpl}/chpl_sidl_array.h | 0
braid/configure | 735 ++++++++---------
braid/regression/interop/Makefile.include | 61 +-
braid/runtime/Makefile.include | 188 -----
15 files changed, 1049 insertions(+), 1047 deletions(-)
rename braid/{runtime/array_support.inc => chpl/ArraySupport.chpl} (100%)
rename braid/{runtime/barray.inc => chpl/BorrowedArray.chpl} (100%)
rename braid/{runtime/darray.inc => chpl/DistributedArray.chpl} (100%)
create mode 100644 braid/chpl/Makefile.include
rename braid/{runtime => chpl}/README (100%)
rename braid/{runtime/array.inc => chpl/SIDLArray.chpl} (100%)
rename braid/{runtime => chpl}/chpl_sidl_array.h (100%)
delete mode 100644 braid/runtime/Makefile.include
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-04-26 17:57:36
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via 1c24383d8d314c0afb9165c1bbbbfdb4d122aec9 (commit)
via 3a503cf00986bb40eae0cad8589590b6176258d9 (commit)
from 2f6facdfef162c78b4d4f4b6480a9bace4aedc44 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1c24383d8d314c0afb9165c1bbbbfdb4d122aec9
Author: Adrian Prantl <ad...@ll...>
Date: Thu Apr 26 10:56:41 2012 -0700
added a preliminary patch for the chapel compiler that allows us to link chapel libraries and a chapel program
commit 3a503cf00986bb40eae0cad8589590b6176258d9
Author: Adrian Prantl <ad...@ll...>
Date: Thu Apr 26 10:55:45 2012 -0700
more CHPL 1.5 compatibility
added a module-wide splicer block to impls
-----------------------------------------------------------------------
Summary of changes:
braid/braid/chapel/backend.py | 29 ++-
braid/braid/chapel/cgen.py | 8 +-
braid/braid/chapel/conversions.burg | 4 +
braid/braid/splicer.py | 3 +-
.../1000-static-weak-global-symbols.diff | 315 ++++++++++++++++++++
braid/configure | 50 ++--
braid/configure.ac | 10 +-
braid/doc/braid.1 | 4 +-
braid/patch-chapel-compiler.sh.in | 10 +-
.../interop/args/libChapel/Args_Impl.chpl | 161 ++++++-----
.../interop/ordering/runChapel/orderingtest.chpl | 10 +-
rote/minitermite/doc/src2term.1 | 2 +-
rote/minitermite/doc/term2src.1 | 2 +-
13 files changed, 476 insertions(+), 132 deletions(-)
create mode 100644 braid/chapel-patches/1000-static-weak-global-symbols.diff
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-04-25 17:42:40
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via 2f6facdfef162c78b4d4f4b6480a9bace4aedc44 (commit)
from dcb07cde32e06a657ab7ad565651bdfb0b9b1745 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2f6facdfef162c78b4d4f4b6480a9bace4aedc44
Author: Adrian Prantl <ad...@ll...>
Date: Wed Apr 25 10:42:25 2012 -0700
added more typecasts to int(32) to make chpl 1.5 happy.
-----------------------------------------------------------------------
Summary of changes:
braid/braid/chapel/backend.py | 8 ++--
.../interop/arrays/runChapel/arraystest.chpl | 47 ++++++++++++--------
braid/runtime/array.inc | 42 +++++++++---------
braid/runtime/array_support.inc | 4 +-
braid/runtime/barray.inc | 18 ++++----
5 files changed, 65 insertions(+), 54 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-04-25 17:00:57
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via dcb07cde32e06a657ab7ad565651bdfb0b9b1745 (commit)
from 0419f3f13254cf1d4bd8763496b161f3eb24cb91 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit dcb07cde32e06a657ab7ad565651bdfb0b9b1745
Author: Adrian Prantl <ad...@ll...>
Date: Wed Apr 25 10:00:31 2012 -0700
renamed sdf_grammar -> stratego-signatures
use generic sort name for alternatives (A|B) in the grammar
-----------------------------------------------------------------------
Summary of changes:
rote/minitermite/src/Makefile.include | 12 +++---
.../src/{sdf_grammar.pl => stratego-signatures.pl} | 47 +++++++++++---------
2 files changed, 32 insertions(+), 27 deletions(-)
rename rote/minitermite/src/{sdf_grammar.pl => stratego-signatures.pl} (81%)
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-04-24 22:51:59
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via 0419f3f13254cf1d4bd8763496b161f3eb24cb91 (commit)
from 8c9d5277cc14a3d7ca6da4b1379aee3e5776cb3f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0419f3f13254cf1d4bd8763496b161f3eb24cb91
Author: Adrian Prantl <ad...@ll...>
Date: Tue Apr 24 15:51:44 2012 -0700
bugfix
-----------------------------------------------------------------------
Summary of changes:
rote/minitermite/src/sdf_grammar.pl | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
hooks/post-receive
--
compose-hpc
|
|
From: adrian <adr...@us...> - 2012-04-24 22:46:43
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via 8c9d5277cc14a3d7ca6da4b1379aee3e5776cb3f (commit)
via d084d157e330c2ca952f703287193476d37be318 (commit)
from 79f915d67329ff48c550b203fbb5bbfd94b94ee9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8c9d5277cc14a3d7ca6da4b1379aee3e5776cb3f
Merge: d084d15 79f915d
Author: Adrian Prantl <ad...@ll...>
Date: Tue Apr 24 15:46:35 2012 -0700
Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc
commit d084d157e330c2ca952f703287193476d37be318
Author: Adrian Prantl <ad...@ll...>
Date: Tue Apr 24 15:46:08 2012 -0700
first working version of SDF/Stratego grammar generator
-----------------------------------------------------------------------
Summary of changes:
rote/minitermite/src/sdf_grammar.pl | 102 +++++++++++++++++++++++++++-------
1 files changed, 81 insertions(+), 21 deletions(-)
hooks/post-receive
--
compose-hpc
|