Update test harness to 4.0. Cesare Guardino
This commit is contained in:
parent
2834f68044
commit
14e1dd2233
4 changed files with 10 additions and 10 deletions
|
@ -6,7 +6,7 @@ This part of the repository is for FOAM test harnesses.
|
|||
Directory Structure
|
||||
===================
|
||||
|
||||
foam-extend-3.2 : Test harness for foam-extend version 3.2. See the file foam-extend-3.2/README.txt for more information
|
||||
foam-extend-4.0 : Test harness for foam-extend version 4.0. See the file foam-extend-4.0/README.txt for more information
|
||||
|
||||
OSIG : CMake/CTest scripts for FOAM Special Interest Group (OSIG) test harness
|
||||
OSIG/TurboMachinery : Test harness for the TurboMachinery OSIG. See the file OSIG/Turbomachinery/README.txt for more information.
|
||||
|
@ -34,7 +34,7 @@ Martin Beaudoin, Hydro-Quebec, 2010. All rights reserved.
|
|||
|
||||
5: move to the runDir directory for the FOAM test harness
|
||||
|
||||
cd $WM_PROJECT_DIR/testHarness/foam-extend/3.2/runDir
|
||||
cd $WM_PROJECT_DIR/testHarness/foam-extend/4.0/runDir
|
||||
|
||||
|
||||
6: Normally, if using the master branch, everything should already be setup for you to run the test harness.
|
||||
|
@ -46,7 +46,7 @@ Martin Beaudoin, Hydro-Quebec, 2010. All rights reserved.
|
|||
|
||||
7: Next, running the test loop is pretty simple:
|
||||
|
||||
cd $WM_PROJECT_DIR/testHarness/foam-extend/3.2/runDir # you should already be there...
|
||||
cd $WM_PROJECT_DIR/testHarness/foam-extend/4.0/runDir # you should already be there...
|
||||
./Allclean
|
||||
./Allrun_Experimental
|
||||
|
||||
|
@ -54,7 +54,7 @@ Martin Beaudoin, Hydro-Quebec, 2010. All rights reserved.
|
|||
8: The results will be published on the CDash dashboard on foam-extend.
|
||||
|
||||
To see your results:
|
||||
URL : http://foam-extend.sourceforge.net/CDash/index.php?project=foam-extend-3.2
|
||||
URL : http://foam-extend.sourceforge.net/CDash/index.php?project=foam-extend-4.0
|
||||
|
||||
|
||||
9: You can customize your system identifier on the dashboard using the environment variable $CDASH_SUBMIT_LOCAL_HOST_ID.
|
||||
|
@ -66,7 +66,7 @@ Martin Beaudoin, Hydro-Quebec, 2010. All rights reserved.
|
|||
NB: Please no "forward slash" or "/" in the system ID; it looks like CDash will choke on this.
|
||||
|
||||
|
||||
10: In general, see the file $WM_PROJECT_DIR/testHarness/foam-extend/3.2/README.txt for the necessary information about running the
|
||||
10: In general, see the file $WM_PROJECT_DIR/testHarness/foam-extend/4.0/README.txt for the necessary information about running the
|
||||
test loop.
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# /*-------------------------------------------------------------------------*\
|
||||
# ========= |
|
||||
# \\ / F ield | foam-extend: Open Source CFD
|
||||
# \\ / O peration | Version: 3.2
|
||||
# \\ / O peration | Version: 4.0
|
||||
# \\ / A nd | Web: http://www.foam-extend.org
|
||||
# \\/ M anipulation | For copyright notice see file Copyright
|
||||
# -----------------------------------------------------------------------------
|
||||
|
@ -23,7 +23,7 @@
|
|||
#
|
||||
# Description
|
||||
# CMakeLists.txt file for implementing a test harness for the compilation
|
||||
# and test of foam-extend-3.2 using Kitware CTest/CMake/CDash
|
||||
# and test of foam-extend-4.0 using Kitware CTest/CMake/CDash
|
||||
#
|
||||
# The results will be submitted to the CDash server identified by the file
|
||||
# CTestConfig.cmake
|
||||
|
|
|
@ -10,12 +10,12 @@
|
|||
# on the foam-extend CDash service hosted on SourceForge.Net
|
||||
# See here: http://foam-extend.sourceforge.net/CDash/index.php
|
||||
#
|
||||
set(CTEST_PROJECT_NAME "foam-extend-3.2")
|
||||
set(CTEST_PROJECT_NAME "foam-extend-4.0")
|
||||
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
|
||||
|
||||
set(CTEST_DROP_METHOD "http")
|
||||
set(CTEST_DROP_SITE "foam-extend.sourceforge.net")
|
||||
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=foam-extend-3.2")
|
||||
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=foam-extend-4.0")
|
||||
set(CTEST_DROP_SITE_CDASH TRUE)
|
||||
|
||||
# We can override those variables for local sites so you can use
|
||||
|
|
|
@ -74,5 +74,5 @@ To submit your results to the CDash server on foam-extend, just use
|
|||
the file CTestConfig.cmake.foam-extend.
|
||||
|
||||
If submitted to the CDash server on foam-extend, your results will be displayed here:
|
||||
http://foam-extend.sourceforge.net/CDash/index.php?project=foam-extend-3.2
|
||||
http://foam-extend.sourceforge.net/CDash/index.php?project=foam-extend-4.0
|
||||
|
||||
|
|
Reference in a new issue