with the new llvm based intel compiler getrusage.mu_maxrss is zero

This commit is contained in:
Axel Kohlmeyer
2021-03-15 00:07:57 -04:00
parent e6d8209b9d
commit 47b305b558

View File

@ -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)