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 30, 2024
1 parent 18e94ab commit 2b57504
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 @@ -117,9 +117,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 2b57504

Please sign in to comment.