Skip to content

Commit

Permalink
reduce precision of VES regtest failing on Intel clang (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
valsson authored Nov 30, 2023
1 parent eeff0bf commit c8c63af
Show file tree
Hide file tree
Showing 10 changed files with 2,410 additions and 2,410 deletions.
600 changes: 300 additions & 300 deletions regtest/ves/rt-bf-combined/bf.derivs.data.reference

Large diffs are not rendered by default.

600 changes: 300 additions & 300 deletions regtest/ves/rt-bf-combined/bf.values.data.reference

Large diffs are not rendered by default.

602 changes: 301 additions & 301 deletions regtest/ves/rt-bf-combined/bf2.derivs.data.reference

Large diffs are not rendered by default.

602 changes: 301 additions & 301 deletions regtest/ves/rt-bf-combined/bf2.values.data.reference

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions regtest/ves/rt-bf-combined/plumed.dat
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ VES_OUTPUT_BASISFUNCTIONS ...
TARGET_DISTRIBUTION3=bf_t3
TARGET_DISTRIBUTION4=bf_t4
TARGET_DISTRIBUTION5=bf_t5
FORMAT_VALUES_DERIVS=%13.6f
FORMAT_VALUES_DERIVS=%13.5f
FORMAT_TARGETDIST_AVERAGES=%13.6f
... VES_OUTPUT_BASISFUNCTIONS

Expand All @@ -72,7 +72,7 @@ VES_OUTPUT_BASISFUNCTIONS ...
TARGET_DISTRIBUTION3=bf2_t3
TARGET_DISTRIBUTION4=bf2_t4
TARGET_DISTRIBUTION5=bf2_t5
FORMAT_VALUES_DERIVS=%13.6f
FORMAT_VALUES_DERIVS=%13.5f
FORMAT_TARGETDIST_AVERAGES=%13.6f
... VES_OUTPUT_BASISFUNCTIONS

Expand Down
602 changes: 301 additions & 301 deletions regtest/ves/rt-bf-legendre/bf.derivs.data.reference

Large diffs are not rendered by default.

602 changes: 301 additions & 301 deletions regtest/ves/rt-bf-legendre/bf.values.data.reference

Large diffs are not rendered by default.

602 changes: 301 additions & 301 deletions regtest/ves/rt-bf-legendre/bf2.derivs.data.reference

Large diffs are not rendered by default.

602 changes: 301 additions & 301 deletions regtest/ves/rt-bf-legendre/bf2.values.data.reference

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions regtest/ves/rt-bf-legendre/plumed.dat
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ VES_OUTPUT_BASISFUNCTIONS ...
TARGET_DISTRIBUTION3=bf_t3
TARGET_DISTRIBUTION4=bf_t4
TARGET_DISTRIBUTION5=bf_t5
FORMAT_VALUES_DERIVS=%13.6f
FORMAT_VALUES_DERIVS=%13.5f
FORMAT_TARGETDIST_AVERAGES=%13.6f
... VES_OUTPUT_BASISFUNCTIONS

Expand Down Expand Up @@ -73,7 +73,7 @@ VES_OUTPUT_BASISFUNCTIONS ...
TARGET_DISTRIBUTION3=bf2_t3
TARGET_DISTRIBUTION4=bf2_t4
TARGET_DISTRIBUTION5=bf2_t5
FORMAT_VALUES_DERIVS=%13.6f
FORMAT_VALUES_DERIVS=%13.5f
FORMAT_TARGETDIST_AVERAGES=%13.6f
... VES_OUTPUT_BASISFUNCTIONS

Expand Down

1 comment on commit c8c63af

@PlumedBot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found broken examples in automatic/a-masterclass-22-09.txt
Found broken examples in automatic/a-masterclass-22-11.txt
Found broken examples in automatic/a-masterclass-22-12.txt
Found broken examples in automatic/performance-optimization.txt
Found broken examples in automatic/a-trieste-6.txt
Found broken examples in automatic/munster.txt
Found broken examples in automatic/ANN.tmp
Found broken examples in automatic/EDS.tmp
Found broken examples in automatic/EMMI.tmp
Found broken examples in automatic/ENVIRONMENTSIMILARITY.tmp
Found broken examples in automatic/FOURIER_TRANSFORM.tmp
Found broken examples in automatic/FUNCPATHGENERAL.tmp
Found broken examples in automatic/FUNCPATHMSD.tmp
Found broken examples in automatic/FUNNEL.tmp
Found broken examples in automatic/FUNNEL_PS.tmp
Found broken examples in automatic/GHBFIX.tmp
Found broken examples in automatic/INCLUDE.tmp
Found broken examples in automatic/MAZE_MEMETIC_SAMPLING.tmp
Found broken examples in automatic/MAZE_OPTIMIZER_BIAS.tmp
Found broken examples in automatic/MAZE_RANDOM_ACCELERATION_MD.tmp
Found broken examples in automatic/MAZE_RANDOM_WALK.tmp
Found broken examples in automatic/MAZE_SIMULATED_ANNEALING.tmp
Found broken examples in automatic/MAZE_STEERED_MD.tmp
Found broken examples in automatic/PIV.tmp
Found broken examples in automatic/PLUMED.tmp
Found broken examples in MiscelaneousPP.md

Please sign in to comment.