Skip to content

Commit

Permalink
Reduce FLT error tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
samhatfield committed Sep 11, 2024
1 parent 0d5e635 commit 7433c65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,10 @@ if( HAVE_TESTS )
MPI ${mpi}
OMP ${omp}
)
# TODO: Find out why the FLT gives so much higher errors
# The FLT gives higher errors (this is the consequence of the compression) so we must
# choose a higher error tolerance threshold
ecbuild_add_test( TARGET ectrans_test_benchmark_${prec}_T${t}_${grid}_mpi${mpi}_omp${omp}_nfld10_nlev20_flt_callmode${callmode}
COMMAND ectrans-benchmark-cpu-${prec} ARGS --truncation ${t} --grid ${grid} --niter 2 --nfld 10 --nlev 20 --flt --check 1000000 --norms -v --callmode ${callmode}
COMMAND ectrans-benchmark-cpu-${prec} ARGS --truncation ${t} --grid ${grid} --niter 2 --nfld 10 --nlev 20 --flt --check 25000 --norms -v --callmode ${callmode}
MPI ${mpi}
OMP ${omp}
)
Expand Down

0 comments on commit 7433c65

Please sign in to comment.