compile.sh 284 Bytes
Newer Older
lishen's avatar
lishen committed
1
2
3
4
5
6
7
8
9
10

hipcc ./test_socket_itf.cpp \
./socket.cpp \
-o test_socket_itf \
-std=c++17 --offload-arch=gfx936 -g -O3 -fopenmp -D__HIP_PLATFORM_HCC__ \
-I ./ \
-I /usr/include \
-I /opt/dtk/include \
-I /public/home/lishen/Code/rocSHMEM/SCCL_v1/src/ \
-L /usr/lib/x86_64-linux-gnu -lpthread -lrt