-
Notifications
You must be signed in to change notification settings - Fork 207
Open
Labels
Description
Describe the bug
When running the test_mpi_funcs.py, the test will hang infinitely. This does not work on Ubuntu 24.04 running python 3.12.3, but the test passes when running on Ubuntu 20.04 w/ python 3.12.3.
To Reproduce
Steps to reproduce the behavior, for e.g:
- Clone parsl from repo, on master branch at commit a282d79
make virtualenv
source .venv/bin/activate
make deps
pip install -e .
pip install radical.pilot
- Run
pytest -v --log-cli-level=DEBUG parsl/tests/test_radical/test_mpi_funcs.py --config local
- Test does not finish, just hangsExpected behaviorTest doesn't hangEnvironment
- OS: Ubuntu 24.04 LTS
- Python version: 3.12.3
- Parsl version: 1.3.0.dev0
Distributed Environment
- Where are you running the Parsl script from ? Standalone Google Cloud Platform VM
- Where do you need the workers to run ? Local
runinfo_000_ubuntu_2404.tar.gz
runinfo_000_ubuntu_2004.tar.gz