loopcontrol outputs nan values

Issue #1392 closed
Frank Löffler created an issue

After a recent update of carpet, some of my par files produce output like this:

INFO (LoopControl): LoopControl statistics:
INFO (LoopControl):   Loops traversed:    4
INFO (LoopControl):   Setups encountered: 14
INFO (LoopControl):   Params explored:    14
INFO (LoopControl):    Unoptimized time would have been: -nan s
INFO (LoopControl):    Actual time spent:                -nan s   (-nan%)
INFO (LoopControl):    Ideal time could have been:       -nan s   (-nan%)

Although no problem for the run, the 'nan's should probably not be output in that way.

Keyword:

Comments (6)

  1. Erik Schnetter
    • removed comment

    I do not see this myself. Can you post a parameter file that shows this problem?

  2. Frank Löffler reporter
    • removed comment

    A minimal example would be (one line):

    ActiveThorns = "LoopControl IOUtil Pugh"
    
  3. Frank Löffler reporter
    • removed comment

    Another, less trivial example would be CactusExamples/WaveMoL/test/gaussian.par, if in addition LoopControl is enabled.

  4. Log in to comment