From 8fdf4fd3fccc3e44023c0937ff3c8f08cf780ac8 Mon Sep 17 00:00:00 2001 From: "Yount, Chuck" Date: Thu, 16 Nov 2023 08:23:37 -0800 Subject: [PATCH] Switch testing to new stencil names --- src/kernel/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/kernel/Makefile b/src/kernel/Makefile index c60e0a7b..463d6047 100644 --- a/src/kernel/Makefile +++ b/src/kernel/Makefile @@ -1131,12 +1131,12 @@ single-stencil-tests: $(MAKE) clean; $(STENCIL_TEST) stencil=iso3dfd radius=3 $(call FOLD,x=2 y=2) domain_dims=z,x,y $(MAKE) clean; $(STENCIL_TEST) stencil=iso3dfd_sponge radius=6 $(call FOLD,x=2 z=2) $(MAKE) clean; $(STENCIL_TEST) stencil=ssg $(call FOLD,x=2 y=2) - $(MAKE) clean; $(STENCIL_TEST) stencil=ssg_merged $(call FOLD,x=2 y=2) + $(MAKE) clean; $(STENCIL_TEST) stencil=ssg2 $(call FOLD,x=2 y=2) $(MAKE) clean; $(STENCIL_TEST) stencil=awp $(call FOLD,x=2 y=2) $(MAKE) clean; $(STENCIL_TEST) stencil=awp_abc $(call FOLD,x=2 z=2) $(MAKE) clean; $(STENCIL_TEST) stencil=tti $(call FOLD,x=2 y=2) - $(MAKE) clean; $(STENCIL_TEST) stencil=fsg_merged $(call FOLD,x=2 y=2) - $(MAKE) clean; $(STENCIL_TEST) stencil=fsg_merged_abc $(call FOLD,x=2 y=2) + $(MAKE) clean; $(STENCIL_TEST) stencil=fsg2 $(call FOLD,x=2 y=2) + $(MAKE) clean; $(STENCIL_TEST) stencil=fsg2_abc $(call FOLD,x=2 y=2) # 3D tests w/seismic stencils that may generate too many kernel parameters for offload. 3d-tests4: