-
Notifications
You must be signed in to change notification settings - Fork 577
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
PyTrilinos: Update FinMpi4Py.cmake to support Python 3 #8444
Conversation
Status Flag 'Pre-Test Inspection' - Auto Inspected - Inspection Is Not Necessary for this Pull Request. |
Status Flag 'Pull Request AutoTester' - Failure: Timed out waiting for job Trilinos_pullrequest_cuda_9.2 to start: Total Wait = 603
|
Status Flag 'Pull Request AutoTester' - Failure: Timed out waiting for job Trilinos_pullrequest_cuda_9.2 to start: Total Wait = 603
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine by me but I don't know who can approve PyTrilinos changes at this point. There is no automated testing for PyTrilinos so PR testing will not catch any problems.
@bartlettroscoe thanks for your review! I do not know who can approve those changes too. |
@kliegeois Just checking if I was somehow still a PyTrilinos admin. I don't think I am any more. In any case, the changes look reasonable (I've been writing a lot of Python 3 lately), assuming that FindMpi4Py.cmake works with Python 3. |
Status Flag 'Pull Request AutoTester' - User Requested Retest - Label AT: RETEST will be reset after testing. |
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Build InformationTest Name: Trilinos_pullrequest_gcc_8.3.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0_serial
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0_debug
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_intel_17.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_9.2
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_10.0.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_python_3
Jenkins Parameters
Using Repos:
Pull Request Author: kliegeois |
Status Flag 'Pull Request AutoTester' - Jenkins Testing: all Jobs PASSED Pull Request Auto Testing has PASSED (click to expand)Build InformationTest Name: Trilinos_pullrequest_gcc_8.3.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0_serial
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_gcc_7.2.0_debug
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_intel_17.0.1
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_cuda_9.2
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_clang_10.0.0
Jenkins Parameters
Build InformationTest Name: Trilinos_pullrequest_python_3
Jenkins Parameters
|
Status Flag 'Pre-Merge Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED AND APPROVED by [ mhoemmen ]! |
Status Flag 'Pull Request AutoTester' - Pull Request will be Automerged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
…s:develop' (59cf6cc). * trilinos-develop: (48 commits) PyTrilinos: Update FinMpi4Py.cmake to support Python 3 (trilinos#8444) Intrepid: fix bug in face tag initialization for high-order H(div) Triangle elements. (trilinos#8453) Minor fix to SuperLu version used for enum kokkos: Replace enums in Kokkos_ViewMapping.hpp Framework: Enabling the 'autocloser' github actions script Tun off build stats compiler wrappers in all PR builds for now (trilinos#7376) Set Trilinos_REMOVE_BUILD_STATS_TIMING_FILES_ON_FRESH_CONFIGURE=ON for cuda_9.2 PR build (trilinos#7376) Add support for <Project>_REMOVE_BUILD_STATS_TIMING_FILES_ON_FRESH_CONFIGURE (trilinos#7376) Simplify logic for setting <Project>_REMOVE_BUILD_STATS_ON_CONFIGURE (trilinos#7376) Remove commented out debug print statements (trilinos#7376) Make work with Python 3.6 (trilinos#7376) Update to work with Python 3.6 (trilinos#7376) TriBITS: Close filehanlde objects to avoid warning with Python 3.6 (trilinos#7376) TriBITS: Make csvsreader next() work with Python 3.x (trilinos#7376) Change to 'except <type> as <obj>' for Python 3.6 (trilinos#7376) Revert "Build stats wrapper python needs 2.7+, not 2.6 (trilinos#7376)" Add normalizeFileNameField() (trilinos#7376) Add default option computeStdScaledFields=True and rename to getBuildStatsForTests() (trilinos#7376) Update documentation for build stats (trilinos#7376) Add --bin-by-subdirs-under-dirs=commonTools,packages (trilinos#7376) ...
…s:develop' (59cf6cc). * trilinos-develop: (48 commits) PyTrilinos: Update FinMpi4Py.cmake to support Python 3 (trilinos#8444) Intrepid: fix bug in face tag initialization for high-order H(div) Triangle elements. (trilinos#8453) Minor fix to SuperLu version used for enum kokkos: Replace enums in Kokkos_ViewMapping.hpp Framework: Enabling the 'autocloser' github actions script Tun off build stats compiler wrappers in all PR builds for now (trilinos#7376) Set Trilinos_REMOVE_BUILD_STATS_TIMING_FILES_ON_FRESH_CONFIGURE=ON for cuda_9.2 PR build (trilinos#7376) Add support for <Project>_REMOVE_BUILD_STATS_TIMING_FILES_ON_FRESH_CONFIGURE (trilinos#7376) Simplify logic for setting <Project>_REMOVE_BUILD_STATS_ON_CONFIGURE (trilinos#7376) Remove commented out debug print statements (trilinos#7376) Make work with Python 3.6 (trilinos#7376) Update to work with Python 3.6 (trilinos#7376) TriBITS: Close filehanlde objects to avoid warning with Python 3.6 (trilinos#7376) TriBITS: Make csvsreader next() work with Python 3.x (trilinos#7376) Change to 'except <type> as <obj>' for Python 3.6 (trilinos#7376) Revert "Build stats wrapper python needs 2.7+, not 2.6 (trilinos#7376)" Add normalizeFileNameField() (trilinos#7376) Add default option computeStdScaledFields=True and rename to getBuildStatsForTests() (trilinos#7376) Update documentation for build stats (trilinos#7376) Add --bin-by-subdirs-under-dirs=commonTools,packages (trilinos#7376) ...
…develop' (e46fbab). * potential-trilinos-develop: (64 commits) Framework: Reduce rate limit for stale job actionscript Updated ninja Panzer: fix race condition with launch blocking off in GED accessor. Updated to cmake 19 for Ross' cuda schedule fixes TrilinosCouplings: Fixing maxwell example TrilinosCouplings: Fixing bug TrilinosCouplings: Minor mods to Maxwell example Tpetra: Fix issue in `transferAndFillComplete` Tpetra: Add test for #8447 PyTrilinos: Update FinMpi4Py.cmake to support Python 3 (#8444) Intrepid: fix bug in face tag initialization for high-order H(div) Triangle elements. (#8453) Minor fix to SuperLu version used for enum kokkos: Replace enums in Kokkos_ViewMapping.hpp Framework: Enabling the 'autocloser' github actions script Framework: Issue 8429 - TestingEnv Fixes Ifpack2: fix initialization error Tun off build stats compiler wrappers in all PR builds for now (#7376) Set Trilinos_REMOVE_BUILD_STATS_TIMING_FILES_ON_FRESH_CONFIGURE=ON for cuda_9.2 PR build (#7376) Add support for <Project>_REMOVE_BUILD_STATS_TIMING_FILES_ON_FRESH_CONFIGURE (#7376) Simplify logic for setting <Project>_REMOVE_BUILD_STATS_ON_CONFIGURE (#7376) ...
@trilinos/pytrilinos
Motivation
This is a small PR to update the FindMpi4Py.cmake to support Python 3.
Stakeholder Feedback
Testing