Error: libtool - while compiling an MPI program
问题 I'm using OpenSuse Leap and I installed openMPI thought YaST. Running a which mpirun command I get /usr/lib64/mpi/gcc/openmpi/bin/mpirun and running which mpicc i get /usr/bin/mpicc . How to make sure first that OpenMPI is correctly installed? Second, I have a simple hello world I am process X program and running mpicc hello.c I get this output gcc: error: libtool:: No such file or directory gcc: error: link:: No such file or directory mpicc: No such file or directory Also, I installed