mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
turned off running of run_knmi_bm.sh benchmark with make check
This commit is contained in:
parent
f676bb3575
commit
1b4322d88b
@ -42,9 +42,12 @@ tst_wrf_reads_SOURCES = tst_wrf_reads.c tst_utils.c
|
|||||||
tst_bm_rando_SOURCES = tst_bm_rando.c tst_utils.c
|
tst_bm_rando_SOURCES = tst_bm_rando.c tst_utils.c
|
||||||
|
|
||||||
# Removing tst_mem1 because it sometimes fails on very busy system.
|
# Removing tst_mem1 because it sometimes fails on very busy system.
|
||||||
TESTS = tst_ar4_3d tst_create_files tst_files3 tst_mem run_knmi_bm.sh \
|
# Removing run_knmi_bm.sh because it fetches files from a server and
|
||||||
tst_wrf_reads tst_attsperf perftest.sh run_tst_chunks.sh \
|
# not all HPC systems have easy internet access, plus it's very slow
|
||||||
run_bm_elena.sh tst_bm_rando
|
# in CI.
|
||||||
|
TESTS = tst_ar4_3d tst_create_files tst_files3 tst_mem tst_wrf_reads \
|
||||||
|
tst_attsperf perftest.sh run_tst_chunks.sh run_bm_elena.sh \
|
||||||
|
tst_bm_rando
|
||||||
|
|
||||||
run_bm_elena.log: tst_create_files.log
|
run_bm_elena.log: tst_create_files.log
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user