Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
boeschf committed Dec 20, 2024
1 parent 8f6f70c commit a124f54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion bindings/python/src/_pyghex/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ add_library(pyghex_obj OBJECT ${pyghex_source})
set_property(TARGET pyghex_obj PROPERTY POSITION_INDEPENDENT_CODE ON)
target_include_directories(pyghex_obj PRIVATE
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>
$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}>
)
target_link_libraries(pyghex_obj PRIVATE pybind11::module)
ghex_target_compile_options(pyghex_obj)
Expand Down
1 change: 1 addition & 0 deletions bindings/python/src/ghex/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
if TYPE_CHECKING:
from mpi4py.MPI import Comm


def make_context(comm: Comm, thread_safe: bool = False) -> context:
return context(mpi_comm(comm), thread_safe)

0 comments on commit a124f54

Please sign in to comment.