Skip to content

Commit

Permalink
split off pio_darray_async.c
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jun 21, 2016
1 parent c902eb9 commit 1e317dc
Show file tree
Hide file tree
Showing 2 changed files with 2,146 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/clib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ set (PIO_C_SRCS topology.c
pioc_sc.c
pio_spmd.c
pio_rearrange.c
pio_darray.c
pio_nc4.c
bget.c)

Expand All @@ -23,9 +22,10 @@ set (PIO_GENNC_SRCS ${CMAKE_CURRENT_BINARY_DIR}/pio_put_nc.c
${CMAKE_CURRENT_BINARY_DIR}/pio_nc.c)

if (PIO_ENABLE_ASYNC)
set (PIO_ADDL_SRCS pio_nc_async.c pio_put_nc_async.c pio_get_nc_async.c pio_msg.c pio_varm.c)
set (PIO_ADDL_SRCS pio_nc_async.c pio_put_nc_async.c pio_get_nc_async.c
pio_msg.c pio_varm.c pio_darray_async.c)
else ()
set (PIO_ADDL_SRCS ${PIO_GENNC_SRCS})
set (PIO_ADDL_SRCS pio_darray.c ${PIO_GENNC_SRCS})
endif ()

add_library (pioc ${PIO_C_SRCS} ${PIO_ADDL_SRCS})
Expand Down
Loading

0 comments on commit 1e317dc

Please sign in to comment.