Our Makefile is not robust. For example, @abc99lr has experienced that if CUB_HOME is not supplied, the binary will link to a different MPI library without any warning. Using a Makefile generator like CMake should avoid this type of issues in the future.
Motivations:
Makefile
is not robust. For example, @abc99lr has experienced that ifCUB_HOME
is not supplied, the binary will link to a different MPI library without any warning. Using a Makefile generator like CMake should avoid this type of issues in the future.THIRD_PARTY_HOME
dependency directly.