Error Message "cannot install 'libucs.la t' to a directory not ending in /usr/lib" Is Displayed During HUCX Compilation
Symptom
When Hyper MPI is installed from source, the following information is displayed after the make install command is executed:
libtool: error: cannot install 'libucs.la t' to a directory not ending in /usr/lib make -j32 install
Key Process and Cause Analysis
- HUCX compilation has been performed.
- The ./configure command is run again.
Conclusion and Solution
- Clean the existing HUCX compilation.
make clean
- Install the Hyper MPI source package.
make
make install