-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Revert "Refactor RunApp and FileTester" #19258
Conversation
6def137
to
c84650c
Compare
Once this is merged, #19257 can be closed. |
Job Documentation on c84650c wanted to post the following: View the site here This comment will be updated on new commits. |
Looks messy............ I am looking into Griffin. |
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.
This is being merged with failing and incomplete tests. It will fail on next. Merge will allow application developers to use the fixes for correcting their applications.
…ts (idaholab#19258) These tests are failing with PETSc errors when running with the non-sparse recipe. [0]PETSC ERROR: Argument out of range [0]PETSC ERROR: New nonzero at (1,12) caused a malloc Use MatSetOption(A, MAT_NEW_NONZERO_ALLOCATION_ERR, PETSC_FALSE) to turn off this check [0]PETSC ERROR: See https://www.mcs.anl.gov/petsc/documentation/faq.html for trouble shooting. [0]PETSC ERROR: Petsc Release Version 3.15.1, unknown [0]PETSC ERROR: /ramdisk/civet/build_0/moose/test/moose_test-opt on a arch-moose named meowbuild32.hpc.inl.gov by moosetest Fri Oct 29 12:18:48 2021 [0]PETSC ERROR: Configure options --with-make-np=16 --download-hypre=1 --with-debugging=no --with-shared-libraries=1 --download-fblaslapack=1 --download-metis=1 --download-ptscotch=1 --download-parmetis=1 --download-superlu_dist=1 --download-mumps=1 --download-strumpack=1 --download-scalapack=1 --download-slepc=1 --with-mpi=1 --with-cxx-dialect=C++11 --with-fortran-bindings=0 --with-sowing=0 --with-64-bit-indices --with-make-np=20 --with-make-load=60 [0]PETSC ERROR: #1 MatSetValues_SeqAIJ() at /ramdisk/civet/build_0/moose/petsc/src/mat/impls/aij/seq/aij.c:511 [0]PETSC ERROR: idaholab#2 MatSetValues() at /ramdisk/civet/build_0/moose/petsc/src/mat/interface/matrix.c:1401 application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
…ts (idaholab#19258) These tests are failing with PETSc errors when running with the non-sparse recipe. [0]PETSC ERROR: Argument out of range [0]PETSC ERROR: New nonzero at (1,12) caused a malloc Use MatSetOption(A, MAT_NEW_NONZERO_ALLOCATION_ERR, PETSC_FALSE) to turn off this check [0]PETSC ERROR: Petsc Release Version 3.15.1, unknown [0]PETSC ERROR: /ramdisk/civet/build_0/moose/test/moose_test-opt on a arch-moose named meowbuild32.hpc.inl.gov by moosetest Fri Oct 29 12:18:48 2021 [0]PETSC ERROR: Configure options --with-make-np=16 --download-hypre=1 --with-debugging=no --with-shared-libraries=1 --download-fblaslapack=1 --download-metis=1 --download-ptscotch=1 --download-parmetis=1 --download-superlu_dist=1 --download-mumps=1 --download-strumpack=1 --download-scalapack=1 --download-slepc=1 --with-mpi=1 --with-cxx-dialect=C++11 --with-fortran-bindings=0 --with-sowing=0 --with-64-bit-indices --with-make-np=20 --with-make-load=60 [0]PETSC ERROR: 1 MatSetValues_SeqAIJ() at /ramdisk/civet/build_0/moose/petsc/src/mat/impls/aij/seq/aij.c:511 [0]PETSC ERROR: 2 MatSetValues() at /ramdisk/civet/build_0/moose/petsc/src/mat/interface/matrix.c:1401 application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
I'm glad we moved hell and high-water to get this fixed. I have a long standing development branch that I rebased onto a point in between this and #18988. I had a bunch of merge conflicts, but I thought I had fixed them appropriately because when I ran my test suite, all the new tests passed. But now rebasing after this point they fail, and going back to the in-between point (I had a old temporary branch at that point), if I run with |
Well sorting through |
Reverts #18988
Re-open #18974