Install the Intel MPI libmpi.so into lib/

This commit is contained in:
Rodrigo Arias 2023-06-16 17:05:09 +02:00
parent 7f18deaf69
commit b2283efd46

View File

@ -136,7 +136,9 @@ let
rsync -a man/ $out/share/man/
rsync -a etc/ $out/etc/
rsync -a include/ $out/include/
rsync -a lib/ $out/lib/
cp -a lib/lib* $out/lib/
# Copy the actual libmpi.so from release
cp -a lib/release/lib* $out/lib
# Broken due missing libze_loader.so.1
rsync -a --exclude IMB-MPI1-GPU bin/ $out/bin/
popd