Added new ENABLE_CODE_COVERAGE option. (#1664)

Modified install.sh script to add this new option
This commit is contained in:
Atul Kulkarni
2025-06-10 12:12:36 -05:00
کامیت شده توسط GitHub
والد b926203c05
کامیت 682ed36fe6
5فایلهای تغییر یافته به همراه64 افزوده شده و 7 حذف شده
@@ -1,7 +1,11 @@
#ifndef RCCL_MOCK_FUNCS_HPP
#define RCCL_MOCK_FUNCS_HPP
#include "info.h"
#include "comm.h"
void ncclDebugLog(ncclDebugLogLevel, unsigned long, char const*, int, char const*, ...) {};
ncclResult_t getHostName(char* hostname, int maxlen, const char delim) {
return ncclSuccess;
}
#endif // RCCL_MOCK_FUNCS_HPP