Skip to content
Snippets Groups Projects
Commit 46499ede authored by Lisa Julia Nebel's avatar Lisa Julia Nebel
Browse files

Remove the input from the call to trace_off()

This actually enforced writing of three tape files of ADOL-C (see taping.h)!
parent 0d02ceed
No related branches found
No related tags found
1 merge request!44Read in deformation function on each process and adapt riemannian trustregion solver - parallel assembly works again!
...@@ -106,13 +106,13 @@ energy(const typename Basis::LocalView& localView, ...@@ -106,13 +106,13 @@ energy(const typename Basis::LocalView& localView,
try { try {
energy = localEnergy_->energy(localView,localASolution); energy = localEnergy_->energy(localView,localASolution);
} catch (Dune::Exception &e) { } catch (Dune::Exception &e) {
trace_off(rank); trace_off();
throw e; throw e;
} }
energy >>= pureEnergy; energy >>= pureEnergy;
trace_off(rank); trace_off();
#if 0 #if 0
size_t tape_stats[STAT_SIZE]; size_t tape_stats[STAT_SIZE];
tapestats(rank,tape_stats); // reading of tape statistics tapestats(rank,tape_stats); // reading of tape statistics
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment