Skip to content

Commit 4c5a88c

Browse files
[integ-tests] Remove compilation of OFI because EFA has included the ofi-nccl plugin in the installer
1 parent de7bb06 commit 4c5a88c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/integration-tests/tests/efa/test_efa/test_efa/nccl_benchmarks/init_nccl_benchmarks.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ rm -rf /shared/${1}
77
module load ${1}
88
NCCL_BENCHMARKS_VERSION='2.13.8'
99
NCCL_VERSION='2.19.4-1'
10-
OFI_NCCL_VERSION='1.7.4-aws'
1110
MPI_HOME=$(which mpirun | awk -F '/bin' '{print $1}')
1211
NVCC_GENCODE="-gencode=arch=compute_80,code=sm_80 -gencode=arch=compute_90,code=sm_90 -gencode=arch=compute_90,code=compute_90" # Arch for NVIDIA A100 and H100, ref https://docs.nvidia.com/cuda/ada-compatibility-guide/index.html
1312

@@ -26,11 +25,3 @@ wget https://github.com/NVIDIA/nccl-tests/archive/v${NCCL_BENCHMARKS_VERSION}.ta
2625
tar zxvf "v${NCCL_BENCHMARKS_VERSION}.tar.gz"
2726
cd "nccl-tests-${NCCL_BENCHMARKS_VERSION}/"
2827
NVCC_GENCODE="${NVCC_GENCODE}" make MPI=1 MPI_HOME=${MPI_HOME} NCCL_HOME=/shared/${1}/nccl-${NCCL_VERSION}/build/ CUDA_HOME=/usr/local/cuda
29-
30-
wget https://github.com/aws/aws-ofi-nccl/archive/v${OFI_NCCL_VERSION}.tar.gz
31-
tar xvfz v${OFI_NCCL_VERSION}.tar.gz
32-
cd aws-ofi-nccl-${OFI_NCCL_VERSION}
33-
./autogen.sh
34-
./configure --with-libfabric=/opt/amazon/efa --with-cuda=/usr/local/cuda/targets/x86_64-linux/ --with-nccl=/shared/openmpi/nccl-${NCCL_VERSION}/build/ --with-mpi=${MPI_HOME} --prefix /shared/openmpi/ofi-plugin
35-
make
36-
make install

0 commit comments

Comments
 (0)