OSError: libmpi.so.40: cannot open shared object file: No such file or directory
#42
by
dghjjjk
- opened
OSError: libmpi.so.40: cannot open shared object file: No such file or directory
@dghjjjk It seems that your machine environment does not have MPI installed. MPI is often used as a basic dependency for multi-node running in HPC. Use Docker to run it, so that the differences in the basic environment do not waste too much of your time.
Hi, could you tell me what's the MPI version?