| #
f223ed5a
|
| 07-Apr-2023 |
markadams4 <mfadams@lbl.gov> |
remove thread stuff from Landau
|
| #
0af4e2b6
|
| 08-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-sphere-coverage' into 'main'
added coverage for Landau sphere grids
See merge request petsc/petsc!6268
|
| #
80f6d96d
|
| 01-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
08eaad2d
|
| 01-Apr-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos-portability' into 'release'
Fix typos, portability issues, segmentation fault
See merge request petsc/petsc!6267
|
| #
aaa8cc7d
|
| 31-Mar-2023 |
Pierre Jolivet <pierre@joliv.et> |
Fix some documentation and typos
|
| #
41191c1e
|
| 31-Mar-2023 |
markadams4 <mfadams@lbl.gov> |
added coverage for Landau sphere grids
|
| #
e0245282
|
| 29-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-sphere-fix' into 'main'
fixed circular domain on Landau
See merge request petsc/petsc!6253
|
| #
e04ae51b
|
| 29-Mar-2023 |
Mark Adams <524115-markadams4@users.noreply.gitlab.com> |
fixed circular domain on Landau
|
| #
d01c6957
|
| 28-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2023-03-25/fix-more-manualpages' into 'main'
More manual page fixes
See merge request petsc/petsc!6233
|
| #
2fe279fd
|
| 28-Mar-2023 |
Barry Smith <bsmith@mcs.anl.gov> |
More manual page fixes
|
| #
b7dab1a6
|
| 24-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/clang-format-16' into 'main'
Switch to clang-format 16
See merge request petsc/petsc!6203
|
| #
6c5826a2
|
| 20-Mar-2023 |
Pierre Jolivet <pierre@joliv.et> |
Switch to clang-format 16
|
| #
d7876028
|
| 16-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/ci-remove-opensolaris' into 'main'
CI: remove opensolaris jobs
See merge request petsc/petsc!6157
|
| #
4279555e
|
| 08-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Fix build error with linux-misc-32bit
|
| #
5a7a9864
|
| 14-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jeremy/less-strcpy-strcat' into 'main'
Use Petsc[Strncpy,Strlcat,Memcpy] over Petsc[Strcpy,Strcat]
Closes #1332
See merge request petsc/petsc!6115
|
| #
f6652e4d
|
| 13-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'adams/landau-ex1-fix' into 'main'
Landau collision operator cleanup/release with paper, new verification test in ex1 and cleanup
See merge request petsc/petsc!6006
|
| #
c6a7a370
|
| 24-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Clean up PETSc str ops to use more secure implementations where possible. These include:
- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat() - Use PetscArraycpy() over
Clean up PETSc str ops to use more secure implementations where possible. These include:
- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat() - Use PetscArraycpy() over PetscMemcpy() as appropriate for string buffer copying - Use built in string from name over hardcoding - Use sizeof over hardcoded length - Replace some Strlcat with Strncpy when offset is known
show more ...
|
| #
ae6bf4a8
|
| 24-Feb-2023 |
markadams4 <mfadams@lbl.gov> |
adding NRL lambdas between grids and cleaning up
|
| #
6b664d00
|
| 03-Feb-2023 |
markadams4 <mfadams@lbl.gov> |
adding movie Monitor and verification to small Landau test remove ramp up of batches increase to Q5 and move batch solver data to global
|
| #
55b0ce4c
|
| 27-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/ci-migrate' into 'main'
CI: migrate some Ubuntu-18.04 jobs to 22.04
See merge request petsc/petsc!6119
|
| #
e57ab8ab
|
| 24-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
CI: migrate to Ubuntu-22.04:
- arch-ci-linux-without-fc: use updated boost (from prior commit) - arch-ci-linux-pkgs-dbg-ftn-interfaces: fix warning src/sys/tutorials/ex3.c, disable PETSC_HAVE_THREAD
CI: migrate to Ubuntu-22.04:
- arch-ci-linux-without-fc: use updated boost (from prior commit) - arch-ci-linux-pkgs-dbg-ftn-interfaces: fix warning src/sys/tutorials/ex3.c, disable PETSC_HAVE_THREADSAFETY in src/ksp/ksp/tutorials/ex2.c, src/snes/tutorials/ex19.c, disable superlu_dist - arch-ci-linux-pkgs-opt: use CXXFLAGS=-Wno-deprecated-declarations to suppress warnings from moab with gcc-12 - arch-ci-linux-xsdk-dbg: fix warnings with PetscFree() in src/dm/impls/swarm/swarm_migrate.c, src/dm/impls/swarm/tests/ex9.c, src/ts/utils/dmplexlandau/plexland.c - arch-ci-linux-opt-misc - arch-ci-linux-pkgs-64idx - arch-ci-linux-64idx-i8: snes_tutorials-ex78_2 fail on es only? use mcpu - arch-ci-linux-opt-cxx-quad - arch-ci-linux-ILP64: Use -Wno-discarded-qualifiers to suppress warnings from mpich2 - arch-ci-linux-64idx-i8-uni: snes_tutorials-ex78_2 fail on es only? use mcpu
details: (arch-ci-linux-pkgs-dbg-ftn-interfaces: disable superlu_dist)
[balay@pj01 petsc]$ make check > ** On entry to DGEMM parameter number 8 had an illegal value Possible problem with ex19 running with superlu_dist, diffs above
[balay@pj01 tutorials]$ valgrind --tool=memcheck -q ./ex19 -da_grid_x 20 -da_grid_y 20 -pc_type lu -pc_factor_mat_solver_type superlu_dist lid velocity = 0.0025, prandtl # = 1., grashof # = 1. ==1342260== Conditional jump or move depends on uninitialised value(s) ==1342260== at 0x6C918B2: __kmp_fork_call (runtime/src/kmp_runtime.cpp:2183) ==1342260== by 0x6C841BA: __kmpc_fork_call (runtime/src/kmp_csupport.cpp:300) ==1342260== by 0x61BAE8A: pdgstrf (SRC/dlook_ahead_update.c:124) ==1342260== by 0x618C523: pdgssvx (SRC/pdgssvx.c:1173) ==1342260== by 0x5047C39: MatLUFactorNumeric_SuperLU_DIST (superlu_dist.c:445) ==1342260== by 0x4CAB6B9: MatLUFactorNumeric (matrix.c:3224) ==1342260== by 0x58C0892: PCSetUp_LU (lu.c:120) ==1342260== by 0x56EFEC2: PCSetUp (precon.c:994) ==1342260== by 0x55B8181: KSPSetUp (itfunc.c:405) ==1342260== by 0x55BB878: KSPSolve_Private (itfunc.c:823) ==1342260== by 0x55BB3FC: KSPSolve (itfunc.c:1069) ==1342260== by 0x59AB119: SNESSolve_NEWTONLS (ls.c:210)
show more ...
|
| #
7a3a620f
|
| 24-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/housekeeping' into 'main'
Double spaces, wrong backticks, or unneeded braces
See merge request petsc/petsc!6110
|
| #
aa624791
|
| 24-Feb-2023 |
Pierre Jolivet <pierre@joliv.et> |
Double spaces, wrong backticks, or unneeded braces
|
| #
37d05b02
|
| 06-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
|
| #
b877537e
|
| 05-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/fix-typos' into 'release'
Fix Typos
See merge request petsc/petsc!6024
|