From: adrian <adr...@us...> - 2012-08-03 17:45:53
|
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 a6d5a9ada2360a692966c8f9525de69d667c2024 (commit) via d4a2f1f402887fe02ed8eaf3cce16513d743e7dd (commit) from fbac8c04c06081b8f7939877fd68da7c094fa2aa (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 a6d5a9ada2360a692966c8f9525de69d667c2024 Author: Adrian Prantl <ad...@ll...> Date: Fri Aug 3 10:45:20 2012 -0700 milestone: args UPC example working commit d4a2f1f402887fe02ed8eaf3cce16513d743e7dd Author: Adrian Prantl <ad...@ll...> Date: Thu Aug 2 15:36:09 2012 -0700 * improved auto-detection of UPC version * configure now detects UPC compiler flags * configure extracts the UPC startup code, scavenged from compiling a minimal UPC file ----------------------------------------------------------------------- Summary of changes: braid/Makefile.am | 26 +- braid/Makefile.in | 1327 ++++++++++++++++++--------- braid/README | 2 + braid/braid/Makefile.include | 12 +- braid/braid/babel.py | 245 +++++- braid/braid/backend.py | 4 +- braid/braid/braid.py | 1 + braid/braid/chapel/chpl_backend.py | 154 +--- braid/braid/chapel/chpl_makefile.py | 4 +- braid/braid/config.py.in | 10 +- braid/braid/gramola.pl | 6 +- braid/braid/ior_template.py | 137 +++- braid/braid/ir.py | 384 ++++---- braid/braid/sidl.py | 432 +++++----- braid/braid/upc/upc_backend.py | 147 +--- braid/braid/upc/upc_makefile.py | 20 +- braid/configure | 119 ++- braid/configure.ac | 56 +- braid/doc/braid.1 | 4 +- braid/doc/users_guide.html | 7 +- braid/gen-runtime-deps.sh | 2 +- braid/regression/interop/build-client.sh.in | 2 +- braid/regression/interop/build-server.sh.in | 6 +- braid/regression/interop/tests.mk | 2 +- braid/upc/Makefile.include | 1 + 25 files changed, 1933 insertions(+), 1177 deletions(-) hooks/post-receive -- compose-hpc |