Skip to content

Commit

Permalink
Merge pull request #1678 from STEllAR-GROUP/transpose_fixes
Browse files Browse the repository at this point in the history
Transpose fixes
  • Loading branch information
hkaiser committed Jul 31, 2015
2 parents 2801b8d + 831ed59 commit 4d10430
Show file tree
Hide file tree
Showing 6 changed files with 505 additions and 31 deletions.
6 changes: 6 additions & 0 deletions examples/transpose/CMakeLists.txt
Expand Up @@ -13,6 +13,12 @@ set(example_programs
transpose_serial_vector
)

if(HPX_WITH_AWAIT)
set(example_programs
${example_programs}
transpose_await)
endif()

foreach(example_program ${example_programs})

set(sources ${example_program}.cpp)
Expand Down

0 comments on commit 4d10430

Please sign in to comment.