[PATCH] D96813: [test-suite] Fix runtime-error of SPEC2017 CPU CactuBSSN floating point tests.

Nichols A. Romero via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 20:52:44 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rT553e5905b7bc: [test-suite] Fix runtime-error of SPEC2017 CPU CactuBSSN floating point tests. (authored by naromero77).

Repository:
  rT test-suite

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96813/new/

https://reviews.llvm.org/D96813

Files:
  External/SPEC/CFP2017rate/507.cactuBSSN_r/CMakeLists.txt


Index: External/SPEC/CFP2017rate/507.cactuBSSN_r/CMakeLists.txt
===================================================================
--- External/SPEC/CFP2017rate/507.cactuBSSN_r/CMakeLists.txt
+++ External/SPEC/CFP2017rate/507.cactuBSSN_r/CMakeLists.txt
@@ -14,7 +14,6 @@
 
 speccpu2017_run_test(
   spec_test.par
-  WORKDIR input
   STDOUT spec_test.out
   RUN_TYPE test
 )
@@ -24,7 +23,6 @@
 
 speccpu2017_run_test(
   spec_train.par
-  WORKDIR input
   STDOUT spec_train.out
   RUN_TYPE train
 )
@@ -33,7 +31,6 @@
 
 speccpu2017_run_test(
   spec_ref.par
-  WORKDIR input
   STDOUT spec_ref.out
   RUN_TYPE ref
 )
@@ -50,3 +47,6 @@
 target_compile_definitions(${PROG} PRIVATE $<$<COMPILE_LANGUAGE:Fortran>:FCODE>)
 target_compile_definitions(${PROG} PRIVATE $<$<COMPILE_LANGUAGE:C>:CCODE>)
 target_compile_definitions(${PROG} PRIVATE $<$<COMPILE_LANGUAGE:CXX>:CCODE CCTK_DISABLE_RESTRICT=1>)
+
+# Copy the input data to the rundir
+speccpu2017_prepare_rundir()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96813.324178.patch
Type: text/x-patch
Size: 964 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210217/972fe64b/attachment.bin>


More information about the llvm-commits mailing list