with the new llvm based intel compiler getrusage.mu_maxrss is zero
This commit is contained in:
@ -65,7 +65,9 @@ TEST_F(LibraryProperties, memory_usage)
|
||||
#if defined(__linux__) || defined(_WIN32)
|
||||
EXPECT_GE(meminfo[1], 0.0);
|
||||
#endif
|
||||
#if !defined(__INTEL_LLVM_COMPILER)
|
||||
EXPECT_GT(meminfo[2], 0.0);
|
||||
#endif
|
||||
};
|
||||
|
||||
TEST_F(LibraryProperties, get_mpi_comm)
|
||||
|
||||
Reference in New Issue
Block a user