Hello,
I'm trying to use the package mpi4py to parallelize a task in a python script (PHAT_Segment.py). I've typed the command:
mpiexec -n 4 python PHAT_Segment.py
And I am getting the following error:
ImportError: librt.so.1: cannot open shared object file: No such file or directory
I've checked that mpi4py is installed and have tried to look up this error online and haven't had any success. Please let me know how I should proceed.