Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1783 - trunk/StandAlone


Chronological Thread 
  • From: bigler@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1783 - trunk/StandAlone
  • Date: Wed, 17 Oct 2007 14:13:56 -0600 (MDT)

Author: bigler
Date: Wed Oct 17 14:13:55 2007
New Revision: 1783

Modified:
   trunk/StandAlone/CMakeLists.txt
Log:
StandAlone/CMakeLists.txt

  Changed the name of the benchmarks and added 2 and 4 processor runs.


Modified: trunk/StandAlone/CMakeLists.txt
==============================================================================
--- trunk/StandAlone/CMakeLists.txt     (original)
+++ trunk/StandAlone/CMakeLists.txt     Wed Oct 17 14:13:55 2007
@@ -8,7 +8,9 @@
                              -lm)
 
 IF(BUILD_TESTING)
-  ADD_TEST(DefaultSceneNoDisplayBench ${CMAKE_BINARY_DIR}/bin/manta 
"-nodisplaybench-dart")
+  ADD_TEST(DefaultSceneNoDisplayBench_NP1 ${CMAKE_BINARY_DIR}/bin/manta -np 
1 -nodisplaybench-dart 200 20)
+  ADD_TEST(DefaultSceneNoDisplayBench_NP2 ${CMAKE_BINARY_DIR}/bin/manta -np 
2 -nodisplaybench-dart 400 40)
+  ADD_TEST(DefaultSceneNoDisplayBench_NP4 ${CMAKE_BINARY_DIR}/bin/manta -np 
4 -nodisplaybench-dart 800 80)
 ENDIF(BUILD_TESTING)
 
          




  • [Manta] r1783 - trunk/StandAlone, bigler, 10/17/2007

Archive powered by MHonArc 2.6.16.

Top of page