heat: patch to print the start and end time

It will be used to cut the CTF traces to take only the computation part
in cosideration.
This commit is contained in:
2021-03-12 12:11:24 +01:00
parent 56c625bfe4
commit 972be56eed
2 changed files with 15 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
ref = gitBranch;
};
patches = [ ./print-times.patch ];
buildInputs = [
mpi
mcxx