-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from dlparkhurst/viscosity
Viscosity
- Loading branch information
Showing
209 changed files
with
10,624 additions
and
11,981 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
include(CTestConfig.cmake) | ||
|
||
site_name(CTEST_SITE) | ||
set(CTEST_BUILD_NAME ${CMAKE_HOST_SYSTEM_NAME}) | ||
|
||
set(CTEST_SOURCE_DIRECTORY "${CTEST_SCRIPT_DIRECTORY}") | ||
set(CTEST_BINARY_DIRECTORY "${CTEST_SCRIPT_DIRECTORY}/_ctest_regression") | ||
|
||
set(CTEST_CMAKE_GENERATOR Ninja) | ||
set(CTEST_CONFIGURATION_TYPE Release) | ||
set(CTEST_BUILD_CONFIGURATION Release) | ||
set(CTEST_USE_LAUNCHERS 1) | ||
|
||
set(CTEST_UPDATE_TYPE git) | ||
set(CTEST_UPDATE_COMMAND git) | ||
set(CTEST_UPDATE_VERSION_ONLY TRUE) | ||
|
||
ctest_empty_binary_directory(${CTEST_BINARY_DIRECTORY}) | ||
ctest_start("Continuous") | ||
ctest_update() | ||
ctest_configure(OPTIONS "-L;-DPHRQC_TESTING:BOOL=ON;-DPHRQC_ENABLE_REGRESSION_TESTING:BOOL=ON") | ||
ctest_build() | ||
if(${CMAKE_VERSION} VERSION_LESS "3.29") | ||
ctest_test(PARALLEL_LEVEL 2) | ||
else() | ||
ctest_test(PARALLEL_LEVEL) | ||
endif() | ||
ctest_submit() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
Mu SC | ||
2.999999770292 93119.8087529638 | ||
2.998694532488 91663.2882093084 | ||
2.998694532488 91663.2882093085 | ||
2.997941316568 121524.2865715225 | ||
2.997359461127 152555.2572770461 | ||
2.997157826323 185463.1883129383 | ||
2.997283259039 221325.0282725163 | ||
2.997808748329 261788.3408887661 | ||
2.997157826323 185463.1883129384 | ||
2.997283259039 221325.0282725164 | ||
2.997808748329 261788.3408887659 | ||
2.998822573383 305918.7560206657 | ||
3.000484747824 358824.1017886086 | ||
3.002940069169 417088.7169675998 | ||
3.006379869496 477726.6242984262 | ||
3.006379869496 477726.6242984263 | ||
5.999999711766 121656.8213089554 | ||
5.998778885487 120469.0236055731 | ||
5.998778885487 120469.0236055732 | ||
5.997718411993 165080.1934396008 | ||
5.997042173468 213461.2086664752 | ||
5.997101623483 266265.6513538664 | ||
5.997796377158 324802.0127993476 | ||
5.999270237401 390888.9241315379 | ||
5.997101623483 266265.6513538666 | ||
5.997796377158 324802.0127993478 | ||
5.999270237401 390888.9241315381 | ||
6.001706282464 462936.0970784739 | ||
6.005402799600 545805.4686074231 | ||
6.010651281101 633932.9521130843 | ||
6.017823784994 722868.0389424087 | ||
6.005402799600 545805.4686074234 | ||
6.010651281101 633932.9521130845 | ||
6.017823784994 722868.0389424091 |
Oops, something went wrong.