- Feb 26, 2024
-
-
- Jan 12, 2024
-
-
And Remove unneeded duplicate includes Co-Authored-by:
Jose Roman <jroman@dsic.upv.es>
-
- Sep 05, 2023
-
-
- Sep 21, 2022
-
-
Jacob Faibussowitsch authored
-
- Aug 29, 2022
-
-
- Aug 22, 2022
-
-
Satish Balay authored
-
- Jul 23, 2022
-
-
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
-
- Apr 14, 2022
-
-
Jacob Faibussowitsch authored
-
- Mar 26, 2022
-
-
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()
-
- Mar 25, 2022
-
-
Jacob Faibussowitsch authored
- ierr = PetscInitialize();if (ierr) return ierr; + CHKERRQ(PetscInitialize()); - ierr = PetscFinalize(); - return ierr; + CHKERRQ(PetscFinalize()); + return 0;
-
Jacob Faibussowitsch authored
-
- Dec 06, 2021
-
-
Mark Adams authored
-
- Sep 03, 2021
-
-
Jose E. Roman authored
-
- May 15, 2021
-
-
Matthew Knepley authored
-
- Jul 10, 2020
-
-
- Can visualize particles and particle fields through Xdmf - fixed to conserve, added print of norm - Added C Swarm ex1 with with indexing for XGC Co-authored-by:
Mark Adams <mfadams@lbl.gov>
-