Skip to content

Commit

Permalink
Change setup for mpiio
Browse files Browse the repository at this point in the history
Required-githooks: true

Signed-off-by: Ashley Pittman <[email protected]>
  • Loading branch information
ashleypittman committed Jan 18, 2024
1 parent 1b85b7f commit 0e2a2b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/tests/ftest/scripts/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ source venv/bin/activate

pip install --upgrade pip
pip install -r "$PREFIX"/lib/daos/TESTING/ftest/requirements-ftest.txt
# for mpiio tests.
pip install mpi4py

if $TEST_RPMS; then
rm -rf "$PWD"/install/tmp
Expand Down
1 change: 0 additions & 1 deletion utils/rpms/daos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ Requires: hdf5-vol-daos-mpich-tests
Requires: MACSio-mpich
Requires: simul-mpich
Requires: romio-tests
Requires: python3-mpi4py-tests

%description client-tests-mpich
This is the package needed to run the DAOS client test suite mpich tools
Expand Down

0 comments on commit 0e2a2b4

Please sign in to comment.