Skip to content
Snippets Groups Projects
  1. Feb 26, 2024
  2. Jan 12, 2024
  3. Sep 05, 2023
  4. Sep 21, 2022
  5. Aug 29, 2022
  6. Aug 22, 2022
  7. Jul 23, 2022
    • Barry Smith's avatar
      Add PetscFunctionBeginUser to all PETSc C/C++ examples · 327415f7
      Barry Smith authored
      Now the stack frames will contain the main program and the correct line numbers in them
      
      git ls-files | egrep "(tutorials|tests)" | xargs sed -i  "s?\(PetscCall(PetscInitialize(&argc\)?PetscFunctionBeginUser;\n  \1?g"
      
      Commit-type: error-checking, testing-fix
      /spend 15m
      327415f7
  8. Apr 14, 2022
  9. Mar 26, 2022
    • Jacob Faibussowitsch's avatar
      The great renaming: · 9566063d
      Jacob Faibussowitsch authored
      - CHKERRQ() -> PetscCall()
      - CHKERRV() -> PetscCallVoid()
      - CHKERRMPI() -> PetscCallMPI()
      - CHKERRABORT() -> PetscCallAbort()
      - CHKERRCONTINUE() -> PetscCallContinue()
      - CHKERRXX() -> PetscCallThrow()
      - CHKERRCXX() -> PetscCallCXX()
      - CHKERRCUDA() -> PetscCallCUDA()
      - CHKERRCUBLAS() -> PetscCallCUBLAS()
      - CHKERRCUSPARSE() -> PetscCallCUSPARSE()
      - CHKERRCUSOLVER() -> PetscCallCUSOLVER()
      - CHKERRCUFFT() -> PetscCallCUFFT()
      - CHKERRCURAND() -> PetscCallCURAND()
      - CHKERRHIP() -> PetscCallHIP()
      - CHKERRHIPBLAS() -> PetscCallHIPBLAS()
      - CHKERRHIPSOLVER() -> PetscCallHIPSOLVER()
      - CHKERRQ_CEED() -> PetscCallCEED()
      - CHKERR_FORTRAN_VOID_FUNCTION() -> PetscCallFortranVoidFunction()
      - CHKERRMKL() -> PetscCallMKL()
      - CHKERRMMG() -> PetscCallMMG()
      - CHKERRMMG_NONSTANDARD() -> PetscCallMMG_NONSTANDARD()
      - CHKERRCGNS() -> PetscCallCGNS()
      - CHKERRPTSCOTCH() -> PetscCallPTSCOTCH()
      - CHKERRSTR() -> PetscCallSTR()
      - CHKERRTC() -> PetscCallTC()
      9566063d
  10. Mar 25, 2022
  11. Dec 06, 2021
  12. Sep 03, 2021
  13. May 15, 2021
  14. Jul 10, 2020
Loading