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
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 2 additions and 0 deletions

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)