History log of /petsc/config/BuildSystem/ (Results 3326 – 3350 of 4739)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ce8ca74605-Sep-2017 Karl Rupp <me@karlrupp.net>

Elemental: Update to version v0.87.7

0e8b9ee003-Sep-2017 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'

c7c7460f01-Sep-2017 Satish Balay <balay@mcs.anl.gov>

ptscotch: also build [sequential] libesmumps.a

Reported-by: Jin Chen <jchen@pppl.gov>

14d0fd8427-Aug-2017 Karl Rupp <me@karlrupp.net>

Merge branch 'rmills/add-aijmkl'

* rmills/add-aijmkl:
Adds AIJMKL matrix class to facilitate use of MKL sparse BLAS routines
BitBucket Pull Request 737
This is the initial version of the AIJMKL matr

Merge branch 'rmills/add-aijmkl'

* rmills/add-aijmkl:
Adds AIJMKL matrix class to facilitate use of MKL sparse BLAS routines
BitBucket Pull Request 737
This is the initial version of the AIJMKL matrix class,
a subclass of AIJ that has the goal of using MKL sparse BLAS routines whenever practicable.
If the MKL version is new enough, the sparse inspector-executor
("SpMV2" -- terrible name, but that's what the MKL team called it) routines are used by default.
Currently only MatMult, MatMultAdd, MatMultTranspose, and MatMultTransposeAdd operations are supported,
but more will be added once this initial attempt is at a point
that it provides an acceptable framework for adding additional further functionality.

show more ...

792707a525-Aug-2017 Barry Smith <bsmith@mcs.anl.gov>

Turn off lookforbydefault configure packages if they are not compatible with configuration

This fixes mkl_sparse_optimize.py triggering a consistency error when used with __float128
Commit-type: bug

Turn off lookforbydefault configure packages if they are not compatible with configuration

This fixes mkl_sparse_optimize.py triggering a consistency error when used with __float128
Commit-type: bug-fix
Funded-by: ECP
Time: .75 hours
Reported-by: Karl Rupp <rupp@iue.tuwien.ac.at>
Thanks-to: Richard Tran Mills <rtmills@anl.gov>

show more ...

a50bf03625-Aug-2017 Karl Rupp <me@karlrupp.net>

Merge branch 'pr718/hy144328/fix-mumps-configuration/master'

pr718/hy144328/fix-mumps-configuration/master:
Fixes a typo (LIB instead of LIBS) in the MUMPS configuration.


/petsc/bin/maint/confignightly/churn
/petsc/bin/maint/confignightly/crank3
config/packages/MUMPS.py
/petsc/config/report_tests.py
/petsc/include/petsc/mpiuni/mpi.h
/petsc/include/petsc/mpiuni/mpif.h
/petsc/include/petsc/private/sfimpl.h
/petsc/include/petscmat.h
/petsc/include/petscmath.h
/petsc/include/petscsf.h
/petsc/include/petscsys.h
/petsc/src/dm/dt/examples/tests/ex1.c
/petsc/src/dm/impls/da/grglvis.c
/petsc/src/dm/impls/plex/examples/tests/ex1.c
/petsc/src/dm/impls/plex/examples/tests/ex3.c
/petsc/src/dm/impls/plex/examples/tests/output/ex15_0.out
/petsc/src/dm/impls/plex/examples/tests/output/ex18_0.out
/petsc/src/dm/impls/plex/examples/tests/output/ex18_1.out
/petsc/src/dm/impls/plex/examples/tests/output/ex18_2.out
/petsc/src/dm/impls/plex/examples/tests/output/ex18_3.out
/petsc/src/dm/impls/plex/examples/tests/output/ex18_4.out
/petsc/src/dm/impls/plex/examples/tests/output/ex19_6.out
/petsc/src/dm/impls/plex/examples/tests/output/ex1_4.out
/petsc/src/dm/impls/plex/examples/tests/output/ex1_7.out
/petsc/src/dm/impls/plex/examples/tests/output/ex1_part_simple_0.out
/petsc/src/dm/impls/plex/examples/tests/output/ex1_part_simple_1.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_tensor_2.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_11.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_12.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_13.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_15.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_17.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_19.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_21.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_23.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_28.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_3.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_33.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_34.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_7.out
/petsc/src/dm/impls/plex/examples/tests/output/ex4_9.out
/petsc/src/dm/impls/plex/examples/tutorials/ex1.c
/petsc/src/dm/impls/plex/examples/tutorials/ex1f90.F90
/petsc/src/dm/impls/plex/plexrefine.c
/petsc/src/ksp/ksp/examples/tutorials/ex2.c
/petsc/src/ksp/ksp/examples/tutorials/output/ex43_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex43_4.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex43_6.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_1.out
/petsc/src/mat/examples/tutorials/ex3.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mpiptap.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/shell/shell.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/ex13.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/ex69.c
/petsc/src/snes/examples/tutorials/output/ex12_39.out
/petsc/src/snes/examples/tutorials/output/ex12_fas_newton_0_p4est.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_p1_2.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_p1_3.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_p1_6.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_p1_7.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_p2_1.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_p2_2.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_p2_3.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_p2_6.out
/petsc/src/snes/examples/tutorials/output/ex12_field_bc_p2_7.out
/petsc/src/snes/examples/tutorials/output/ex12_mg_newton_coarse_0.out
/petsc/src/snes/examples/tutorials/output/ex12_mg_newton_coarse_1.out
/petsc/src/snes/examples/tutorials/output/ex12_mg_newton_coarse_2.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_exact_q2_conformal_parallel.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_exact_q2_conformal_serial.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_exact_q2_nonconformal_parallel.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_exact_q2_nonconformal_serial.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_fas_q2_conformal_serial.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_fas_q2_nonconformal_serial.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_conformal_serial.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_conformal_serial_plex.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_nonconformal_parallel.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_nonconformal_parallel_bddc.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_nonconformal_parallel_bddcfas.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_nonconformal_serial.out
/petsc/src/snes/examples/tutorials/output/ex20_1.out
/petsc/src/sys/classes/viewer/impls/glvis/glvis.c
/petsc/src/sys/examples/tests/ex34.c
/petsc/src/sys/examples/tests/makefile
/petsc/src/sys/examples/tests/output/ex34.out
/petsc/src/sys/mpiuni/mpi.c
/petsc/src/sys/utils/mathinf.c
/petsc/src/sys/utils/sorti.c
/petsc/src/tao/examples/tutorials/ex1.c
/petsc/src/tao/unconstrained/examples/tutorials/heat-data-assimulation.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex18.c
/petsc/src/ts/examples/tutorials/ex45.c
/petsc/src/ts/examples/tutorials/ex46.c
/petsc/src/ts/examples/tutorials/ex47.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/vec/is/sf/examples/tutorials/ex1.c
/petsc/src/vec/is/sf/examples/tutorials/output/ex1_8.out
/petsc/src/vec/is/sf/examples/tutorials/output/ex1_8_basic.out
/petsc/src/vec/is/sf/impls/basic/sfbasic.c
/petsc/src/vec/is/sf/impls/window/sfwindow.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/is/sf/interface/sftype.c
c711c8e823-Aug-2017 Karl Rupp <me@karlrupp.net>

MKL: BuildSystem now tests include path for MKL headers.

Formerly the include path was only tested for existance,
but not whether the respective MKL header is found in there.

c76a9f7f23-Aug-2017 Karl Rupp <me@karlrupp.net>

MKL: Automatically set include directory if mklvars.sh has not been sourced.

mklvars.sh injects the MKL include path into CPATH, where it gets picked up by the compiler.
If a user hasn't sourced mkl

MKL: Automatically set include directory if mklvars.sh has not been sourced.

mklvars.sh injects the MKL include path into CPATH, where it gets picked up by the compiler.
If a user hasn't sourced mklvars.sh, mkl.h and friends may not be found.
This commit sets the include path manually based on common MKL directory layouts.

Note that BlasLapack.py only checks for links against MKL, but does not locate mkl.h
AIJMKL, however, gets compiled as soon as MKL is found, so the include directory must be available.

show more ...

01a5bef814-Aug-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/pr644/vijaysm/update-dmmoab-5/master'


config/packages/MOAB.py
/petsc/include/petsc/private/dmmbimpl.h
/petsc/include/petscdmmoab.h
/petsc/src/benchmarks/benchmarkExample.py
/petsc/src/dm/impls/moab/dmmbfem.cxx
/petsc/src/dm/impls/moab/dmmbfield.cxx
/petsc/src/dm/impls/moab/dmmbio.cxx
/petsc/src/dm/impls/moab/dmmbmat.cxx
/petsc/src/dm/impls/moab/dmmbmg.cxx
/petsc/src/dm/impls/moab/dmmbutil.cxx
/petsc/src/dm/impls/moab/dmmbvec.cxx
/petsc/src/dm/impls/moab/dmmoab.cxx
/petsc/src/dm/impls/moab/examples/tests/ex1.cxx
/petsc/src/dm/impls/moab/examples/tests/ex2.cxx
/petsc/src/dm/impls/moab/examples/tests/ex3.cxx
/petsc/src/dm/impls/moab/examples/tests/input/ex3_in.h5m
/petsc/src/dm/impls/moab/examples/tests/makefile
/petsc/src/dm/impls/moab/examples/tests/output/ex3_1_1.out
/petsc/src/dm/impls/moab/examples/tests/output/ex3_1_2.out
/petsc/src/dm/impls/moab/examples/tests/output/ex3_2_1.out
/petsc/src/dm/impls/moab/makefile
/petsc/src/ksp/ksp/examples/tutorials/data/ex35_mesh.h5m
/petsc/src/ksp/ksp/examples/tutorials/ex35.cxx
/petsc/src/ksp/ksp/examples/tutorials/ex36.cxx
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex35_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex35_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex35_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex36_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex36_2.out
/petsc/src/snes/examples/tutorials/ex69.c
/petsc/src/sys/dll/dl.c
/petsc/src/ts/examples/tutorials/ex35.cxx
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/output/ex35_1.out
4086137e14-Aug-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jed/fix-fpic-shared-clang'

66141df814-Aug-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/barry/feature-check-mpi-library-runtime'

c31538d613-Aug-2017 Jed Brown <jed@jedbrown.org>

configure: stronger PIC test

* deduplicate test code, which had diverged

* use a function pointer to an external symbol (fprintf) -- this is
needed for clang-4.0.1 on Archlinux, otherwise a share

configure: stronger PIC test

* deduplicate test code, which had diverged

* use a function pointer to an external symbol (fprintf) -- this is
needed for clang-4.0.1 on Archlinux, otherwise a shared library is
linked successfully without using -fPIC, but fails to link
libpetsc.so.

show more ...

2c860d2210-Aug-2017 Matthew G. Knepley <knepley@gmail.com>

Configure: Bump MPFR version

3aefdf5005-Aug-2017 Satish Balay <balay@mcs.anl.gov>

Revert "Merge remote-tracking branch 'origin/balay/fix-with-cuda'"

This reverts commit 114f5ded9c9022f3023647c45838e1cc8705a92f, reversing
changes made to cc054b4e8dc04543a6b49eb454190b051d476793.


config/compilerOptions.py
config/packages/SuiteSparse.py
config/setCompilers.py
/petsc/config/examples/arch-linux-knl.py
/petsc/config/examples/arch-mswin-opt-impi.py
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petscdmplex.h
/petsc/include/petscdraw.h
/petsc/include/petscmat.h
/petsc/include/petscviewer.h
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexglvis.c
/petsc/src/dm/impls/swarm/data_bucket.c
/petsc/src/dm/impls/swarm/data_bucket.h
/petsc/src/dm/impls/swarm/data_ex.c
/petsc/src/dm/impls/swarm/data_ex.h
/petsc/src/dm/impls/swarm/swarm.c
/petsc/src/dm/impls/swarm/swarm_migrate.c
/petsc/src/dm/impls/swarm/swarmpic.c
/petsc/src/dm/impls/swarm/swarmpic_da.c
/petsc/src/dm/impls/swarm/swarmpic_plex.c
/petsc/src/dm/impls/swarm/swarmpic_sort.c
/petsc/src/dm/impls/swarm/swarmpic_view.c
/petsc/src/mat/examples/tests/ex167.c
/petsc/src/mat/examples/tests/ex23.c
/petsc/src/mat/examples/tests/ex87.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/baij/seq/baij.h
/petsc/src/mat/impls/baij/seq/baij2.c
/petsc/src/mat/impls/dummy/matdummy.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/interface/matrix.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/trajectory/impls/basic/trajbasic.c
/petsc/src/ts/trajectory/impls/memory/trajmemory.c
/petsc/src/ts/trajectory/impls/visualization/trajvisualization.c
66f2249d04-Aug-2017 Satish Balay <balay@mcs.anl.gov>

cuda: with-cuda-dir => with-cuda=1. Also check if CUDAC is set [instead of with-cuda] to see if cuda is enabled


/petsc/bin/maint/buildtest
/petsc/bin/maint/confignightly/knl
/petsc/bin/maint/confignightly/ps4
/petsc/bin/maint/confignightly/ps4-3
/petsc/bin/maint/confignightly/ps4-5
/petsc/bin/maint/confignightly/wii
/petsc/bin/maint/confignightly/wii3
config/compilerOptions.py
config/packages/SuiteSparse.py
config/setCompilers.py
/petsc/config/builder.py
/petsc/config/examples/arch-c-exodus-dbg-builder.py
/petsc/config/examples/arch-cuda-double.py
/petsc/config/examples/arch-cuda-single.py
/petsc/config/examples/arch-linux-knl.py
/petsc/config/examples/arch-linux-opt-misc.py
/petsc/config/examples/arch-mswin-cuda.py
/petsc/config/examples/arch-mswin-opt-impi.py
/petsc/include/petsc/private/fortranimpl.h
/petsc/include/petsc/private/petscimpl.h
/petsc/include/petscts.h
/petsc/src/dm/examples/tutorials/ex15.c
/petsc/src/dm/examples/tutorials/makefile
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/mat/examples/tests/ex207.c
/petsc/src/mat/examples/tests/ex208.c
/petsc/src/mat/examples/tests/ex35.c
/petsc/src/mat/examples/tests/ex4.c
/petsc/src/mat/examples/tests/ex42.c
/petsc/src/mat/examples/tests/ex51.c
/petsc/src/mat/examples/tests/ex91.c
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex208_1.out
/petsc/src/mat/examples/tests/output/ex208_2.out
/petsc/src/mat/examples/tests/output/ex208_baij.out
/petsc/src/mat/examples/tests/output/ex208_baij_2.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqviennacl/aijviennacl.cxx
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/ex48.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/ex69.c
/petsc/src/snes/examples/tutorials/ex77.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex77_1.out
/petsc/src/snes/examples/tutorials/output/ex77_2.out
/petsc/src/sys/classes/viewer/interface/dlregispetsc.c
/petsc/src/sys/utils/mpiu.c
/petsc/src/tao/unconstrained/examples/tutorials/heat-data-assimulation.c
/petsc/src/ts/examples/tests/ex2.c
/petsc/src/ts/examples/tests/ex22.c
/petsc/src/ts/examples/tests/ex25.c
/petsc/src/ts/examples/tests/ex3.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tests/ex5.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex1.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex2.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex3.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex4.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex5.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex5adj.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex6.c
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/ex7.c
/petsc/src/ts/examples/tutorials/eimex/allen_cahn.c
/petsc/src/ts/examples/tutorials/eimex/ct_vdp_imex.c
/petsc/src/ts/examples/tutorials/ex1.c
/petsc/src/ts/examples/tutorials/ex10.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex11_sa.c
/petsc/src/ts/examples/tutorials/ex12.c
/petsc/src/ts/examples/tutorials/ex13.c
/petsc/src/ts/examples/tutorials/ex14.c
/petsc/src/ts/examples/tutorials/ex15.c
/petsc/src/ts/examples/tutorials/ex16.c
/petsc/src/ts/examples/tutorials/ex16adj.c
/petsc/src/ts/examples/tutorials/ex16opt_ic.c
/petsc/src/ts/examples/tutorials/ex16opt_p.c
/petsc/src/ts/examples/tutorials/ex17.c
/petsc/src/ts/examples/tutorials/ex18.c
/petsc/src/ts/examples/tutorials/ex19.c
/petsc/src/ts/examples/tutorials/ex1f.F
/petsc/src/ts/examples/tutorials/ex2.c
/petsc/src/ts/examples/tutorials/ex20.c
/petsc/src/ts/examples/tutorials/ex20adj.c
/petsc/src/ts/examples/tutorials/ex20fwd.c
/petsc/src/ts/examples/tutorials/ex20opt_ic.c
/petsc/src/ts/examples/tutorials/ex20opt_p.c
/petsc/src/ts/examples/tutorials/ex21.c
/petsc/src/ts/examples/tutorials/ex22.c
/petsc/src/ts/examples/tutorials/ex22f.F
/petsc/src/ts/examples/tutorials/ex22f_mf.F90
/petsc/src/ts/examples/tutorials/ex24.c
/petsc/src/ts/examples/tutorials/ex25.c
/petsc/src/ts/examples/tutorials/ex26.c
/petsc/src/ts/examples/tutorials/ex27.c
/petsc/src/ts/examples/tutorials/ex29.c
/petsc/src/ts/examples/tutorials/ex3.c
/petsc/src/ts/examples/tutorials/ex31.c
/petsc/src/ts/examples/tutorials/ex34.c
/petsc/src/ts/examples/tutorials/ex35.cxx
/petsc/src/ts/examples/tutorials/ex36.c
/petsc/src/ts/examples/tutorials/ex36A.c
/petsc/src/ts/examples/tutorials/ex36SE.c
/petsc/src/ts/examples/tutorials/ex4.c
/petsc/src/ts/examples/tutorials/ex40.c
/petsc/src/ts/examples/tutorials/ex41.c
/petsc/src/ts/examples/tutorials/ex42.c
/petsc/src/ts/examples/tutorials/ex43.c
/petsc/src/ts/examples/tutorials/ex44.c
/petsc/src/ts/examples/tutorials/ex45.c
/petsc/src/ts/examples/tutorials/ex46.c
/petsc/src/ts/examples/tutorials/ex5.c
/petsc/src/ts/examples/tutorials/ex6.c
/petsc/src/ts/examples/tutorials/ex7.c
/petsc/src/ts/examples/tutorials/ex8.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/examples/tutorials/extchem.c
/petsc/src/ts/examples/tutorials/extchemfield.c
/petsc/src/ts/examples/tutorials/hybrid/ex1.c
/petsc/src/ts/examples/tutorials/hybrid/ex1adj.c
/petsc/src/ts/examples/tutorials/hybrid/ex1fd.c
/petsc/src/ts/examples/tutorials/hybrid/ex1fwd.c
/petsc/src/ts/examples/tutorials/network/wash/pipes1.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonic.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonic2.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonic3.c
/petsc/src/ts/examples/tutorials/phasefield/heat.c
/petsc/src/ts/examples/tutorials/power_grid/ex1.c
/petsc/src/ts/examples/tutorials/power_grid/ex2.c
/petsc/src/ts/examples/tutorials/power_grid/ex3.c
/petsc/src/ts/examples/tutorials/power_grid/ex3adj.c
/petsc/src/ts/examples/tutorials/power_grid/ex3fwd.c
/petsc/src/ts/examples/tutorials/power_grid/ex3opt.c
/petsc/src/ts/examples/tutorials/power_grid/ex3opt_fd.c
/petsc/src/ts/examples/tutorials/power_grid/ex3opt_fwd.c
/petsc/src/ts/examples/tutorials/power_grid/ex5.c
/petsc/src/ts/examples/tutorials/power_grid/ex6.c
/petsc/src/ts/examples/tutorials/power_grid/ex7.c
/petsc/src/ts/examples/tutorials/power_grid/ex8.c
/petsc/src/ts/examples/tutorials/power_grid/ex9.c
/petsc/src/ts/examples/tutorials/power_grid/ex9adj.c
/petsc/src/ts/examples/tutorials/power_grid/ex9opt.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9bus.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busadj.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busdmnetwork.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busopt.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busopt_fd.c
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/interface/tscreate.c
/petsc/src/ts/trajectory/impls/memory/trajmemory.c
/petsc/src/ts/trajectory/interface/makefile
116a8ee601-Aug-2017 Lisandro Dalcin <dalcinl@gmail.com>

petsc4py: update to latest master


config/packages/petsc4py.py
/petsc/include/petsc/private/petscimpl.h
/petsc/include/petsc/private/tsimpl.h
/petsc/include/petscts.h
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/examples/tutorials/makefile
/petsc/src/dm/impls/forest/p4est/pforest.c
/petsc/src/dm/impls/plex/plexglvis.c
/petsc/src/dm/impls/plex/plexrefine.c
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/fetidp/fetidp.c
/petsc/src/ksp/pc/impls/bddc/bddcfetidp.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/sys/classes/viewer/interface/view.c
/petsc/src/sys/fileio/mpiuopen.c
/petsc/src/sys/logging/examples/tutorials/makefile
/petsc/src/ts/adapt/impls/glee/adaptglee.c
/petsc/src/ts/event/tsevent.c
/petsc/src/ts/examples/tests/ex1.c
/petsc/src/ts/examples/tests/ex2.c
/petsc/src/ts/examples/tests/ex25.c
/petsc/src/ts/examples/tests/ex3.c
/petsc/src/ts/examples/tests/ex4.c
/petsc/src/ts/examples/tests/ex5.c
/petsc/src/ts/examples/tests/makefile
/petsc/src/ts/examples/tests/output/ex1.out
/petsc/src/ts/examples/tutorials/advection-diffusion-reaction/makefile
/petsc/src/ts/examples/tutorials/eimex/allen_cahn.c
/petsc/src/ts/examples/tutorials/eimex/ct_vdp_imex.c
/petsc/src/ts/examples/tutorials/ex1.c
/petsc/src/ts/examples/tutorials/ex10.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex11_sa.c
/petsc/src/ts/examples/tutorials/ex12.c
/petsc/src/ts/examples/tutorials/ex13.c
/petsc/src/ts/examples/tutorials/ex14.c
/petsc/src/ts/examples/tutorials/ex16.c
/petsc/src/ts/examples/tutorials/ex16adj.c
/petsc/src/ts/examples/tutorials/ex16opt_ic.c
/petsc/src/ts/examples/tutorials/ex16opt_p.c
/petsc/src/ts/examples/tutorials/ex17.c
/petsc/src/ts/examples/tutorials/ex18.c
/petsc/src/ts/examples/tutorials/ex19.c
/petsc/src/ts/examples/tutorials/ex1f.F
/petsc/src/ts/examples/tutorials/ex20.c
/petsc/src/ts/examples/tutorials/ex20adj.c
/petsc/src/ts/examples/tutorials/ex20fwd.c
/petsc/src/ts/examples/tutorials/ex22.c
/petsc/src/ts/examples/tutorials/ex24.c
/petsc/src/ts/examples/tutorials/ex25.c
/petsc/src/ts/examples/tutorials/ex26.c
/petsc/src/ts/examples/tutorials/ex3.c
/petsc/src/ts/examples/tutorials/ex34.c
/petsc/src/ts/examples/tutorials/ex35.cxx
/petsc/src/ts/examples/tutorials/ex4.c
/petsc/src/ts/examples/tutorials/ex42.c
/petsc/src/ts/examples/tutorials/ex5.c
/petsc/src/ts/examples/tutorials/ex6.c
/petsc/src/ts/examples/tutorials/ex8.c
/petsc/src/ts/examples/tutorials/ex9.c
/petsc/src/ts/examples/tutorials/extchem.c
/petsc/src/ts/examples/tutorials/extchemfield.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/network/wash/pipes1.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonic.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonic2.c
/petsc/src/ts/examples/tutorials/phasefield/biharmonic3.c
/petsc/src/ts/examples/tutorials/phasefield/heat.c
/petsc/src/ts/examples/tutorials/power_grid/ex3adj.c
/petsc/src/ts/examples/tutorials/power_grid/ex3opt.c
/petsc/src/ts/examples/tutorials/power_grid/ex3opt_fd.c
/petsc/src/ts/examples/tutorials/power_grid/ex3opt_fwd.c
/petsc/src/ts/examples/tutorials/power_grid/ex5.c
/petsc/src/ts/examples/tutorials/power_grid/ex9adj.c
/petsc/src/ts/examples/tutorials/power_grid/ex9opt.c
/petsc/src/ts/examples/tutorials/power_grid/makefile
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busopt.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/makefile
/petsc/src/ts/impls/arkimex/arkimex.c
/petsc/src/ts/impls/implicit/glle/glle.c
/petsc/src/ts/impls/implicit/sundials/sundials.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/trajectory/impls/basic/trajbasic.c
/petsc/src/ts/trajectory/impls/memory/trajmemory.c
/petsc/src/ts/trajectory/impls/visualization/trajvisualization.c
/petsc/src/vec/is/examples/tests/makefile
/petsc/src/vec/vec/examples/tests/makefile
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/impls/seq/seqcuda/veccuda2.cu
/petsc/src/vec/vec/impls/seq/seqcusp/veccusp2.cu
/petsc/src/vec/vec/impls/seq/seqviennacl/vecviennacl.cxx
19c5658a30-Jul-2017 Barry Smith <bsmith@mcs.anl.gov>

Attempt to check at runtime if the MPI library used matches that from compile time

Apparently in Python based applications somehow the wrong MPI libraries may be used at
runtime, leading to difficul

Attempt to check at runtime if the MPI library used matches that from compile time

Apparently in Python based applications somehow the wrong MPI libraries may be used at
runtime, leading to difficult to debug situations.
I would think it would fail due to missing symbols but what do I know.
Commit-type: feature
Time: 2.5 hours
Reported-by: Jed Brown <jed@jedbrown.org>

Development Tools: Vim, Emacs, Eclipse

show more ...

8f58b80f28-Jul-2017 Satish Balay <balay@mcs.anl.gov>

freebsd workarround to -lmetis dependency on -lexecinfo

aa124e1a28-Jul-2017 Satish Balay <balay@mcs.anl.gov>

configure: cleanup a generated file base_module.mod

c3f051b427-Jul-2017 Satish Balay <balay@mcs.anl.gov>

remove scientificpython and fiat

Thanks-to: Matthew Knepley <knepley@gmail.com>

482057a026-Jul-2017 Satish Balay <balay@mcs.anl.gov>

configure: update single precision externalpacakge error message

3f9cbc0126-Jul-2017 Satish Balay <balay@mcs.anl.gov>

trilinos: use the non-rc tag [both xsdk-0.2.0-rc1 and xsdk-0.2.0 point to the same commit]

31f294e817-Jul-2017 Richard Tran Mills <rmills@rmills.org>

Added BuildSystem test for mkl_sparse_optimize().

e8a2a7c329-Jun-2017 Richard Tran Mills <rmills@rmills.org>

checkMKL now defines PETSC_HAVE_MKL if MKL is detected.


/petsc/.gitmessage
/petsc/bin/maint/builddist
/petsc/bin/maint/exampleslog.py
/petsc/bin/maint/htmltemplate.py
config/packages/BlasLapack.py
/petsc/config/examples/arch-cray-xc40-knl-opt.py
/petsc/include/petsc/finclude/petscmat.h
/petsc/include/petsc/private/dmnetworkimpl.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petscdmnetwork.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscsys.h
/petsc/makefile
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/impls/network/network.c
/petsc/src/dm/impls/network/networkcreate.c
/petsc/src/dm/impls/plex/examples/tests/ex22.c
/petsc/src/dm/impls/plex/examples/tests/ex3.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/interface/ftn-custom/zdmf.c
/petsc/src/dm/label/ftn-custom/zdmlabel.c
/petsc/src/docs/tex/manual/makefile
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petscapp.bib
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/network/ex1.c
/petsc/src/ksp/ksp/examples/tutorials/network/ex1_nest.c
/petsc/src/ksp/ksp/examples/tutorials/network/ex2.c
/petsc/src/ksp/ksp/examples/tutorials/network/output/ex1_1.out
/petsc/src/ksp/ksp/examples/tutorials/network/output/ex1_2.out
/petsc/src/ksp/ksp/examples/tutorials/network/output/ex1_nest.out
/petsc/src/ksp/ksp/examples/tutorials/network/output/ex1_nest_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex52_3.out
/petsc/src/ksp/ksp/impls/cg/pipecgrr/pipecgrr.c
/petsc/src/ksp/ksp/impls/fetidp/fetidp.c
/petsc/src/ksp/ksp/impls/preonly/preonly.c
/petsc/src/ksp/pc/impls/composite/composite.c
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/util.c
/petsc/src/ksp/pc/impls/sor/sor.c
/petsc/src/mat/coarsen/impls/mis/mis.c
/petsc/src/mat/color/impls/greedy/greedy.c
/petsc/src/mat/color/impls/jp/jp.c
/petsc/src/mat/color/utils/weights.c
/petsc/src/mat/impls/aij/mpi/aijmkl/makefile
/petsc/src/mat/impls/aij/mpi/aijmkl/mpiaijmkl.c
/petsc/src/mat/impls/aij/mpi/makefile
/petsc/src/mat/impls/aij/mpi/mmaij.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpiov.c
/petsc/src/mat/impls/aij/mpi/strumpack/strumpack.c
/petsc/src/mat/impls/aij/seq/aij.c
/petsc/src/mat/impls/aij/seq/aij.h
/petsc/src/mat/impls/aij/seq/aijmkl/aijmkl.c
/petsc/src/mat/impls/aij/seq/aijmkl/aijmkl.h
/petsc/src/mat/impls/aij/seq/aijmkl/makefile
/petsc/src/mat/impls/aij/seq/crl/crl.c
/petsc/src/mat/impls/aij/seq/csrperm/csrperm.c
/petsc/src/mat/impls/aij/seq/makefile
/petsc/src/mat/impls/aij/seq/umfpack/umfpack.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/hypre/mhypre.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/maij/maij.c
/petsc/src/mat/impls/sbaij/seq/sbaij2.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matregis.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/utils/gcreate.c
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/ex13.c
/petsc/src/snes/examples/tutorials/ex5.c
/petsc/src/snes/examples/tutorials/ex56.c
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/ex69.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/network/pflow/pf.c
/petsc/src/snes/examples/tutorials/output/ex12_mg_newton_coarse_0.out
/petsc/src/snes/examples/tutorials/output/ex12_mg_newton_coarse_1.out
/petsc/src/snes/examples/tutorials/output/ex12_mg_newton_coarse_2.out
/petsc/src/snes/examples/tutorials/output/ex5_1.out
/petsc/src/snes/examples/tutorials/output/ex5_2.out
/petsc/src/snes/examples/tutorials/output/ex5_3.out
/petsc/src/snes/examples/tutorials/output/ex5_4.out
/petsc/src/snes/examples/tutorials/output/ex5_5_anderson.out
/petsc/src/snes/examples/tutorials/output/ex5_5_aspin.out
/petsc/src/snes/examples/tutorials/output/ex5_5_broyden.out
/petsc/src/snes/examples/tutorials/output/ex5_5_fas.out
/petsc/src/snes/examples/tutorials/output/ex5_5_fas_additive.out
/petsc/src/snes/examples/tutorials/output/ex5_5_fas_monitor.out
/petsc/src/snes/examples/tutorials/output/ex5_5_ls.out
/petsc/src/snes/examples/tutorials/output/ex5_5_nasm.out
/petsc/src/snes/examples/tutorials/output/ex5_5_ncg.out
/petsc/src/snes/examples/tutorials/output/ex5_5_newton_asm_dmda.out
/petsc/src/snes/examples/tutorials/output/ex5_5_newton_gasm_dmda.out
/petsc/src/snes/examples/tutorials/output/ex5_5_ngmres.out
/petsc/src/snes/examples/tutorials/output/ex5_5_ngmres_fas.out
/petsc/src/snes/examples/tutorials/output/ex5_5_ngmres_ngs.out
/petsc/src/snes/examples/tutorials/output/ex5_5_ngmres_richardson.out
/petsc/src/snes/examples/tutorials/output/ex5_5_nrichardson.out
/petsc/src/snes/examples/tutorials/output/ex5_5_qn.out
/petsc/src/snes/examples/tutorials/output/ex5_6.out
/petsc/src/snes/examples/tutorials/output/ex5_asm_0.out
/petsc/src/snes/examples/tutorials/output/ex5_asm_1.out
/petsc/src/snes/examples/tutorials/output/ex5_asm_2.out
/petsc/src/snes/examples/tutorials/output/ex5_asm_3.out
/petsc/src/snes/examples/tutorials/output/ex5_asm_4.out
/petsc/src/snes/examples/tutorials/output/ex5_asm_5.out
/petsc/src/snes/examples/tutorials/output/ex5_msm_0.out
/petsc/src/snes/examples/tutorials/output/ex5_msm_1.out
/petsc/src/snes/examples/tutorials/output/ex5_msm_2.out
/petsc/src/snes/examples/tutorials/output/ex5_msm_3.out
/petsc/src/snes/examples/tutorials/output/ex5_msm_4.out
/petsc/src/snes/examples/tutorials/output/ex5_msm_5.out
/petsc/src/snes/impls/composite/snescomposite.c
/petsc/src/sys/examples/tests/ex1f.F90
/petsc/src/sys/logging/plog.c
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/objects/ftn-custom/makefile
/petsc/src/sys/objects/ftn-custom/zoptionsf.c
/petsc/src/sys/objects/ftn-custom/zptypef.c
/petsc/src/sys/utils/str.c
/petsc/src/tao/interface/fdtest.c
/petsc/src/ts/examples/tutorials/ex18.c
/petsc/src/ts/examples/tutorials/ex41.c
/petsc/src/ts/examples/tutorials/ex45.c
/petsc/src/ts/examples/tutorials/ex46.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/network/wash/pipes1.c
/petsc/src/ts/examples/tutorials/output/ex41_a.out
/petsc/src/ts/examples/tutorials/output/ex41_b.out
/petsc/src/ts/examples/tutorials/output/ex41_c.out
/petsc/src/ts/examples/tutorials/output/ex41_d.out
/petsc/src/ts/examples/tutorials/output/ex41_e.out
/petsc/src/ts/examples/tutorials/output/ex41_f.out
/petsc/src/ts/examples/tutorials/output/ex41_g.out
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/ex9busdmnetwork.c
/petsc/src/ts/interface/ts.c
4d556f7926-Jul-2017 Satish Balay <balay@mcs.anl.gov>

single: mark suitsparse & trilinos (for ml) as double precision only


config/packages/SuiteSparse.py
config/packages/Trilinos.py
/petsc/include/petsc/finclude/petscviewer.h
/petsc/include/petsc/private/dmdaimpl.h
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/dmswarmimpl.h
/petsc/include/petsc/private/glvisvecimpl.h
/petsc/include/petsc/private/glvisviewerimpl.h
/petsc/include/petscdmswarm.h
/petsc/include/petsclog.h
/petsc/include/petscsys.h
/petsc/include/petscviewer.h
/petsc/src/dm/examples/tutorials/ex20.c
/petsc/src/dm/examples/tutorials/ex21.c
/petsc/src/dm/examples/tutorials/makefile
/petsc/src/dm/impls/da/da1.c
/petsc/src/dm/impls/da/da2.c
/petsc/src/dm/impls/da/da3.c
/petsc/src/dm/impls/da/dacreate.c
/petsc/src/dm/impls/da/dadestroy.c
/petsc/src/dm/impls/da/dageometry.c
/petsc/src/dm/impls/da/dagetelem.c
/petsc/src/dm/impls/da/dalocal.c
/petsc/src/dm/impls/da/gr2.c
/petsc/src/dm/impls/da/grglvis.c
/petsc/src/dm/impls/da/makefile
/petsc/src/dm/impls/plex/makefile
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexexodusii.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexgeometry.c
/petsc/src/dm/impls/plex/plexglvis.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/impls/swarm/data_bucket.c
/petsc/src/dm/impls/swarm/data_bucket.h
/petsc/src/dm/impls/swarm/data_ex.c
/petsc/src/dm/impls/swarm/makefile
/petsc/src/dm/impls/swarm/swarm.c
/petsc/src/dm/impls/swarm/swarm_migrate.c
/petsc/src/dm/impls/swarm/swarmpic.c
/petsc/src/dm/impls/swarm/swarmpic_da.c
/petsc/src/dm/impls/swarm/swarmpic_plex.c
/petsc/src/dm/impls/swarm/swarmpic_sort.c
/petsc/src/dm/impls/swarm/swarmpic_view.c
/petsc/src/dm/interface/dlregisdmdm.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/label/examples/tutorials/ex1.c
/petsc/src/docs/tex/manual/intro.tex
/petsc/src/docs/tex/manual/manual.tex
/petsc/src/docs/tex/manual/part1.tex
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/examples/tutorials/ex70.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/mat/impls/aij/mpi/crl/mcrl.c
/petsc/src/mat/impls/aij/mpi/mpiaij.h
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpiaijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/snes/examples/tests/ex2.c
/petsc/src/snes/impls/nasm/nasm.c
/petsc/src/sys/classes/viewer/impls/glvis/glvis.c
/petsc/src/sys/classes/viewer/impls/glvis/makefile
/petsc/src/sys/classes/viewer/impls/makefile
/petsc/src/sys/classes/viewer/interface/viewa.c
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/classes/viewer/interface/viewregall.c
/petsc/src/sys/f90-mod/petscviewer.h
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pname.c
/petsc/src/ts/examples/tutorials/power_grid/ex3fwd.c
/petsc/src/ts/examples/tutorials/power_grid/ex3opt_fwd.c
/petsc/src/ts/impls/implicit/theta/theta.c
/petsc/src/ts/interface/ts.c
/petsc/src/ts/trajectory/impls/visualization/trajvisualization.c
/petsc/src/ts/trajectory/interface/traj.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/utils/makefile
/petsc/src/vec/vec/utils/vecglvis.c

1...<<131132133134135136137138139140>>...190