Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r2179 - trunk/tests


Chronological Thread 
  • From: "James Bigler" <bigler@cs.utah.edu>
  • To: manta@sci.utah.edu
  • Subject: [Manta] r2179 - trunk/tests
  • Date: Fri, 11 Apr 2008 21:55:00 -0600 (MDT)

Author: bigler
Date: Fri Apr 11 21:55:00 2008
New Revision: 2179

Modified:
   trunk/tests/GenerateTest.cmake
Log:
GenerateTest.cmake

  Add new cache variable TEST_NUM_PROCS based on the NUM_CORES variable.

  Adding additional support for this tomorrow after the test scripts pick this
  up.


Modified: trunk/tests/GenerateTest.cmake
==============================================================================
--- trunk/tests/GenerateTest.cmake      (original)
+++ trunk/tests/GenerateTest.cmake      Fri Apr 11 21:55:00 2008
@@ -112,6 +112,9 @@
 # Options
 FILE(APPEND "${SCRIPT_NAME}" "  BUILD_SWIG_INTERFACE:BOOL=ON\n")
 FILE(APPEND "${SCRIPT_NAME}" "  BUILD_TESTING:BOOL=ON\n")
+FILE(APPEND "${SCRIPT_NAME}" "  TEST_NUM_PROCS:INTEGER=${NUM_CORES}\n")
+
+# End of cache variables
 FILE(APPEND "${SCRIPT_NAME}" "\")\n")
 
 # Environment variables




  • [Manta] r2179 - trunk/tests, James Bigler, 04/11/2008

Archive powered by MHonArc 2.6.16.

Top of page