Open jinz2014 opened 9 months ago
Maybe it's the same problem? https://github.com/ROCm/hipBLASLt/issues/677
Hi @jinz2014, can you try using -d
as suggested in https://github.com/ROCm/hipBLASLt/issues/677?
The command assumes that a user has root permission.
./install.sh -d
[ 8%] Building C object CMakeFiles/msgpackc.dir/src/objectc.c.o [ 16%] Building C object CMakeFiles/msgpackc.dir/src/unpack.c.o [ 25%] Building C object CMakeFiles/msgpackc.dir/src/version.c.o [ 33%] Building C object CMakeFiles/msgpackc.dir/src/vrefbuffer.c.o [ 41%] Building C object CMakeFiles/msgpackc.dir/src/zone.c.o [ 50%] Linking C shared library libmsgpackc.so [ 50%] Built target msgpackc [ 58%] Building C object CMakeFiles/msgpackc-static.dir/src/objectc.c.o [ 66%] Building C object CMakeFiles/msgpackc-static.dir/src/unpack.c.o [ 75%] Building C object CMakeFiles/msgpackc-static.dir/src/version.c.o [ 83%] Building C object CMakeFiles/msgpackc-static.dir/src/vrefbuffer.c.o [ 91%] Building C object CMakeFiles/msgpackc-static.dir/src/zone.c.o [100%] Linking C static library libmsgpackc.a [100%] Built target msgpackc-static
We trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
If you have all the dependencies then you can try building manually with cmake, see the docs here: https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/installation.html#manual-build-all-supported-platforms. You can choose to install in a directory that does not require sudo permission with -DCMAKE_INSTALL_PREFIX=<path>
.
Can you please provide build instructions for non-root users ?