-
Notifications
You must be signed in to change notification settings - Fork 578
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
Trilinos Master Merge PR Generator: Auto PR created to promote from master_merge_20200507_000616 branch to master #7326
Conversation
Convert all float(var) to dble(var) and ifix(var) to int(var) to eliminate compiler warnings on some platforms (stria)
Origin repo remote tracking branch: 'origin/master' Origin repo remote repo URL: 'origin = https://github.com/gsjaardema/seacas' At commit: commit b76dc8c242776c4d66bdf0418dcbdde7751abaf3 Author: Greg Sjaardema <[email protected]> Date: Mon May 4 09:27:15 2020 -0600 Summary: SLICE: eliminate unused varible * Clean up some time handling / timestamp routines * SLICE: More options for file-type, optimization * INTERFACE->INTER_FACE to avoid Windows name collision * pconjoin -- pseudo-parallel conjoin script * Python - clean up exodus python interface; remove warnings
Origin repo remote tracking branch: 'origin/master' Origin repo remote repo URL: 'origin = https://github.com/gsjaardema/seacas' At commit: commit b76dc8c242776c4d66bdf0418dcbdde7751abaf3 Author: Greg Sjaardema <[email protected]> Date: Mon May 4 09:27:15 2020 -0600 Summary: SLICE: eliminate unused varible Exodus-related changes: * Use true/false instead of EX_TRUE, EX_FALSE * Add Assembly entity * Add Blob entity * Add entity attributes * Add reduction variables * Add compact storage if available in NetCDF * Clean up some warning handling * Fix potential "race" condition in parallel-aware block output * Simplify ex_copy function
Origin repo remote tracking branch: 'origin/master' Origin repo remote repo URL: 'origin = https://github.com/gsjaardema/seacas' At commit: commit b76dc8c242776c4d66bdf0418dcbdde7751abaf3 Author: Greg Sjaardema <[email protected]> Date: Mon May 4 09:27:15 2020 -0600 Summary: SLICE: eliminate unused varible IOSS Related * Add Assembly support * Add Blob support * Add entity attribute support * Add reduction variable support * Consolidate exodus implementation down to single library from four * Add `io_modify` executable which can add/query/validate assembly information in an exodus file * Add more `=default` or `=delete` or other modernizations * IOSS warning, info, debug output can now be directed to an app-defined output stream * Better interaction with NetCDF library - requires less defines externally * `SHOW_CONFIG` property will output TPL and IOSS/exodus configuration from an app using IOSS * config output now shows supported decomposition types * config output now shows ParMetis and Zoltan information * Easier to copy entities and Region * Update Catch2 from 2.11.1 to 2.11.3 * Use `INSTALLABLE` instead of `install_executable()` * Add `RETAIN_EMPTY_BLOCKS` property
This is the same change made with SEACAS was snapshotted into Sierra. @alanw
Current exodus/IOSS can treat global variables as either Transient variables (old behavior) or Reduction Variables (new behavior). Need to let applications know about the new capability and give them time to switch over. Setting default behavior back to old method.
By making sure to free L & U prior to recomputing them.
I was seeing intermittent failures to build with PANZER_FADTYPE undefined. The value was set using TRIBITS_ADD_OPTION_AND DEFINE which expects a bool and was passed a string. For whatever reason, cmake is inconsistent about how the passed string is interpreted. Since there is no provision for this not being set I just went to a direct SET statement.
This reverts commit 9042d39. I will put in the fix next.
This elimiantes the CMake BOOL var PANZER_FADTYPE but that var was never actually used for anything. Only the var Panzer_ENABLE_FADTYPE was used.
You would not use #cmakedefine in a case like this as you are always providing a value.
Set default for PANZER_FADTYPE at all points
Renamed Panzer_ENABLE_FADTYPE to Panzer_FADTYPE.
Automatically Merged using Trilinos Pull Request AutoTester PR Title: MueLu: Fixing issues in pairwise aggregation PR Author: csiefer2
Automatically Merged using Trilinos Pull Request AutoTester PR Title: ATDM/ats1: Prioritize builds and disable running tests (ATDV-347) PR Author: e10harvey
…shot Automatically Merged using Trilinos Pull Request AutoTester PR Title: Seacas may2020 snapshot PR Author: gsjaardema
Automatically Merged using Trilinos Pull Request AutoTester PR Title: Panzer: rename FADTYPE option PR Author: rppawlo
ifpack2: Reduce ILUT memory usage.
Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request. |
Status Flag 'Master Merge AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Build InformationTest Name: Trilinos_pullrequest_gcc_4.8.4
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_intel_17.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_8.3.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_7.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_9.0.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_9.2
Jenkins Parameters
Using Repos:
Pull Request Author: trilinos-autotester |
Status Flag 'Master Merge AutoTester' - Jenkins Testing: 1 or more Jobs FAILED Note: Testing will normally be attempted again in approx. 15 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 InformationTest Name: Trilinos_pullrequest_gcc_4.8.4
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_intel_17.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_8.3.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_7.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_9.0.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_9.2
Jenkins Parameters
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.8.4 # 6636 (click to expand)
Console Output (last 100 lines) : Trilinos_pullrequest_intel_17.0.1 # 6448 (click to expand)
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_4.9.3_SERIAL # 4873 (click to expand)
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_7.2.0 # 4720 (click to expand)
Console Output (last 100 lines) : Trilinos_pullrequest_gcc_8.3.0 # 909 (click to expand)
Console Output (last 100 lines) : Trilinos_pullrequest_clang_7.0.1 # 185 (click to expand)
Console Output (last 100 lines) : Trilinos_pullrequest_clang_9.0.0 # 607 (click to expand)
Console Output (last 100 lines) : Trilinos_pullrequest_cuda_9.2 # 4234 (click to expand)
|
Status Flag 'Master Merge AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Build InformationTest Name: Trilinos_pullrequest_gcc_4.8.4
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_intel_17.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_8.3.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_7.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_9.0.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_9.2
Jenkins Parameters
Using Repos:
Pull Request Author: trilinos-autotester |
Status Flag 'Master Merge AutoTester' - Jenkins Testing: all Jobs PASSED Pull Request Auto Testing has PASSED (click to expand)Build InformationTest Name: Trilinos_pullrequest_gcc_4.8.4
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_intel_17.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_4.9.3_SERIAL
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_8.3.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_7.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_9.0.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_9.2
Jenkins Parameters
|
Status Flag 'Pre-Merge Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request. |
Status Flag 'Master Merge AutoTester' - Pull Request will be Automerged |
Merge on Pull Request# 7326: IS A SUCCESS - Pull Request successfully merged |
Auto PR created to promote from master_merge_20200507_000616 branch to master