Skip to content

Commit

Permalink
Load mpi before install python
Browse files Browse the repository at this point in the history
Allow-unstable-test: true
Skip-unit-tests: true
Test-tag: mpiio
Required-githooks: true
Signed-off-by: Ashley Pittman <[email protected]>
  • Loading branch information
ashleypittman committed Jan 18, 2024
1 parent 0e2a2b4 commit b1c4d81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tests/ftest/scripts/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,12 @@ source venv/bin/activate

pip install --upgrade pip
pip install -r "$PREFIX"/lib/daos/TESTING/ftest/requirements-ftest.txt

# for mpiio tests.
module avail
module load mpi/openmpi-x86_64
pip install mpi4py
module unload mpi/openmpi-x86_64

if $TEST_RPMS; then
rm -rf "$PWD"/install/tmp
Expand Down

0 comments on commit b1c4d81

Please sign in to comment.