History log of /petsc/src/vec/is/sf/tests/ex11.c (Results 26 – 28 of 28)
Revision Date Author Comments
# 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 ...


# 0d8a268c 29-Oct-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jczhang/clean-up-vecscatter' into 'master'

typedef PetscSF VecScatter

See merge request petsc/petsc!3365


# 97929ea7 22-Oct-2020 Junchao Zhang <jczhang@mcs.anl.gov>

Clean up vecscatter and define it as PetscSF


12