Skip to content

Commit

Permalink
Increase FLT error tolerance again
Browse files Browse the repository at this point in the history
  • Loading branch information
samhatfield committed Nov 18, 2024
1 parent a309b68 commit 064136d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ if( HAVE_TESTS )
# 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 25000 --norms -v --callmode ${callmode}
COMMAND ectrans-benchmark-cpu-${prec} ARGS --truncation ${t} --grid ${grid} --niter 2 --nfld 10 --nlev 20 --flt --check 50000 --norms -v --callmode ${callmode}
MPI ${mpi}
OMP ${omp}
)
Expand Down

0 comments on commit 064136d

Please sign in to comment.