From: adrian <adr...@us...> - 2012-07-03 23:22:19
|
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 3c9582693a69d3b4932f0a7a615eef86e4768733 (commit) via d8ed1de2a1fc768293e32caa1eccc0cbf7c3929f (commit) via fbb8e2f54f443a95d7e0da18baa148c52476f6d5 (commit) from f780013ca1e66ff76f6191c72730c48dc743069d (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 3c9582693a69d3b4932f0a7a615eef86e4768733 Author: Adrian V. Prantl <pr...@an...> Date: Tue Jul 3 16:21:47 2012 -0700 propagate number of locales to chapel runtime from SLURM environment commit d8ed1de2a1fc768293e32caa1eccc0cbf7c3929f Merge: fbb8e2f f780013 Author: Adrian V. Prantl <pr...@an...> Date: Mon Jul 2 14:39:34 2012 -0700 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit fbb8e2f54f443a95d7e0da18baa148c52476f6d5 Author: Adrian V. Prantl <pr...@an...> Date: Mon Jul 2 14:39:26 2012 -0700 local changes ----------------------------------------------------------------------- Summary of changes: braid/README | 1 + braid/braid/chapel/backend.py | 32 ++- braid/braid/codegen.py | 2 +- braid/braid/ior_template.py | 2 +- braid/doc/braid.1 | 39 ++-- braid/doc/users_guide.html | 43 ++-- braid/examples/build-scripts/build-chapel.sh | 5 + .../cxx-pgas-experiement}/GNUmakefile | 75 ++++-- .../examples/lulesh/cxx-pgas-experiement/Makefile | 14 - .../lulesh/cxx-pgas-experiement/babel.make | 6 +- .../cxx-pgas-experiement/libpgas/GNUmakefile | 20 +- .../lulesh/cxx-pgas-experiement/libpgas/babel.make | 10 +- .../lulesh/cxx-pgas-experiement/libpgas/pgas.chpl | 266 ++++++++++++++++++ .../cxx-pgas-experiement/libpgas/pgas_Impl.chpl | 54 ++++- ...DoubleArray_IOR.c => pgas_MPIinitializer_IOR.c} | 296 +++++++++----------- .../libpgas/pgas_MPIinitializer_IOR.h | 120 ++++++++ .../cxx-pgas-experiement/libpgas/pgas_Skel.chpl | 6 + .../libpgas/pgas_blockedDouble3dArray_Skel.c | 23 ++- .../libpgas/pgas_blockedDouble3dArray_Stub.h | 4 +- .../libpgas/pgas_blockedDoubleArray_IOR.h | 131 --------- .../libpgas/pgas_blockedDoubleArray_Skel.c | 61 ---- .../libpgas/pgas_blockedDoubleArray_Skel.h | 28 -- .../libpgas/pgas_blockedDoubleArray_Stub.h | 27 -- .../libpgas/pgas_blockedDoubleArray_cStub.c | 70 ----- .../libpgas/pgas_blockedDoubleArray_cStub.h | 48 ---- .../lulesh/cxx-pgas-experiement/luleshPGAS.cc | 17 +- .../examples/lulesh/cxx-pgas-experiement/pgas.hxx | 10 +- .../lulesh/cxx-pgas-experiement/pgas_IOR.h | 5 +- .../lulesh/cxx-pgas-experiement/pgas_array.sidl | 19 +- .../pgas_blockedDouble3dArray.cxx | 2 +- .../pgas_blockedDouble3dArray.hxx | 2 +- .../pgas_blockedDouble3dArray_IOR.h | 2 +- .../examples/lulesh/cxx-pgas-experiement/run.moab | 13 - .../lulesh/cxx-pgas-experiement/run27.moab | 13 + .../examples/lulesh/cxx-pgas-experiement/run8.moab | 13 + 35 files changed, 814 insertions(+), 665 deletions(-) create mode 100644 braid/examples/build-scripts/build-chapel.sh copy braid/examples/{sandbox/blas/chpl_hybrid/libC => lulesh/cxx-pgas-experiement}/GNUmakefile (64%) delete mode 100644 braid/examples/lulesh/cxx-pgas-experiement/Makefile rename braid/examples/lulesh/cxx-pgas-experiement/libpgas/{pgas_blockedDoubleArray_IOR.c => pgas_MPIinitializer_IOR.c} (56%) create mode 100644 braid/examples/lulesh/cxx-pgas-experiement/libpgas/pgas_MPIinitializer_IOR.h delete mode 100644 braid/examples/lulesh/cxx-pgas-experiement/libpgas/pgas_blockedDoubleArray_IOR.h delete mode 100644 braid/examples/lulesh/cxx-pgas-experiement/libpgas/pgas_blockedDoubleArray_Skel.c delete mode 100644 braid/examples/lulesh/cxx-pgas-experiement/libpgas/pgas_blockedDoubleArray_Skel.h delete mode 100644 braid/examples/lulesh/cxx-pgas-experiement/libpgas/pgas_blockedDoubleArray_Stub.h delete mode 100644 braid/examples/lulesh/cxx-pgas-experiement/libpgas/pgas_blockedDoubleArray_cStub.c delete mode 100644 braid/examples/lulesh/cxx-pgas-experiement/libpgas/pgas_blockedDoubleArray_cStub.h delete mode 100644 braid/examples/lulesh/cxx-pgas-experiement/run.moab create mode 100644 braid/examples/lulesh/cxx-pgas-experiement/run27.moab create mode 100644 braid/examples/lulesh/cxx-pgas-experiement/run8.moab hooks/post-receive -- compose-hpc |