Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions installers/install_nixl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [ ! -e "/dev/gdrdrv" ] || [ "$FORCE" = true ]; then

cd ..
else
echo "Found /dev/gdrdrv. Skipping gdrcopy installion"
echo "Found /dev/gdrdrv. Skipping gdrcopy installing"
fi

if ! command -v ucx_info &> /dev/null || [ "$FORCE" = true ]; then
Expand Down Expand Up @@ -89,7 +89,7 @@ if ! command -v ucx_info &> /dev/null || [ "$FORCE" = true ]; then

cd ..
else
echo "Found existing UCX. Skipping UCX installion"
echo "Found existing UCX. Skipping UCX installing"
fi

if ! command -v nixl_test &> /dev/null || [ "$FORCE" = true ]; then
Expand All @@ -104,5 +104,5 @@ if ! command -v nixl_test &> /dev/null || [ "$FORCE" = true ]; then

cd ../..
else
echo "Found existing NIXL. Skipping NIXL installion"
echo "Found existing NIXL. Skipping NIXL installing"
fi