Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panzer: Add edge/face blocks to STK_ExodusReaderFactory #8779

Conversation

tkordenbrock
Copy link
Contributor

@trilinos/panzer

Motivation

The edge/face block features of STK-IO were added to the inline mesh factories but not to ExodusReaderFactory. This PR adds the option to import or create edge/face blocks. ParameterList options were added to individually control the use of edge/face blocks. The options default to disabled to prevent widespread exodiff test failures. The options are named:

  • Create Edge Blocks: <true|false>
  • Create Face Blocks: <true|false>

Testing

Test cases were added to tExodusReaderFactory.

…K_Interface

PANZER: Add Exodus edge/face block support to ExodusReaderFactory
 - Edge/Face Blocks from the input will be registered in the imported mesh
 - Edge/Face Blocks will be created if they don't exist in the input mesh
 - Added ParameterList options to control the import/creation of Edge/Face Blocks
 - Options default to disabled
 - Added test cases
@tkordenbrock tkordenbrock added type: enhancement Issue is an enhancement, not a bug pkg: Panzer client: ATDM Any issue primarily impacting the ATDM project client: EMPIRE All issues that most directly target the ATDM EMPIRE code PA: Discretizations Issues that fall under the Trilinos Discretizations Product Area labels Feb 18, 2021
@tkordenbrock tkordenbrock requested a review from rppawlo February 18, 2021 16:14
@tkordenbrock tkordenbrock requested a review from a team as a code owner February 18, 2021 16:14
@tkordenbrock tkordenbrock self-assigned this Feb 18, 2021
@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 3630
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 03727b5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 1236
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 03727b5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1730
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 03727b5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 9086
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 03727b5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 551
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 03727b5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 1917
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 03727b5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4593
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 03727b5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Using Repos:

Repo: TRILINOS (tkordenbrock/Trilinos)
  • Branch: panzer/add-edge-face-to-exodus-reader-factory
  • SHA: 03727b5
  • Mode: TEST_REPO

Pull Request Author: tkordenbrock

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED

Note: Testing will normally be attempted again in approx. 2 Hrs 30 Mins. If a change to the PR source branch occurs, the testing will be attempted again on next available autotester run.

Pull Request Auto Testing has FAILED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 3630
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 03727b5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 1236
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 03727b5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1730
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 03727b5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 9086
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 03727b5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 551
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 03727b5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 1917
  • Status: FAILED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 03727b5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4593
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 03727b5
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 3630 (click to expand)

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-8779-test-Trilinos_pullrequest_gcc_8.3.0-3630
Cur dir = /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test
Parallel level = 20
Testing Parallel level = 4
skip_by_parts_submit = OFF
skip_single_submit = ON
skip_update_step = ON
skip_upload_config_files = OFF
skip_clean_build_dir = ON
Subproject count = 61
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake
-C "/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic141&field2=buildname&compare2=61&value2=PR-8779-test-Trilinos_pullrequest_gcc_8.3.0-3630&field3=buildstamp&compare3=61&value3=20210218-1627-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8779-test-Trilinos_pullrequest_gcc_8.3.0-3630&field2=buildstamp&compare2=61&value2=20210218-1627-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8779-test-Trilinos_pullrequest_gcc_8.3.0-3630&field2=buildstamp&compare2=61&value2=20210218-1627-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
................................................ Size of output: 97K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................................................. Size: 99K
.................................................. Size: 149K
.................................................. Size: 200K
.................................................. Size: 249K
.................................................. Size: 299K
.................................................. Size: 349K
.................................................. Size: 399K
.................................................. Size: 449K
.................................................. Size: 499K
.................................................. Size: 549K
.................................................. Size: 599K
.................................................. Size: 649K
.................. Size of output: 668K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/TFW_testing_single_configure_prototype/simple_testing.cmake:218 (message):
Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-8779-test-Trilinos_pullrequest_gcc_8.3.0-3630
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=20
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic141/workspace/trilinos-folder/Trilinos_pullrequest_gcc_8.3.0/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

--- ctest command failed!
Done.
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_gcc_7.2.0_serial # 1236 (click to expand)

Current directory: /scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos

git diff --name-only origin/develop..HEAD > /scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/changed-files.txt

Wrote file 'changed-files.txt'

Current directory: /scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial

C) Get the unfiltered list of changed Trilinos packages (including 'ALL_PACKAGES')

CHANGED_PACKAGES_FULL_LIST='PanzerAdaptersSTK'

D) Filter list of changed packages to get only the PT packages

CHANGED_PACKAGES_ST_LIST='PanzerAdaptersSTK'

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-8779-test-Trilinos_pullrequest_gcc_7.2.0_serial-1236
Cur dir = /scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test
Parallel level = 20
Testing Parallel level = 4
skip_by_parts_submit = OFF
skip_single_submit = ON
skip_update_step = ON
skip_upload_config_files = OFF
skip_clean_build_dir = ON
Subproject count = 61
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake
-C "/scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic144&field2=buildname&compare2=61&value2=PR-8779-test-Trilinos_pullrequest_gcc_7.2.0_serial-1236&field3=buildstamp&compare3=61&value3=20210218-1627-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8779-test-Trilinos_pullrequest_gcc_7.2.0_serial-1236&field2=buildstamp&compare2=61&value2=20210218-1627-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8779-test-Trilinos_pullrequest_gcc_7.2.0_serial-1236&field2=buildstamp&compare2=61&value2=20210218-1627-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.......................... Size of output: 25K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
. Size of output: 0K
Build succeeded.
build submit error = 0
Starting testing step.
No tests were found!!!
Tests succeeded.
test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-8779-test-Trilinos_pullrequest_gcc_7.2.0_serial-1236
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=20
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_serial/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0SerialTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

Done.
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS

Console Output (last 100 lines) : Trilinos_pullrequest_gcc_7.2.0_debug # 1730 (click to expand)

Current directory: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug

C) Get the unfiltered list of changed Trilinos packages (including 'ALL_PACKAGES')

CHANGED_PACKAGES_FULL_LIST='PanzerAdaptersSTK'

D) Filter list of changed packages to get only the PT packages

CHANGED_PACKAGES_ST_LIST='PanzerAdaptersSTK'

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-8779-test-Trilinos_pullrequest_gcc_7.2.0_debug-1730
Cur dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test
Parallel level = 29
Testing Parallel level = 4
skip_by_parts_submit = OFF
skip_single_submit = ON
skip_update_step = ON
skip_upload_config_files = OFF
skip_clean_build_dir = ON
Subproject count = 61
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake
-C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic158&field2=buildname&compare2=61&value2=PR-8779-test-Trilinos_pullrequest_gcc_7.2.0_debug-1730&field3=buildstamp&compare3=61&value3=20210218-1627-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8779-test-Trilinos_pullrequest_gcc_7.2.0_debug-1730&field2=buildstamp&compare2=61&value2=20210218-1627-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8779-test-Trilinos_pullrequest_gcc_7.2.0_debug-1730&field2=buildstamp&compare2=61&value2=20210218-1627-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
............................................... Size of output: 96K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
.................. Size of output: 68K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype/simple_testing.cmake:218 (message):
Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-8779-test-Trilinos_pullrequest_gcc_7.2.0_debug-1730
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_gcc_7.2.0_debug/Trilinos/cmake/std/PullRequestLinuxGCC7.2.0DebugTestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

--- ctest command failed!
Done.
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_intel_17.0.1 # 9086 (click to expand)

Current directory: /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1

C) Get the unfiltered list of changed Trilinos packages (including 'ALL_PACKAGES')

CHANGED_PACKAGES_FULL_LIST='PanzerAdaptersSTK'

D) Filter list of changed packages to get only the PT packages

CHANGED_PACKAGES_ST_LIST='PanzerAdaptersSTK'

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-8779-test-Trilinos_pullrequest_intel_17.0.1-9086
Cur dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype
Source dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos
Binary dir = /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test
Parallel level = 29
Testing Parallel level = 4
skip_by_parts_submit = OFF
skip_single_submit = ON
skip_update_step = ON
skip_upload_config_files = OFF
skip_clean_build_dir = ON
Subproject count = 61
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake
-C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxIntel17.0.1TestingSettings.cmake"
-C "/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic158&field2=buildname&compare2=61&value2=PR-8779-test-Trilinos_pullrequest_intel_17.0.1-9086&field3=buildstamp&compare3=61&value3=20210218-1627-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8779-test-Trilinos_pullrequest_intel_17.0.1-9086&field2=buildstamp&compare2=61&value2=20210218-1627-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8779-test-Trilinos_pullrequest_intel_17.0.1-9086&field2=buildstamp&compare2=61&value2=20210218-1627-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
............................................... Size of output: 96K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 50K
...................................... Size of output: 88K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype/simple_testing.cmake:218 (message):
Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-8779-test-Trilinos_pullrequest_intel_17.0.1-9086
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic158/workspace/trilinos-folder/Trilinos_pullrequest_intel_17.0.1/Trilinos/cmake/std/PullRequestLinuxIntel17.0.1TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

--- ctest command failed!
Done.
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_cuda_10.1.105 # 551 (click to expand)

Current directory: /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105

C) Get the unfiltered list of changed Trilinos packages (including 'ALL_PACKAGES')

CHANGED_PACKAGES_FULL_LIST='PanzerAdaptersSTK'

D) Filter list of changed packages to get only the PT packages

CHANGED_PACKAGES_ST_LIST='PanzerAdaptersSTK'

E) Generate the packageEnables.cmake enables file

Wrote file 'packageEnables.cmake'

F) Generate the package_subproject_list.cmake file

Wrote file 'package_subproject_list.cmake'
Build name = PR-8779-test-Trilinos_pullrequest_cuda_10.1.105-551
Cur dir = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/TFW_testing_single_configure_prototype
Source dir = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/Trilinos
Binary dir = /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/pull_request_test
Parallel level = 29
Testing Parallel level = 4
skip_by_parts_submit = OFF
skip_single_submit = ON
skip_update_step = ON
skip_upload_config_files = OFF
skip_clean_build_dir = ON
Subproject count = 61
Dashboard model = Experimental
Dashboard track = Pull Request
Running configuration:
/home/atdm-devops-admin/tools/ride/cmake-3.17.2/bin/cmake
-C "/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/Trilinos/cmake/std/PullRequestLinuxCuda10.1.105TestingSettings.cmake"
-C "/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/packageEnables.cmake"
-DTrilinos_ENABLE_TESTS:BOOL=ON
-DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
-G "Ninja"
/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ride17&field2=buildname&compare2=61&value2=PR-8779-test-Trilinos_pullrequest_cuda_10.1.105-551&field3=buildstamp&compare3=61&value3=20210218-1628-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8779-test-Trilinos_pullrequest_cuda_10.1.105-551&field2=buildstamp&compare2=61&value2=20210218-1628-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8779-test-Trilinos_pullrequest_cuda_10.1.105-551&field2=buildstamp&compare2=61&value2=20210218-1628-Pull Request-Experimental
Starting configure step.
Each . represents 1024 bytes of output
.................................................. Size: 50K
....................................... Size of output: 88K
configure submit error = 0
Configure suceeded.
Starting build step.
Each symbol represents 1024 bytes of output.
.................................................. Size: 49K
......................... Size of output: 75K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/TFW_testing_single_configure_prototype/simple_testing.cmake:218 (message):
Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-8779-test-Trilinos_pullrequest_cuda_10.1.105-551
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/pull_request_test
-Dconfigure_script=/home/trilinos/jenkins/ride/workspace/trilinos-folder/Trilinos_pullrequest_cuda_10.1.105/Trilinos/cmake/std/PullRequestLinuxCuda10.1.105TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

--- ctest command failed!
Done.
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_clang_10.0.0 # 1917 (click to expand)

skip_update_step         = ON
skip_upload_config_files = OFF
skip_clean_build_dir     = ON
Subproject count         = 61
Dashboard model          = Experimental
Dashboard track          = Pull Request
Running configuration:
/projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/bin/cmake 
  -C "/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/Trilinos/cmake/std/PullRequestLinuxClang10.0.0TestingSettings.cmake"
  -C "/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/packageEnables.cmake"
  -DTrilinos_ENABLE_TESTS:BOOL=ON
  -DTrilinos_PARALLEL_LINK_JOBS_LIMIT:STRING=2
  -G "Ninja"
  /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/Trilinos
CTEST_DROP_LOCATION = /cdash/submit.php?project=Trilinos
CDash URL1 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=3&showfilters=1&filtercombine=and&field1=site&compare1=61&value1=ascic166&field2=buildname&compare2=61&value2=PR-8779-test-Trilinos_pullrequest_clang_10.0.0-1917&field3=buildstamp&compare3=61&value3=20210218-1627-Pull Request-Experimental
CDash URL2 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&display=project&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8779-test-Trilinos_pullrequest_clang_10.0.0-1917&field2=buildstamp&compare2=61&value2=20210218-1627-Pull Request-Experimental
CDash URL3 = https://testing.sandia.gov/cdash/index.php?project=Trilinos&filtercount=2&showfilters=0&filtercombine=and&field1=buildname&compare1=61&value1=PR-8779-test-Trilinos_pullrequest_clang_10.0.0-1917&field2=buildstamp&compare2=61&value2=20210218-1627-Pull Request-Experimental
Starting configure step.
   Each . represents 1024 bytes of output
    ..................................................  Size: 50K
    .............................................. Size of output: 95K
configure submit error = 0
Configure suceeded.
Starting build step.
   Each symbol represents 1024 bytes of output.
    ..................................................  Size: 49K
    ..................................................  Size: 99K
    ..................................................  Size: 149K
    ..................................................  Size: 199K
    ..................................................  Size: 249K
    ..................................................  Size: 300K
    ..................................................  Size: 350K
    ..................................................  Size: 399K
    ..................................................  Size: 450K
    ..................................................  Size: 500K
    ..................................................  Size: 550K
    ..................................................  Size: 600K
    ..................................................  Size: 649K
    ..................................................  Size: 699K
    ..................................................  Size: 750K
    ..................................................  Size: 799K
    ..................................................  Size: 850K
    ..................................................  Size: 900K
    ..................................................  Size: 949K
    ..................................................  Size: 1000K
    ..................................................  Size: 1050K
    ..................................................  Size: 1100K
    ..................................................  Size: 1149K
    ..................................................  Size: 1199K
    ..................................................  Size: 1249K
    ..................................................  Size: 1300K
    ..................................................  Size: 1349K
    ........................... Size of output: 1376K
Build succeeded.
build submit error = 0
Starting testing step.
CMake Error at /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/TFW_testing_single_configure_prototype/simple_testing.cmake:218 (message):
  Test failed with error -1

test submit error = 0
File upload submit error = 0

Enabled Packages:
-- Setting Trilinos_ENABLE_PanzerAdaptersSTK = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-8779-test-Trilinos_pullrequest_clang_10.0.0-1917
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=29
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic166/workspace/trilinos-folder/Trilinos_pullrequest_clang_10.0.0/Trilinos/cmake/std/PullRequestLinuxClang10.0.0TestingSettings.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

--- ctest command failed!
Done.
Build step 'Execute shell' marked build as failure
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: FAILURE

Console Output (last 100 lines) : Trilinos_pullrequest_python_3 # 4593 (click to expand)

--- NODE_LABELS
--- GIT_URL
--- PERL_LOCAL_LIB_ROOT
--- LOGNAME
--- CVS_RSH
--- QTLIB
--- XDG_DATA_DIRS
--- HUDSON_HOME
--- SSH_CONNECTION
--- NODE_NAME
--- MODULESHOME = /usr/share/Modules
--- SEMS_MODULEFILES_ROOT = /projects/sems/modulefiles
--- LESSOPEN
--- JOB_DISPLAY_URL = https://ascic-jenkins.sandia.gov/job/trilinos-folder/job/Trilinos_pullrequest_python_3/display/redirect
--- BUILD_NUMBER = 4593
--- TRILINOS_SOURCE_BRANCH = panzer/add-edge-face-to-exodus-reader-factory
--- JOB_COOWNERS_EMAILS = [email protected],[email protected]
--- HUDSON_COOKIE
--- ROOT_BUILD_CAUSE_MANUALTRIGGER = true
--- XDG_RUNTIME_DIR
--- NODE_COOWNERS_EMAILS
--- QT_PLUGIN_PATH = /usr/lib64/kde4/plugins:/usr/lib/kde4/plugins
--- PERL_MM_OPT
--- FORCE_CLEAN = false
--- BASH_FUNC_module()
--- _
--- LOADEDMODULES
--- _LMFILES_
--- CC = gcc
--- CXX = g++
--- F77 = gfortran
--- F90 = gfortran
--- FC = gfortran
--- LD_LIBRARY_PATH = /projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1/lib:/projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1/lib:/projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2/lib:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/lib64:/projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base/lib
--- SEMS_COMPILER_NAME = gcc
--- SEMS_COMPILER_ROOT = /projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base
--- SEMS_COMPILER_VERSION = 7.2.0
--- SEMS_GCC_LOCAL_COMPILER_VERSION = 4.8.5
--- SEMS_GCC_LOCAL_PYTHON_VERSION = 2.7.5
--- SEMS_GCC_ROOT = /projects/sems/install/rhel7-x86_64/sems/compiler/gcc/7.2.0/base
--- SERIAL_CC = gcc
--- SERIAL_CXX = g++
--- SERIAL_F77 = gfortran
--- SERIAL_F90 = gfortran
--- SERIAL_FC = gfortran
--- SEMS_NINJA_FORTRAN_LOCAL_COMPILER_VERSION = 4.8.5
--- SEMS_NINJA_FORTRAN_LOCAL_PYTHON_VERSION = 2.7.5
--- SEMS_NINJA_FORTRAN_ROOT = /projects/sems/install/rhel7-x86_64/atdm/utility/ninja_fortran/1.7.2
--- SEMS_NINJA_FORTRAN_VERSION = 1.7.2
--- SEMS_GIT_LOCAL_COMPILER_VERSION = 4.8.5
--- SEMS_GIT_LOCAL_PYTHON_VERSION = 2.7.5
--- SEMS_GIT_ROOT = /projects/sems/install/rhel7-x86_64/sems/utility/git/2.10.1
--- SEMS_GIT_VERSION = 2.10.1
--- SEMS_CMAKE_LOCAL_COMPILER_VERSION = 4.8.5
--- SEMS_CMAKE_LOCAL_PYTHON_VERSION = 2.7.5
--- SEMS_CMAKE_ROOT = /projects/sems/install/rhel7-x86_64/sems/utility/cmake/3.17.1
--- SEMS_CMAKE_VERSION = 3.17.1

+--------------------------------------------------------------------+
| E N V I R O N M E N T S E T U P C O M P L E T E
+--------------------------------------------------------------------+
+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake S T A R T I N G
+--------------------------------------------------------------------+

Enabled Packages:
-- Setting Trilinos_ENABLE_TrilinosFrameworkTests = ON

+--------------------------------------------------------------------+
| G e n e r a t e packageEnables.cmake C O M P L E T E D
+--------------------------------------------------------------------+

+==============================================================================+
| E X E C U T E S T A N D A R D P U L L R E Q E S T T E S T
+==============================================================================+

--- Change directory to /scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_python_3/TFW_testing_single_configure_prototype
--- OK

--- ctest command:
--- cmd = ctest
-S
simple_testing.cmake
-Dbuild_name=PR-8779-test-Trilinos_pullrequest_python_3-4593
-Dskip_by_parts_submit=OFF
-Dskip_update_step=ON
-Ddashboard_model=Experimental
-Ddashboard_track=Pull Request
-DPARALLEL_LEVEL=20
-DTEST_PARALLEL_LEVEL=4
-Dbuild_dir=/scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_python_3/pull_request_test
-Dconfigure_script=/scratch/trilinos/jenkins/ascic144/workspace/trilinos-folder/Trilinos_pullrequest_python_3/Trilinos/cmake/std/PullRequestLinuxPython3.cmake
-Dpackage_enables=../packageEnables.cmake
-Dsubprojects_file=../package_subproject_list.cmake

Done.
Archiving artifacts
[Checks API] No suitable checks publisher found.
Finished: SUCCESS


CDash Test Results for PR# 8779.


Wiki: How to Reproduce PR Testing Builds and Errors.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects:

Pull Request Auto Testing STARTING (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 3632
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 3cfcd7d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 1238
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 3cfcd7d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1732
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 3cfcd7d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 9088
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 3cfcd7d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 553
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 3cfcd7d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 1919
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 3cfcd7d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4595
  • Status: STARTED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 3cfcd7d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Using Repos:

Repo: TRILINOS (tkordenbrock/Trilinos)
  • Branch: panzer/add-edge-face-to-exodus-reader-factory
  • SHA: 3cfcd7d
  • Mode: TEST_REPO

Pull Request Author: tkordenbrock

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED

Pull Request Auto Testing has PASSED (click to expand)

Build Information

Test Name: Trilinos_pullrequest_gcc_8.3.0

  • Build Num: 3632
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 3cfcd7d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_serial

  • Build Num: 1238
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 3cfcd7d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_gcc_7.2.0_debug

  • Build Num: 1732
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 3cfcd7d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_intel_17.0.1

  • Build Num: 9088
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 3cfcd7d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_cuda_10.1.105

  • Build Num: 553
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 3cfcd7d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_clang_10.0.0

  • Build Num: 1919
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 3cfcd7d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8

Build Information

Test Name: Trilinos_pullrequest_python_3

  • Build Num: 4595
  • Status: PASSED

Jenkins Parameters

Parameter Name Value
PR_LABELS PA: Discretizations;client: ATDM;client: EMPIRE;pkg: Panzer;type: enhancement
PULLREQUESTNUM 8779
TEST_REPO_ALIAS TRILINOS
TRILINOS_SOURCE_BRANCH panzer/add-edge-face-to-exodus-reader-factory
TRILINOS_SOURCE_REPO https://github.com/tkordenbrock/Trilinos
TRILINOS_SOURCE_SHA 3cfcd7d
TRILINOS_TARGET_BRANCH develop
TRILINOS_TARGET_REPO https://github.com/trilinos/Trilinos
TRILINOS_TARGET_SHA 5caf0d8


CDash Test Results for PR# 8779.

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Merge Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging
NO REVIEWS HAVE BEEN PERFORMED ON THIS PULL REQUEST!

@trilinos-autotester
Copy link
Contributor

All Jobs Finished; status = PASSED, However Inspection must be performed before merge can occur...

Copy link
Contributor

@rppawlo rppawlo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @tkordenbrock !

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pre-Merge Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ rppawlo ]!

@trilinos-autotester
Copy link
Contributor

Status Flag 'Pull Request AutoTester' - AutoMerge IS ENABLED, but the Label AT: AUTOMERGE is not set. Either set Label AT: AUTOMERGE or manually merge the PR...

@tkordenbrock
Copy link
Contributor Author

@rppawlo Thanks!

@tkordenbrock tkordenbrock merged commit b0046d0 into trilinos:develop Feb 19, 2021
jmgate pushed a commit to tcad-charon/Trilinos that referenced this pull request Feb 19, 2021
…s:develop' (30efaa4).

* trilinos-develop: (63 commits)
  Panzer: Add edge/face blocks to STK_ExodusReaderFactory (trilinos#8779)
  STK: Snapshot 02-18-21 14:14
  Update Intrepid2_Basis.hpp
  Stokhos: Update for MueLu changes
  Update Intrepid2_Basis.hpp
  Intrepid2 - add host basis function interface
  MueLu: Matthias' changes
  Shylu: pass non-const matrix to MueLu
  Intrepid2 - hcurl in, hdiv in done
  Intrepid2 - hvol cn and hgrad tet comp12
  Intrepid2 - hdiv i1
  Intrepid2 - fix spelling
  Intrepid2 - cn tet and tri
  MueLu: Working my way around a block-size mismatch
  MueLu: Fixing unit tests
  Tacho - fix the bug described in trilinos#8757
  Intrepid2 - hcurl I1 and hvol c0
  Intrepid2 - exclude fad type tests include quad and line
  Intrepid2 - line quad hex Cn function
  Intrepid2 wedge c2
  ...
jmgate pushed a commit to tcad-charon/Trilinos that referenced this pull request Feb 19, 2021
…s:develop' (30efaa4).

* trilinos-develop: (63 commits)
  Panzer: Add edge/face blocks to STK_ExodusReaderFactory (trilinos#8779)
  STK: Snapshot 02-18-21 14:14
  Update Intrepid2_Basis.hpp
  Stokhos: Update for MueLu changes
  Update Intrepid2_Basis.hpp
  Intrepid2 - add host basis function interface
  MueLu: Matthias' changes
  Shylu: pass non-const matrix to MueLu
  Intrepid2 - hcurl in, hdiv in done
  Intrepid2 - hvol cn and hgrad tet comp12
  Intrepid2 - hdiv i1
  Intrepid2 - fix spelling
  Intrepid2 - cn tet and tri
  MueLu: Working my way around a block-size mismatch
  MueLu: Fixing unit tests
  Tacho - fix the bug described in trilinos#8757
  Intrepid2 - hcurl I1 and hvol c0
  Intrepid2 - exclude fad type tests include quad and line
  Intrepid2 - line quad hex Cn function
  Intrepid2 wedge c2
  ...
jmgate pushed a commit to tcad-charon/Trilinos that referenced this pull request Feb 19, 2021
…s:develop' (30efaa4).

* trilinos-develop: (63 commits)
  Panzer: Add edge/face blocks to STK_ExodusReaderFactory (trilinos#8779)
  STK: Snapshot 02-18-21 14:14
  Update Intrepid2_Basis.hpp
  Stokhos: Update for MueLu changes
  Update Intrepid2_Basis.hpp
  Intrepid2 - add host basis function interface
  MueLu: Matthias' changes
  Shylu: pass non-const matrix to MueLu
  Intrepid2 - hcurl in, hdiv in done
  Intrepid2 - hvol cn and hgrad tet comp12
  Intrepid2 - hdiv i1
  Intrepid2 - fix spelling
  Intrepid2 - cn tet and tri
  MueLu: Working my way around a block-size mismatch
  MueLu: Fixing unit tests
  Tacho - fix the bug described in trilinos#8757
  Intrepid2 - hcurl I1 and hvol c0
  Intrepid2 - exclude fad type tests include quad and line
  Intrepid2 - line quad hex Cn function
  Intrepid2 wedge c2
  ...
jmgate pushed a commit to tcad-charon/Trilinos that referenced this pull request Feb 20, 2021
…s:develop' (30efaa4).

* trilinos-develop: (64 commits)
  MueLu: Adding Aggregate size percentiles to AggregateQuality
  Panzer: Add edge/face blocks to STK_ExodusReaderFactory (trilinos#8779)
  STK: Snapshot 02-18-21 14:14
  Update Intrepid2_Basis.hpp
  Stokhos: Update for MueLu changes
  Update Intrepid2_Basis.hpp
  Intrepid2 - add host basis function interface
  MueLu: Matthias' changes
  Shylu: pass non-const matrix to MueLu
  Intrepid2 - hcurl in, hdiv in done
  Intrepid2 - hvol cn and hgrad tet comp12
  Intrepid2 - hdiv i1
  Intrepid2 - fix spelling
  Intrepid2 - cn tet and tri
  MueLu: Working my way around a block-size mismatch
  MueLu: Fixing unit tests
  Tacho - fix the bug described in trilinos#8757
  Intrepid2 - hcurl I1 and hvol c0
  Intrepid2 - exclude fad type tests include quad and line
  Intrepid2 - line quad hex Cn function
  ...
jmgate pushed a commit to tcad-charon/Trilinos that referenced this pull request Feb 21, 2021
…s:develop' (30efaa4).

* trilinos-develop: (64 commits)
  MueLu: Adding Aggregate size percentiles to AggregateQuality
  Panzer: Add edge/face blocks to STK_ExodusReaderFactory (trilinos#8779)
  STK: Snapshot 02-18-21 14:14
  Update Intrepid2_Basis.hpp
  Stokhos: Update for MueLu changes
  Update Intrepid2_Basis.hpp
  Intrepid2 - add host basis function interface
  MueLu: Matthias' changes
  Shylu: pass non-const matrix to MueLu
  Intrepid2 - hcurl in, hdiv in done
  Intrepid2 - hvol cn and hgrad tet comp12
  Intrepid2 - hdiv i1
  Intrepid2 - fix spelling
  Intrepid2 - cn tet and tri
  MueLu: Working my way around a block-size mismatch
  MueLu: Fixing unit tests
  Tacho - fix the bug described in trilinos#8757
  Intrepid2 - hcurl I1 and hvol c0
  Intrepid2 - exclude fad type tests include quad and line
  Intrepid2 - line quad hex Cn function
  ...
jmgate pushed a commit to tcad-charon/Trilinos that referenced this pull request Feb 22, 2021
…s:develop' (30efaa4).

* trilinos-develop: (66 commits)
  MueLu: in configure, print out missing ETI setting
  MueLu: Adding Aggregate size percentiles to AggregateQuality
  Patch in KokkosKernels trilinos#872
  Panzer: Add edge/face blocks to STK_ExodusReaderFactory (trilinos#8779)
  STK: Snapshot 02-18-21 14:14
  Update Intrepid2_Basis.hpp
  Stokhos: Update for MueLu changes
  Update Intrepid2_Basis.hpp
  Intrepid2 - add host basis function interface
  MueLu: Matthias' changes
  Shylu: pass non-const matrix to MueLu
  Intrepid2 - hcurl in, hdiv in done
  Intrepid2 - hvol cn and hgrad tet comp12
  Intrepid2 - hdiv i1
  Intrepid2 - fix spelling
  Intrepid2 - cn tet and tri
  MueLu: Working my way around a block-size mismatch
  MueLu: Fixing unit tests
  Tacho - fix the bug described in trilinos#8757
  Intrepid2 - hcurl I1 and hvol c0
  ...
jmgate pushed a commit to tcad-charon/Trilinos that referenced this pull request Feb 23, 2021
…s:develop' (30efaa4).

* trilinos-develop: (68 commits)
  MueLu: in configure, print out missing ETI setting
  MueLu: Adding Aggregate size percentiles to AggregateQuality
  Patch in KokkosKernels trilinos#872
  FROSch: Convert enum NullSpaceType to scoped enum
  Panzer: Add edge/face blocks to STK_ExodusReaderFactory (trilinos#8779)
  STK: Snapshot 02-18-21 14:14
  Issue 8391. Switched to C++17 standard for GCC 8.3 build.
  Update Intrepid2_Basis.hpp
  Stokhos: Update for MueLu changes
  Update Intrepid2_Basis.hpp
  Intrepid2 - add host basis function interface
  MueLu: Matthias' changes
  Shylu: pass non-const matrix to MueLu
  Intrepid2 - hcurl in, hdiv in done
  Intrepid2 - hvol cn and hgrad tet comp12
  Intrepid2 - hdiv i1
  Intrepid2 - fix spelling
  Intrepid2 - cn tet and tri
  MueLu: Working my way around a block-size mismatch
  MueLu: Fixing unit tests
  ...
jmgate pushed a commit to tcad-charon/Trilinos that referenced this pull request Feb 23, 2021
…s:develop' (30efaa4).

* trilinos-develop: (68 commits)
  MueLu: in configure, print out missing ETI setting
  MueLu: Adding Aggregate size percentiles to AggregateQuality
  Patch in KokkosKernels trilinos#872
  FROSch: Convert enum NullSpaceType to scoped enum
  Panzer: Add edge/face blocks to STK_ExodusReaderFactory (trilinos#8779)
  STK: Snapshot 02-18-21 14:14
  Issue 8391. Switched to C++17 standard for GCC 8.3 build.
  Update Intrepid2_Basis.hpp
  Stokhos: Update for MueLu changes
  Update Intrepid2_Basis.hpp
  Intrepid2 - add host basis function interface
  MueLu: Matthias' changes
  Shylu: pass non-const matrix to MueLu
  Intrepid2 - hcurl in, hdiv in done
  Intrepid2 - hvol cn and hgrad tet comp12
  Intrepid2 - hdiv i1
  Intrepid2 - fix spelling
  Intrepid2 - cn tet and tri
  MueLu: Working my way around a block-size mismatch
  MueLu: Fixing unit tests
  ...
jmgate pushed a commit to tcad-charon/Trilinos that referenced this pull request Feb 24, 2021
…s:develop' (30efaa4).

* trilinos-develop: (68 commits)
  MueLu: in configure, print out missing ETI setting
  MueLu: Adding Aggregate size percentiles to AggregateQuality
  Patch in KokkosKernels trilinos#872
  FROSch: Convert enum NullSpaceType to scoped enum
  Panzer: Add edge/face blocks to STK_ExodusReaderFactory (trilinos#8779)
  STK: Snapshot 02-18-21 14:14
  Issue 8391. Switched to C++17 standard for GCC 8.3 build.
  Update Intrepid2_Basis.hpp
  Stokhos: Update for MueLu changes
  Update Intrepid2_Basis.hpp
  Intrepid2 - add host basis function interface
  MueLu: Matthias' changes
  Shylu: pass non-const matrix to MueLu
  Intrepid2 - hcurl in, hdiv in done
  Intrepid2 - hvol cn and hgrad tet comp12
  Intrepid2 - hdiv i1
  Intrepid2 - fix spelling
  Intrepid2 - cn tet and tri
  MueLu: Working my way around a block-size mismatch
  MueLu: Fixing unit tests
  ...
jmgate pushed a commit to tcad-charon/Trilinos that referenced this pull request Feb 24, 2021
…s:develop' (30efaa4).

* trilinos-develop: (68 commits)
  MueLu: in configure, print out missing ETI setting
  MueLu: Adding Aggregate size percentiles to AggregateQuality
  Patch in KokkosKernels trilinos#872
  FROSch: Convert enum NullSpaceType to scoped enum
  Panzer: Add edge/face blocks to STK_ExodusReaderFactory (trilinos#8779)
  STK: Snapshot 02-18-21 14:14
  Issue 8391. Switched to C++17 standard for GCC 8.3 build.
  Update Intrepid2_Basis.hpp
  Stokhos: Update for MueLu changes
  Update Intrepid2_Basis.hpp
  Intrepid2 - add host basis function interface
  MueLu: Matthias' changes
  Shylu: pass non-const matrix to MueLu
  Intrepid2 - hcurl in, hdiv in done
  Intrepid2 - hvol cn and hgrad tet comp12
  Intrepid2 - hdiv i1
  Intrepid2 - fix spelling
  Intrepid2 - cn tet and tri
  MueLu: Working my way around a block-size mismatch
  MueLu: Fixing unit tests
  ...
searhein added a commit to searhein/Trilinos that referenced this pull request Mar 2, 2021
…domain-solver

* 'develop' of ssh://github.com/trilinos/Trilinos: (41 commits)
  MueLu: in configure, print out missing ETI setting
  MueLu: undo CMake change, should be its own PR
  Ifpack2: undo some find-and-replace in comments
  Ifpack2: remove unneeded includes
  Use cached MV to replace getColumnMapMV from CrsMatrix
  Removed unneeded !constantStride paths
  Added required syncs/modifies for vectors
  More refactoring to get rid of redundant functions
  Using refactored block CRS local apply, unify GS/SGS
  Reduce redundant code in CRS (GS/SGS use same fn)
  Enabled new local GS code for CRS
  Moved BlockCrs GS functionality into Relaxation
  Moved Tpetra CRS GS into Ifpack2 Relaxation
  MueLu: Adding Aggregate size percentiles to AggregateQuality
  Patch in KokkosKernels trilinos#872
  FROSch: Convert enum NullSpaceType to scoped enum
  Panzer: Add edge/face blocks to STK_ExodusReaderFactory (trilinos#8779)
  STK: Snapshot 02-18-21 14:14
  Issue 8391. Switched to C++17 standard for GCC 8.3 build.
  Reset ModuleHelper.py to develop version
  ...

# Conflicts:
#	packages/shylu/shylu_dd/frosch/src/SchwarzPreconditioners/FROSch_TwoLevelBlockPreconditioner_def.hpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client: ATDM Any issue primarily impacting the ATDM project client: EMPIRE All issues that most directly target the ATDM EMPIRE code PA: Discretizations Issues that fall under the Trilinos Discretizations Product Area pkg: Panzer type: enhancement Issue is an enhancement, not a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants