From: adrian <adr...@us...> - 2012-06-29 17:13:02
|
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 f3eeff6edbad4ae976428368c67b38686381353b (commit) via 907314babdd616afcca510aa7b4c9c85b422e6c6 (commit) from 9af9ec572b7d988eb582e64a7e54515e5c79b5ef (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 f3eeff6edbad4ae976428368c67b38686381353b Merge: 907314b 9af9ec5 Author: Adrian V. Prantl <pr...@an...> Date: Fri Jun 29 10:11:30 2012 -0700 Merge branch 'master' of ssh://compose-hpc.git.sourceforge.net/gitroot/compose-hpc/compose-hpc commit 907314babdd616afcca510aa7b4c9c85b422e6c6 Author: Adrian V. Prantl <pr...@an...> Date: Fri Jun 29 10:10:46 2012 -0700 add several versions of lulesh benchmarks ----------------------------------------------------------------------- Summary of changes: braid/examples/lulesh/chapel/Makefile | 8 + braid/examples/lulesh/chapel/luleshCHPL.chpl | 1595 ++++++++ braid/examples/lulesh/chapel/run.moab | 12 + braid/examples/lulesh/cxx/Makefile | 11 + braid/examples/lulesh/cxx/luleshMPI.cc | 5469 ++++++++++++++++++++++++++ braid/examples/lulesh/cxx/run.moab | 13 + 6 files changed, 7108 insertions(+), 0 deletions(-) create mode 100644 braid/examples/lulesh/chapel/Makefile create mode 100644 braid/examples/lulesh/chapel/luleshCHPL.chpl create mode 100644 braid/examples/lulesh/chapel/run.moab create mode 100644 braid/examples/lulesh/cxx/Makefile create mode 100644 braid/examples/lulesh/cxx/luleshMPI.cc create mode 100644 braid/examples/lulesh/cxx/run.moab hooks/post-receive -- compose-hpc |