Skip to content

Commit

Permalink
reduce precision of VES regtest failing on Intel clang
Browse files Browse the repository at this point in the history
  • Loading branch information
valsson committed Nov 30, 2023
1 parent eeff0bf commit 4f593ce
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

0 comments on commit 4f593ce

Please sign in to comment.