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
committed by GitHub
szülő b926203c05
commit 682ed36fe6
5 fájl változott, egészen pontosan 64 új sor hozzáadva és 7 régi sor törölve
+5 -1
Fájl megtekintése
@@ -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