Skip to content

Commit

Permalink
Debug sys path
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Apr 29, 2024
1 parent 20895da commit c348fc6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@
import adios4dolfinx



def get_sys_path():
import sys
return sys.path

@pytest.fixture(scope="module")
def cluster():
cluster = ipp.Cluster(engines="mpi", n=2)
rc = cluster.start_and_connect_sync()
print(rc[:].apply_sync(get_sys_path))
yield rc
cluster.stop_cluster_sync()

Expand Down

0 comments on commit c348fc6

Please sign in to comment.