-
Notifications
You must be signed in to change notification settings - Fork 2
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
#208: ShyLU: Add Tpetra tests #209
base: NGA-FY23-develop
Are you sure you want to change the base?
Conversation
⚡ Code quality check ⚡ 🔴 cppcheck found 29 issues! Click here to see details.
!Line: 24 - information: Include file: "Teuchos_RCP.hpp" not found. [missingInclude]
!Line: 25 - information: Include file: "Teuchos_GlobalMPISession.hpp" not found. [missingInclude]
!Line: 26 - information: Include file: "Teuchos_XMLParameterListHelpers.hpp" not found. [missingInclude]
!Line: 37 - information: Include file: "shylu.h" not found. [missingInclude]
!Line: 38 - information: Include file: "shylu_util.h" not found. [missingInclude]
!Line: 39 - information: Include file: "ShyLU_DDCore_config.h" not found. [missingInclude]
!Line: 40 - information: Include file: "shylu_partition_interface.hpp" not found. [missingInclude]
!Line: 41 - information: Include file: "shylu_directsolver_interface.hpp" not found. [missingInclude] Trilinos/packages/shylu/shylu_dd/core/test/shylu_belos_driver_tpetra.cpp Lines 459 to 464 in 744a5f3
!Line: 459 - error: Found an exit path from function with non-void return type that has missing return statement [missingReturn] Trilinos/packages/shylu/shylu_dd/core/test/shylu_belos_driver_tpetra.cpp Lines 500 to 505 in 744a5f3
!Line: 500 - style: The scope of the variable 'tempnewvec' can be reduced. [variableScope] Trilinos/packages/shylu/shylu_dd/core/test/shylu_belos_driver_tpetra.cpp Lines 501 to 506 in 744a5f3
!Line: 501 - style: The scope of the variable 'tempvec' can be reduced. [variableScope] Trilinos/packages/shylu/shylu_dd/core/test/shylu_belos_driver_tpetra.cpp Lines 296 to 301 in 744a5f3
!Line: 296 - style: Variable 'success' is assigned a value that is never used. [unreadVariable] Trilinos/packages/shylu/shylu_dd/core/test/shylu_belos_driver_tpetra.cpp Lines 501 to 506 in 744a5f3
!Line: 501 - style: Variable 'tempvec' is assigned a value that is never used. [unreadVariable] Trilinos/packages/shylu/shylu_dd/core/test/shylu_driver_tpetra.cpp Lines 16 to 21 in 744a5f3
!Line: 16 - information: Include file: "Isorropia_config.h" not found. [missingInclude] Trilinos/packages/shylu/shylu_dd/core/test/shylu_driver_tpetra.cpp Lines 28 to 33 in 744a5f3
!Line: 28 - information: Include file: "Teuchos_GlobalMPISession.hpp" not found. [missingInclude] Trilinos/packages/shylu/shylu_dd/core/test/shylu_driver_tpetra.cpp Lines 29 to 34 in 744a5f3
!Line: 29 - information: Include file: "Teuchos_XMLParameterListHelpers.hpp" not found. [missingInclude] Trilinos/packages/shylu/shylu_dd/core/test/shylu_driver_tpetra.cpp Lines 37 to 42 in 744a5f3
!Line: 37 - information: Include file: "shylu.h" not found. [missingInclude] Trilinos/packages/shylu/shylu_dd/core/test/shylu_driver_tpetra.cpp Lines 38 to 43 in 744a5f3
!Line: 38 - information: Include file: "shylu_util.h" not found. [missingInclude] Trilinos/packages/shylu/shylu_dd/core/test/shylu_driver_tpetra.cpp Lines 39 to 44 in 744a5f3
!Line: 39 - information: Include file: "ShyLU_DDCore_config.h" not found. [missingInclude] Trilinos/packages/shylu/shylu_dd/core/test/shylu_driver_tpetra.cpp Lines 40 to 45 in 744a5f3
!Line: 40 - information: Include file: "shylu_partition_interface.hpp" not found. [missingInclude] Trilinos/packages/shylu/shylu_dd/core/test/shylu_driver_tpetra.cpp Lines 41 to 46 in 744a5f3
!Line: 41 - information: Include file: "shylu_directsolver_interface.hpp" not found. [missingInclude]
!Line: 17 - information: Include file: "Isorropia_config.h" not found. [missingInclude]
!Line: 29 - information: Include file: "Teuchos_GlobalMPISession.hpp" not found. [missingInclude]
!Line: 30 - information: Include file: "Teuchos_XMLParameterListHelpers.hpp" not found. [missingInclude]
!Line: 31 - information: Include file: "Teuchos_RCP.hpp" not found. [missingInclude]
!Line: 33 - information: Include file: "shylu.h" not found. [missingInclude]
!Line: 34 - information: Include file: "shylu_util.h" not found. [missingInclude]
!Line: 63 - style: The scope of the variable 'pass' can be reduced. [variableScope]
!Line: 64 - style: The scope of the variable 'fail' can be reduced. [variableScope] |
I am having difficulty configuring Trilinos to actually build the |
Add:
Should work |
Fixes #208
Creates the following tests:
shylu_factor_test_tpetra.cpp
shylu_belos_driver_tpetra.cpp