Skip to content

Commit

Permalink
Use Exawind CDash (#1083)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Nov 22, 2022
1 parent fb5c6a6 commit f95e5a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 14 deletions.
11 changes: 1 addition & 10 deletions CTestConfig.cmake
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
## This file should be placed in the root directory of your project.
## Then modify the CMakeLists.txt file in the root directory of your
## project to incorporate the testing dashboard.
##
## # The following are required to submit to the CDash dashboard:
## ENABLE_TESTING()
## INCLUDE(CTest)

set(CTEST_PROJECT_NAME "Nalu-Wind")
set(CTEST_NIGHTLY_START_TIME "00:00:00 EDT")

set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "my.cdash.org")
set(CTEST_DROP_LOCATION "/submit.php?project=Nalu-Wind")
set(CTEST_DROP_LOCATION "/submit.php?project=Exawind")
set(CTEST_DROP_SITE_CDASH TRUE)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nalu-Wind

[Website](https://www.exawind.org/) | [Documentation](https://nalu-wind.readthedocs.io) | [Nightly test dashboard](http://my.cdash.org/index.php?project=Nalu-Wind)
[Website](https://www.exawind.org/) | [Documentation](https://nalu-wind.readthedocs.io) | [Nightly test dashboard](http://my.cdash.org/index.php?project=Exawind)

Nalu-Wind is a generalized, unstructured, massively parallel, incompressible
flow solver for wind turbine and wind farm simulations. The codebase is a
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Nalu-Wind Documentation
:maxdepth: 2

Nalu-Wind Homepage <https://github.com/Exawind/nalu-wind>
Nalu-Wind Nightly Test Results <http://my.cdash.org/index.php?project=Nalu-Wind>
Nalu-Wind Nightly Test Results <http://my.cdash.org/index.php?project=Exawind>
User Manual <source/user/index.rst>
Developer Manual <source/developer/index.rst>
Theory Manual <source/theory/index.rst>
Expand Down
2 changes: 1 addition & 1 deletion docs/source/developer/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Testing Nalu-Wind

Nalu-Wind's regression tests and unit tests are run nightly using the GCC and Intel
compilers against the Trilinos master and development branches on a machine
at NREL. The results can be seen at the `CDash Nalu-Wind website <http://my.cdash.org/index.php?project=Nalu-Wind>`__.
at NREL. The results can be seen at the `CDash Nalu-Wind website <http://my.cdash.org/index.php?project=Exawind>`__.


Running Tests Locally
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/CTestNightlyScript.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ endif()

# Set important configuration variables
set(CTEST_SITE "${HOST_NAME}")
set(CTEST_BUILD_NAME "${CMAKE_SYSTEM_NAME}${EXTRA_BUILD_NAME}")
set(CTEST_BUILD_NAME "Nalu-Wind-${CMAKE_SYSTEM_NAME}${EXTRA_BUILD_NAME}")
set(CTEST_SOURCE_DIRECTORY "${NALU_DIR}")
set(CTEST_BINARY_DIRECTORY "${BUILD_DIR}")
set(CTEST_START_WITH_EMPTY_BINARY_DIRECTORY TRUE)
Expand Down

0 comments on commit f95e5a6

Please sign in to comment.