build.sh 172 Bytes
Newer Older
wangkaixiong's avatar
init  
wangkaixiong committed
1
2
3
4
5
#!/bin/bash

rm -rf ./build

make MPI=1 MPI_HOME=/opt/mpi HIP_HOME=/opt/dtk NCCL_HOME=/opt/dtk/rccl/ CUSTOM_RCCL_LIB=/opt/dtk/rccl/lib/librccl.so -j 32 2>&1 | tee build.log