History log of /petsc/src/ts/utils/dmplexlandau/plexland.c (Results 251 – 275 of 276)
Revision Date Author Comments
# bdea225a 30-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2020-10-08/fix-mpi-error-codes' into 'master'

Convert MPI error type to PETSc error with string message for all MPI calls

See merge request petsc/petsc!3326


# ffc4695b 08-Oct-2020 Barry Smith <bsmith@mcs.anl.gov>

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-pro

Convert MPI error type to PETSc error with string message for all MPI calls

Now PETSc examples will ONLY return PETSc error codes and never MPI error codes directly so we can understand and post-process their
errors better.

The test harness will now automatically retry tests that fail with MPI, this may help with Intel MPI that produces
seemingly random failures.

Commit-type: error-checking
/spend 30m

show more ...


# 8ff777de 23-Dec-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/landau-gpu-assembly' into 'master'

Adams/landau gpu assembly

See merge request petsc/petsc!3423


# a587d139 23-Dec-2020 Mark <cal2princeton@yahoo.com>

Adding Cuda and Kokkos assembly. Added Device assembly to Landau operator. Added Kokkos test mat/ex5k.


# 951fc94c 26-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jose/pgi-20.9-warnings' into 'master'

More warnings in NVIDIA/PGI compilers

See merge request petsc/petsc!3432


# c03d1177 25-Nov-2020 Jose E. Roman <jroman@dsic.upv.es>

Fix warnings in NVIDIA compilers (formerly PGI): unreachable statement


# 47f0c0cd 17-Nov-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/landau-cuda-opt' into 'master'

Adams/landau cuda opt

See merge request petsc/petsc!3418


# 52cdd6ea 17-Nov-2020 Mark <cal2princeton@yahoo.com>

Nvidia optimizations

integrating new Cuda kernels

merged Peng's optimizations and cleanup (has debugging code)

wip, adding SOA


# 9cc0f87c 12-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/plex-noprealloc-fix' into 'master'

Adams/plex noprealloc fix

See merge request petsc/petsc!3213


# c8a6034e 12-Oct-2020 Mark <cal2princeton@yahoo.com>

Adams/plex noprealloc fix


# d1c37765 29-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-gcc-48' into 'master'

fix compiler error with gcc-4.8 & complex

See merge request petsc/petsc!3272


# 1203dd31 29-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/landau-formating' into 'master'

add some Info prints and let Kokkos use any sub size

See merge request petsc/petsc!3224


# 74c602b1 29-Sep-2020 Mark <cal2princeton@yahoo.com>

add some Info prints and let Kokkos use any sub size


# c8913f0e 29-Sep-2020 Satish Balay <balay@mcs.anl.gov>

clang-5 fixes


# e718bc8b 28-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-doc-format' into 'master'

fix doc format

See merge request petsc/petsc!3261


# 1e3d9a73 28-Sep-2020 Satish Balay <balay@mcs.anl.gov>

fix doc format


# 68314e91 19-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-doc' into 'master'

doc fixes

See merge request petsc/petsc!3217


# 0045b13d 19-Sep-2020 Satish Balay <balay@mcs.anl.gov>

doc fixes


# 9ee56db9 16-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/feature-vecgetsubcector-cuda' into 'master'

Stefanozampini/feature vecgetsubcector cuda

See merge request petsc/petsc!3170


# eed9ecbc 16-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/landau-single-fix' into 'master'

fixing hardwired constants that did not work for single precision

See merge request petsc/petsc!3190


# a003a357 16-Sep-2020 Mark <cal2princeton@yahoo.com>

fixing hardwired constants that did not work for single precision


# 353dadcd 12-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jed/deprecate-viewer-ascii-vtk' into 'master'

Jed/deprecate viewer ascii vtk

See merge request petsc/petsc!3142


# 1ebb8239 11-Sep-2020 Stefano Zampini <stefano.zampini@gmail.com>

DMPLEXLANDAU: fix compiler warning

/home/zampins/Devel/petsc/src/ts/utils/dmplexlandau/plexland.c: In function ‘LandauFormJacobian_Internal’:
/home/zampins/Devel/petsc/src/ts/utils/dmplexlandau/plex

DMPLEXLANDAU: fix compiler warning

/home/zampins/Devel/petsc/src/ts/utils/dmplexlandau/plexland.c: In function ‘LandauFormJacobian_Internal’:
/home/zampins/Devel/petsc/src/ts/utils/dmplexlandau/plexland.c:149:34: warning: ‘refSpaceDer[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
u_x[fOffset*dim+d] += invJ[qj * dim * dim + e*dim+d]*refSpaceDer[e];
^
/home/zampins/Devel/petsc/src/ts/utils/dmplexlandau/plexland.c:149:34: warning: ‘refSpaceDer[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized]

show more ...


# 8ec8862e 07-Sep-2020 Jed Brown <jed@jedbrown.org>

PETSC_VIEWER_ASCII_VTK: deprecate, encourage use of XML


# 53d71bcd 26-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'adams/feature-dmplex-snes-landau-kokkos-barry-rebased' into 'master'

Adams/feature dmplex snes landau kokkos barry rebased

See merge request petsc/petsc!3050


1...<<1112