From: adrian <adr...@us...> - 2012-06-21 21:26: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 a5663bbb80ffa97441e7734e0a5d15b1abf7582f (commit) via d62553ea3d5ad85f0c7e5b9a04722cf657f2c86e (commit) via eabbd0b121214f2a6bee6761898a82c604a3988d (commit) via f6eb052e7dcdf7661f0d788a815c0e7e2df1b942 (commit) via cbac4f2c1ea7973d1ec72503a6a708cf19968054 (commit) from 0740d6c91ddb5c8f6d0d09aecf94671106fc9148 (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 a5663bbb80ffa97441e7734e0a5d15b1abf7582f Merge: d62553e 0740d6c Author: Adrian Prantl <ad...@ll...> Date: Thu Jun 21 14:24:56 2012 -0700 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc Conflicts: braid/braid/sidl.py commit d62553ea3d5ad85f0c7e5b9a04722cf657f2c86e Author: Adrian Prantl <ad...@ll...> Date: Thu Jun 21 14:22:58 2012 -0700 ported Babel epv initialization code commit eabbd0b121214f2a6bee6761898a82c604a3988d Author: Adrian Prantl <ad...@ll...> Date: Thu Jun 21 14:22:44 2012 -0700 more improvements to the generic array implementation / library patch commit f6eb052e7dcdf7661f0d788a815c0e7e2df1b942 Author: Adrian Prantl <ad...@ll...> Date: Mon Jun 18 15:08:19 2012 -0700 added patch for chapel runtime to allow controlled initialization of chapel runtime commit cbac4f2c1ea7973d1ec72503a6a708cf19968054 Author: Adrian Prantl <ad...@ll...> Date: Mon Jun 18 15:06:47 2012 -0700 checked in a couple of dangling files ----------------------------------------------------------------------- Summary of changes: braid/braid/babel.py | 23 + braid/braid/chapel/backend.py | 117 +- braid/braid/chapel/makefile.py | 38 +- braid/braid/ior_template.py | 1006 +++++- braid/braid/sidl.def | 30 +- braid/braid/sidl.py | 3384 ++++++++++++++++++++ braid/braid/sidlobjects.py | 92 +- braid/chapel-patches/0010-library-init.diff | 369 +++ .../1000-static-weak-global-symbols.diff | 315 -- braid/chpl/BorrowedArray.chpl | 76 +- braid/chpl/SIDLArray.chpl | 23 +- braid/doc/braid.1 | 2 +- .../interop/contracts/libChapel/vect_Impl.chpl | 688 ++++ .../interop/contracts/runChapel/contractstest.chpl | 10 +- .../interop/cronjobs/casc-linux-gcc46.profile | 46 + .../interop/cronjobs/setup/casc-linux-final.sh | 3 + 16 files changed, 5649 insertions(+), 573 deletions(-) create mode 100644 braid/braid/sidl.py create mode 100644 braid/chapel-patches/0010-library-init.diff delete mode 100644 braid/chapel-patches/1000-static-weak-global-symbols.diff create mode 100644 braid/regression/interop/contracts/libChapel/vect_Impl.chpl create mode 100644 braid/regression/interop/cronjobs/casc-linux-gcc46.profile create mode 100755 braid/regression/interop/cronjobs/setup/casc-linux-final.sh hooks/post-receive -- compose-hpc |