79526298

Date: 2025-03-21 18:12:26
Score: 0.5
Natty:
Report link

On CentOS, I had to augment my PATH after installing openmpi3:

$ sudo yum install openmpi3-devel
...
$ export PATH=/usr/lib64/openmpi3/bin/:$PATH
$ mpicc --version
gcc (GCC) ... 
$ pip3 install mpi4py
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: w.t