From: Samantha F. <ss...@us...> - 2011-12-19 19:04:51
|
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 8cc3f25071a22a6ac9f6b3e17e3073573d1c55f4 (commit) from 4e2ea48531b605f5606a474f692679d0b55f2744 (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 8cc3f25071a22a6ac9f6b3e17e3073573d1c55f4 Author: Samantha S. Foley <fo...@or...> Date: Mon Dec 19 13:47:59 2011 -0500 adding some work on threaded composition ----------------------------------------------------------------------- Summary of changes: thread_comp/Makefile | 75 ++++++++ thread_comp/README | 13 ++ thread_comp/README~ | 9 + thread_comp/hw.c | 51 ++++++ thread_comp/hwloc-hello.c | 72 ++++++++ thread_comp/mixed_context.c | 398 +++++++++++++++++++++++++++++++++++++++++ thread_comp/mixed_hw.c | 160 +++++++++++++++++ thread_comp/mixed_skel.c | 374 ++++++++++++++++++++++++++++++++++++++ thread_comp/scala_solver.c | 219 ++++++++++++++++++++++ thread_comp/topo_check.c | 157 ++++++++++++++++ thread_comp/topo_check_long.c | 157 ++++++++++++++++ thread_comp/topo_disco.c | 99 ++++++++++ 12 files changed, 1784 insertions(+), 0 deletions(-) create mode 100644 thread_comp/Makefile create mode 100644 thread_comp/README create mode 100644 thread_comp/README~ create mode 100644 thread_comp/hw.c create mode 100644 thread_comp/hwloc-hello.c create mode 100644 thread_comp/mixed_context.c create mode 100644 thread_comp/mixed_hw.c create mode 100644 thread_comp/mixed_skel.c create mode 100644 thread_comp/scala_solver.c create mode 100644 thread_comp/topo_check.c create mode 100644 thread_comp/topo_check_long.c create mode 100644 thread_comp/topo_disco.c hooks/post-receive -- compose-hpc |