History log of /petsc/config/BuildSystem/ (Results 4076 – 4100 of 4739)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f334744310-Sep-2015 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


config/functions.py
/petsc/include/petsc/mpiuni/mpi.h
/petsc/include/petscksp.h
/petsc/include/petscmat.h
/petsc/include/petscsys.h
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/moab/examples/tests/ex2.cxx
/petsc/src/ksp/ksp/examples/tests/output/ex3_chebyest.out
/petsc/src/ksp/ksp/examples/tutorials/ex59.c
/petsc/src/ksp/ksp/examples/tutorials/ex60.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex25_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex25_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex34_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex43_3.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex49_5.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex54f.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex55_NC.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_0.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex56_nns.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex60_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex60_2.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex60_3.out
/petsc/src/ksp/ksp/impls/cheby/cheby.c
/petsc/src/ksp/ksp/impls/cheby/chebyshevimpl.h
/petsc/src/ksp/pc/impls/gamg/agg.c
/petsc/src/ksp/pc/impls/gamg/geo.c
/petsc/src/mat/examples/tests/ex129.c
/petsc/src/mat/impls/normal/makefile
/petsc/src/mat/impls/normal/normmh.c
/petsc/src/mat/interface/matnull.c
/petsc/src/snes/examples/tutorials/output/ex18_1.out
/petsc/src/snes/examples/tutorials/output/ex20_1.out
/petsc/src/snes/examples/tutorials/output/ex22_1.out
/petsc/src/snes/examples/tutorials/output/ex40f90.out
/petsc/src/snes/examples/tutorials/output/ex46_1.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/impls/test/snestest.c
/petsc/src/sys/classes/random/examples/tutorials/ex1.c
/petsc/src/sys/classes/random/examples/tutorials/ex2.c
/petsc/src/sys/classes/random/examples/tutorials/makefile
/petsc/src/sys/classes/random/examples/tutorials/output/ex1_3.out
/petsc/src/sys/classes/random/impls/makefile
/petsc/src/sys/classes/random/impls/rander48/makefile
/petsc/src/sys/classes/random/impls/rander48/rander48.c
/petsc/src/sys/classes/random/interface/random.c
/petsc/src/sys/classes/random/interface/randomc.c
/petsc/src/sys/classes/random/interface/randreg.c
/petsc/src/tao/unconstrained/examples/tutorials/minsurf2.c
ae3fb7ae10-Sep-2015 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay-to-maint-fix-vs2015-vsnprintf' into maint

3683635609-Sep-2015 Jed Brown <jed@jedbrown.org>

Merge branch 'jed/mat-assembly-perf' of bitbucket:petsc/petsc

VecAssembly and MatAssembly now use a scalable exchange pattern based on
PetscCommBuildTwoSided. This feature can be controlled with th

Merge branch 'jed/mat-assembly-perf' of bitbucket:petsc/petsc

VecAssembly and MatAssembly now use a scalable exchange pattern based on
PetscCommBuildTwoSided. This feature can be controlled with the options

-vec_assembly_bts 0 or 1 (default 0)
-matstash_bts 0 or 1 (default 0)

The rationale is that the new implementation with scalable data
structures can be slightly slower than the old version at small process
counts. The default here could be changed to depend on the process
count (leading to possibly-confusing scaling performance diagnostics) or
the implementation could learn to take a fast path.

* 'jed/mat-assembly-perf' of bitbucket:petsc/petsc: (49 commits)
MatStash: fix -Wsign-compare by using size_t for loop index when max is also size_t
Sys BuildTwoSided test: fix for non-POD std::complex
MatStash: cast to satisfy non-structural MPI type tag check
mpiuni: fix compile error /sandbox/petsc/petsc.clone-2/arch-linux-uni/lib/libpetsc.so: undefined reference to `MPI_Type_create_resized'
Vec: Silence compiler warning
Vec: fix typo in comment
Sys: fix C89 compiler warning
VecStash BTS: fix block stash InsertMode accounting
VecStash BTS: fix indexing bug counting sends to rank 0
MatStash BTS: fix memory leak on MAT_SUBSET_OFF_PROC_ENTRIES
VecAssemblyEnd_MPI_BTS: fix donotstash code path
VecAssemblyEnd_MPI_BTS: fix C++ conversion to InsertMode
Sys: fix datatypes test using MPI_Type_create_resized
MatStash BTS: work around lack of offsetof() for non-POD (std::complex)
MatAssembly: move check for InsertMode consistency into MatStashScatter impls
MatStash BTS: fix memory leak on reassembly with MAT_SUBSET_OFF_PROC_ENTRIES
MatStash BTS: small simplification to row ownership calculation
MatStash BTS: add MAT_SUBSET_OFF_PROC_ENTRIES, impl with neighbor-only comm
MatStash: initial BTS (BuildTwoSided) implementation
MatStash: add extension point for new BTS implementation
...

show more ...

cd2cdd5a09-Sep-2015 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


config/packages/f2cblaslapack.py
config/packages/hypre.py
/petsc/config/PETSc/Regression.py
/petsc/config/PETSc/options/dataFilesPath.py
/petsc/config/examples/arch-linux-pkgs-opt-threadcomm.py
/petsc/config/examples/arch-linux-pkgs-threadcomm.py
/petsc/include/petscsnes.h
/petsc/include/petscviewer.h
/petsc/lib/petsc/conf/test
/petsc/src/contrib/fun3d/incomp/makefile
/petsc/src/dm/dt/interface/dtfv.c
/petsc/src/dm/impls/plex/examples/tests/ex3.c
/petsc/src/dm/impls/plex/examples/tests/makefile
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_simplex_2.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_simplex_2_fv.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_simplex_3.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_simplex_3_fv.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_tensor_2.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_tensor_2_fv.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_tensor_3.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_tensor_3_fv.out
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexgeometry.c
/petsc/src/dm/impls/plex/plexpartition.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/impls/plex/plextree.c
/petsc/src/docs/website/download/index.html
/petsc/src/ksp/ksp/examples/tutorials/ex60.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/pc/impls/hypre/hypre.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/interface/snesj.c
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/classes/draw/impls/win32/win32draw.c
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/examples/tutorials/ex4f.F
/petsc/src/ts/examples/tutorials/ex22.c
/petsc/src/ts/examples/tutorials/output/ex22_1.out
/petsc/src/ts/examples/tutorials/output/ex22_2.out
/petsc/src/ts/examples/tutorials/output/ex22_3.out
/petsc/src/ts/examples/tutorials/power_grid/ex3adj.c
/petsc/src/ts/examples/tutorials/power_grid/ex3adj_events.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/ex9opt.c
/petsc/src/ts/examples/tutorials/power_grid/output/ex3adj_1.out
/petsc/src/ts/examples/tutorials/power_grid/output/ex3adj_events_1.out
/petsc/src/vec/vec/examples/tutorials/makefile
a62777c109-Sep-2015 Satish Balay <balay@mcs.anl.gov>

hypre: update with "Bug fix for Parasails; src/ksp/ksp/examples/tutorials/ex10.c runex10_16"

500380ff08-Sep-2015 Barry Smith <bsmith@mcs.anl.gov>

label additional packages that have test cases in PETSc

aeadd7bb08-Sep-2015 Toby Isaac <tisaac@ices.utexas.edu>

BuildSystem setCompilers: use fPIC test flags when filtering shared flags

Some systems (FreeBSD) don't like it when use use a "-shared" flag with
non fPIC objects, even if the user does explicitly u

BuildSystem setCompilers: use fPIC test flags when filtering shared flags

Some systems (FreeBSD) don't like it when use use a "-shared" flag with
non fPIC objects, even if the user does explicitly use the plt table, so
we have to move that part of the test inside the fPIC loop as well.

show more ...

9f65e8d408-Sep-2015 Barry Smith <bsmith@mcs.anl.gov>

move logic for which packages have tests for tests that require DATAFILESPATH into each package file
instead of globally in regression.py


config/package.py
config/packages/Chaco.py
config/packages/Chombo.py
config/packages/MOAB.py
config/packages/MUMPS.py
config/packages/PTScotch.py
config/packages/PaStiX.py
config/packages/SuiteSparse.py
config/packages/SuperLU.py
config/packages/SuperLU_DIST.py
config/packages/Trilinos.py
config/packages/cuda.py
config/packages/elemental.py
config/packages/hypre.py
config/packages/metis.py
config/packages/ml.py
config/packages/parmetis.py
config/packages/spai.py
config/packages/sundials.py
/petsc/config/PETSc/Regression.py
/petsc/config/PETSc/options/dataFilesPath.py
/petsc/config/examples/arch-linux-pkgs-opt-threadcomm.py
/petsc/config/examples/arch-linux-pkgs-threadcomm.py
/petsc/include/petscsnes.h
/petsc/include/petscviewer.h
/petsc/lib/petsc/conf/test
/petsc/src/contrib/fun3d/incomp/makefile
/petsc/src/dm/dt/interface/dtfv.c
/petsc/src/dm/impls/plex/examples/tests/ex3.c
/petsc/src/dm/impls/plex/examples/tests/makefile
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_simplex_2.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_simplex_2_fv.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_simplex_3.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_simplex_3_fv.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_tensor_2.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_tensor_2_fv.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_tensor_3.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_tensor_3_fv.out
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexgeometry.c
/petsc/src/dm/impls/plex/plexpartition.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/impls/plex/plextree.c
/petsc/src/ksp/ksp/examples/tutorials/ex60.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/sys/classes/draw/impls/win32/win32draw.c
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/examples/tutorials/ex4f.F
/petsc/src/ts/examples/tutorials/ex22.c
/petsc/src/vec/vec/examples/tutorials/makefile
598beb8504-Sep-2015 Satish Balay <balay@mcs.anl.gov>

gmake4: disable '--output-sync=recurse' on OSX
http://lists.gnu.org/archive/html/help-make/2015-08/msg00012.html


/petsc/.gitignore
/petsc/bin/maint/buildtest
/petsc/bin/maint/confignightly/bb
/petsc/bin/maint/confignightly/bb2
/petsc/bin/maint/confignightly/bb3
/petsc/bin/maint/confignightly/bb4
/petsc/bin/maint/confignightly/steamroller2
config/packages/make.py
/petsc/config/examples/arch-linux-cmplx-gcov.py
/petsc/config/examples/arch-linux-gcc-ifc-cmplx.py
/petsc/config/examples/arch-opensolaris-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-opensolaris-misc.py
/petsc/config/examples/arch-opensolaris-pkgs-opt.py
/petsc/share/petsc/datafiles/matrices/spd-real-int32-float128
/petsc/src/benchmarks/Index.c
/petsc/src/benchmarks/PetscGetCPUTime.c
/petsc/src/dm/examples/tests/ex4.c
/petsc/src/dm/impls/plex/examples/tests/makefile
/petsc/src/dm/impls/plex/examples/tests/output/ex1_0.out
/petsc/src/dm/impls/plex/examples/tests/output/ex1_1.out
/petsc/src/dm/impls/plex/examples/tests/output/ex1_2.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_1.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_simplex_2.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_simplex_3.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_tensor_2.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_tensor_3.out
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexlabel.c
/petsc/src/dm/impls/plex/plexorient.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_boomeramg_euclid.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_boomeramg_euclid_bj.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_boomeramg_parasails.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_boomeramg_pilut.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_boomeramg_schwarz.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex49_hypre_nullspace.out
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/snes/examples/tutorials/ex42.c
/petsc/src/snes/examples/tutorials/ex48.c
/petsc/src/snes/examples/tutorials/output/ex19_umfpack.out
/petsc/src/snes/interface/snesj.c
/petsc/src/snes/interface/snesj2.c
/petsc/src/snes/utils/dmdasnes.c
/petsc/src/sys/classes/draw/examples/tests/ex5f.F
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/leastsquares/impls/pounders/pounders.c
/petsc/src/vec/vec/examples/tests/ex24.c
/petsc/src/vec/vec/utils/projection.c
/petsc/src/vec/vec/utils/vsection.c
e1450d8004-Sep-2015 Toby Isaac <tisaac@ices.utexas.edu>

BuildSystem: check for positiion-independent code after shared linker

The only sure way to know if -fPIC is working is to compile a shared
object with undefined symbols, but to find how to build a s

BuildSystem: check for positiion-independent code after shared linker

The only sure way to know if -fPIC is working is to compile a shared
object with undefined symbols, but to find how to build a shared
library, we need to be able to compile PIC objects. So we have to test
both at the same time (at least for one language: PETSc default C
language). Then, once we have found a working shared linker, we can
test the other languages to see if they can compile shared objects with
undefined symbols.

show more ...

a4750db604-Sep-2015 Toby Isaac <tisaac@ices.utexas.edu>

BuildSystem: fix incorrectly popped language


/petsc/.gitignore
/petsc/bin/maint/buildtest
/petsc/bin/maint/confignightly/bb
/petsc/bin/maint/confignightly/bb2
/petsc/bin/maint/confignightly/bb3
/petsc/bin/maint/confignightly/bb4
/petsc/bin/maint/confignightly/steamroller2
config/base.py
/petsc/config/examples/arch-linux-cmplx-gcov.py
/petsc/config/examples/arch-linux-gcc-ifc-cmplx.py
/petsc/config/examples/arch-opensolaris-cmplx-pkgs-dbg.py
/petsc/config/examples/arch-opensolaris-misc.py
/petsc/config/examples/arch-opensolaris-pkgs-opt.py
/petsc/share/petsc/datafiles/matrices/spd-real-int32-float128
/petsc/src/benchmarks/Index.c
/petsc/src/benchmarks/PetscGetCPUTime.c
/petsc/src/dm/examples/tests/ex4.c
/petsc/src/dm/impls/plex/examples/tests/makefile
/petsc/src/dm/impls/plex/examples/tests/output/ex1_0.out
/petsc/src/dm/impls/plex/examples/tests/output/ex1_1.out
/petsc/src/dm/impls/plex/examples/tests/output/ex1_2.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_1.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_simplex_2.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_simplex_3.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_tensor_2.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_nonconforming_tensor_3.out
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexlabel.c
/petsc/src/dm/impls/plex/plexorient.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_boomeramg_euclid.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_boomeramg_euclid_bj.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_boomeramg_parasails.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_boomeramg_pilut.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_boomeramg_schwarz.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex49_hypre_nullspace.out
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/snes/examples/tutorials/ex42.c
/petsc/src/snes/examples/tutorials/ex48.c
/petsc/src/snes/examples/tutorials/output/ex19_umfpack.out
/petsc/src/snes/interface/snesj.c
/petsc/src/snes/interface/snesj2.c
/petsc/src/snes/utils/dmdasnes.c
/petsc/src/sys/classes/draw/examples/tests/ex5f.F
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/leastsquares/impls/pounders/pounders.c
/petsc/src/vec/vec/examples/tests/ex24.c
/petsc/src/vec/vec/utils/projection.c
/petsc/src/vec/vec/utils/vsection.c
258fa78e04-Sep-2015 Satish Balay <balay@mcs.anl.gov>

configure: fix _vsnprintf() check on win/vs2015 - it requires <stdio.h> in test

720d154304-Sep-2015 Satish Balay <balay@mcs.anl.gov>

configure: fix --prefix --download-f2cblaslapack bug

Reported-by: Gilberto Perez <gilberto.limon.perez@gmail.com>

f13fe86431-Aug-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'knepley/fix-configure-compiler-log'

60b6772131-Aug-2015 Barry Smith <bsmith@mcs.anl.gov>

error out if elemental being installed and cmake was not found (copied from metis.py)

4ef0127430-Aug-2015 Barry Smith <bsmith@mcs.anl.gov>

PGI compiler cannot handle [restrict] usage therefor disable restrict for PGI compiler
Fix ex48.c to use PETSc standard way of marking restrict


/petsc/bin/maint/buildtest
config/compilers.py
/petsc/config/PETSc/Regression.py
/petsc/config/PETSc/options/scalarTypes.py
/petsc/config/examples/arch-freebsd-pkgs-opt.py
/petsc/config/examples/arch-linux-pkgs-opt.py
/petsc/include/petsc/private/petscimpl.h
/petsc/src/ksp/ksp/examples/tests/ex21.c
/petsc/src/ksp/ksp/examples/tests/output/ex21_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex21_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex21_3.out
/petsc/src/ksp/ksp/examples/tutorials/ex42.c
/petsc/src/ksp/ksp/impls/minres/minres.c
/petsc/src/ksp/pc/impls/ainvcusp/ainvcusp.cu
/petsc/src/ksp/pc/impls/bicgstabcusp/bicgstabcusp.cu
/petsc/src/ksp/pc/impls/sacusp/sacusp.cu
/petsc/src/ksp/pc/impls/sacusp/sacusppoly.cu
/petsc/src/mat/examples/tests/ex183.c
/petsc/src/mat/examples/tests/ex194.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex194_1.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijAssemble.cu
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijcusp.cu
/petsc/src/mat/impls/aij/mpi/mpicusparse/mpiaijcusparse.cu
/petsc/src/mat/impls/aij/seq/seqcusp/aijAssemble.cu
/petsc/src/mat/impls/aij/seq/seqcusp/aijcusp.cu
/petsc/src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
/petsc/src/snes/examples/tutorials/ex48.c
/petsc/src/snes/examples/tutorials/ex7.c
/petsc/src/snes/examples/tutorials/ex9.c
/petsc/src/sys/examples/tutorials/ex4.c
/petsc/src/sys/fileio/fretrieve.c
/petsc/src/sys/fileio/sysio.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/leastsquares/examples/tutorials/chwirut2.c
/petsc/src/tao/leastsquares/examples/tutorials/makefile
/petsc/src/tao/leastsquares/examples/tutorials/output/chwirut2_1.out
/petsc/src/ts/adapt/impls/basic/adaptbasic.c
/petsc/src/ts/examples/tutorials/ex10.c
/petsc/src/ts/examples/tutorials/ex15.c
/petsc/src/ts/examples/tutorials/power_grid/ex3adj.c
/petsc/src/ts/examples/tutorials/power_grid/ex3adj_events.c
/petsc/src/ts/examples/tutorials/power_grid/ex3opt.c
/petsc/src/ts/examples/tutorials/power_grid/ex9adj.c
/petsc/src/ts/examples/tutorials/power_grid/ex9opt.c
/petsc/src/vec/is/is/utils/iscoloring.c
/petsc/src/vec/vec/impls/mpi/mpicusp/mpicusp.cu
/petsc/src/vec/vec/impls/seq/seqcusp/veccusp.cu
/petsc/src/vec/vec/impls/seq/seqcusp/vecscattercusp.cu
/petsc/src/vec/vec/utils/vpscat.c
ec108c7c27-Aug-2015 Barry Smith <bsmith@mcs.anl.gov>

push for C language for concurrencykit test

383e01f827-Aug-2015 Barry Smith <bsmith@mcs.anl.gov>

add specific link test for concurrencykit

7ac3aa9927-Aug-2015 Barry Smith <bsmith@mcs.anl.gov>

remove default configure options that offend concurrencykit


config/packages/concurrencykit.py
/petsc/config/PETSc/Regression.py
/petsc/include/petsc/private/viewerimpl.h
/petsc/include/petscbt.h
/petsc/include/petscsys.h
/petsc/include/petscviewer.h
/petsc/lib/petsc/conf/test
/petsc/src/contrib/fun3d/comp/flow.c
/petsc/src/contrib/fun3d/incomp/flow.c
/petsc/src/dm/examples/tests/ex16.c
/petsc/src/dm/examples/tests/ex2.c
/petsc/src/dm/examples/tests/ex4.c
/petsc/src/dm/examples/tests/ex6.c
/petsc/src/dm/examples/tutorials/ex13f90aux.F90
/petsc/src/dm/examples/tutorials/ex15.c
/petsc/src/dm/examples/tutorials/ex9.c
/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/plex/examples/tests/ex5.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexlabel.c
/petsc/src/dm/impls/plex/plexorient.c
/petsc/src/dm/impls/plex/plexrefine.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/ksp/ksp/examples/tests/ex25.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex11_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex11_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex25_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex25_2.out
/petsc/src/ksp/ksp/examples/tutorials/ex25.c
/petsc/src/ksp/ksp/examples/tutorials/output/ex25_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex25_2.out
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddcfetidp.c
/petsc/src/ksp/pc/impls/bddc/bddcgraph.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/mat/coarsen/impls/hem/hem.c
/petsc/src/mat/coarsen/impls/mis/mis.c
/petsc/src/mat/examples/tests/ex166.c
/petsc/src/mat/examples/tests/ex183.c
/petsc/src/mat/examples/tests/ex4.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex190_1.out
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex1_2_sol.out
/petsc/src/snes/examples/tutorials/output/ex9_3.out
/petsc/src/snes/examples/tutorials/output/ex9_4.out
/petsc/src/snes/examples/tutorials/output/ex9_5.out
/petsc/src/snes/examples/tutorials/output/ex9_6.out
/petsc/src/snes/impls/nasm/nasm.c
/petsc/src/sys/classes/random/interface/randomc.c
/petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h
/petsc/src/sys/classes/viewer/impls/ascii/filev.c
/petsc/src/sys/classes/viewer/impls/ascii/ftn-custom/zfilevf.c
/petsc/src/sys/classes/viewer/impls/binary/binv.c
/petsc/src/sys/classes/viewer/impls/draw/drawv.c
/petsc/src/sys/classes/viewer/impls/string/stringv.c
/petsc/src/sys/classes/viewer/impls/vu/petscvu.c
/petsc/src/sys/classes/viewer/interface/dupl.c
/petsc/src/sys/error/err.c
/petsc/src/sys/examples/tutorials/ex15.c
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/examples/tutorials/output/ex15_1.out
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/logging/plog.c
/petsc/src/sys/memory/ftn-custom/zmtrf.c
/petsc/src/sys/memory/mem.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/pinit.c
/petsc/src/tao/bound/examples/tutorials/makefile
/petsc/src/tao/bound/examples/tutorials/output/plate2_1.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_3.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_4.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_5.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_6.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_7.out
/petsc/src/tao/linesearch/interface/taolinesearch.c
/petsc/src/tao/unconstrained/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex11_sa.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/makefile
/petsc/src/vec/is/ao/examples/tests/ex4f.F
/petsc/src/vec/is/ao/interface/ao.c
/petsc/src/vec/is/is/impls/block/block.c
/petsc/src/vec/is/is/impls/general/general.c
/petsc/src/vec/is/is/impls/stride/stride.c
/petsc/src/vec/is/is/utils/iscoloring.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/is/utils/vsectionis.c
/petsc/src/vec/vec/examples/tests/ex24.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vsection.c
ff09474227-Aug-2015 Matthew G. Knepley <knepley@gmail.com>

Configure: Forgot to restore log before some early returns/exceptions

c84a0fe427-Aug-2015 Matthew G. Knepley <knepley@gmail.com>

Configure: Was missing some log prints


config/compilers.py
/petsc/config/PETSc/Regression.py
/petsc/include/petsc/private/viewerimpl.h
/petsc/include/petscbt.h
/petsc/include/petscsys.h
/petsc/include/petscviewer.h
/petsc/lib/petsc/conf/test
/petsc/src/contrib/fun3d/comp/flow.c
/petsc/src/contrib/fun3d/incomp/flow.c
/petsc/src/dm/examples/tests/ex16.c
/petsc/src/dm/examples/tests/ex2.c
/petsc/src/dm/examples/tests/ex4.c
/petsc/src/dm/examples/tests/ex6.c
/petsc/src/dm/examples/tutorials/ex13f90aux.F90
/petsc/src/dm/examples/tutorials/ex15.c
/petsc/src/dm/examples/tutorials/ex9.c
/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/plex/examples/tests/ex5.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexlabel.c
/petsc/src/dm/impls/plex/plexorient.c
/petsc/src/dm/impls/plex/plexrefine.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/docs/website/documentation/faq.html
/petsc/src/ksp/ksp/examples/tests/ex25.c
/petsc/src/ksp/ksp/examples/tests/makefile
/petsc/src/ksp/ksp/examples/tests/output/ex11_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex11_2.out
/petsc/src/ksp/ksp/examples/tests/output/ex25_1.out
/petsc/src/ksp/ksp/examples/tests/output/ex25_2.out
/petsc/src/ksp/ksp/examples/tutorials/ex25.c
/petsc/src/ksp/ksp/examples/tutorials/output/ex25_1.out
/petsc/src/ksp/ksp/examples/tutorials/output/ex25_2.out
/petsc/src/ksp/pc/impls/asm/asm.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddcfetidp.c
/petsc/src/ksp/pc/impls/bddc/bddcgraph.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/gasm/gasm.c
/petsc/src/ksp/pc/impls/is/pcis.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/ml/ml.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/ksp/pc/impls/wb/wb.c
/petsc/src/mat/coarsen/impls/hem/hem.c
/petsc/src/mat/coarsen/impls/mis/mis.c
/petsc/src/mat/examples/tests/ex166.c
/petsc/src/mat/examples/tests/ex183.c
/petsc/src/mat/examples/tests/ex4.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex190_1.out
/petsc/src/mat/impls/adj/mpi/mpiadj.c
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mumps/mumps.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/is/matis.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/partition/impls/pmetis/pmetis.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex1_2_sol.out
/petsc/src/snes/examples/tutorials/output/ex9_3.out
/petsc/src/snes/examples/tutorials/output/ex9_4.out
/petsc/src/snes/examples/tutorials/output/ex9_5.out
/petsc/src/snes/examples/tutorials/output/ex9_6.out
/petsc/src/snes/impls/nasm/nasm.c
/petsc/src/sys/classes/random/interface/randomc.c
/petsc/src/sys/classes/viewer/impls/ascii/asciiimpl.h
/petsc/src/sys/classes/viewer/impls/ascii/filev.c
/petsc/src/sys/classes/viewer/impls/ascii/ftn-custom/zfilevf.c
/petsc/src/sys/classes/viewer/impls/binary/binv.c
/petsc/src/sys/classes/viewer/impls/draw/drawv.c
/petsc/src/sys/classes/viewer/impls/string/stringv.c
/petsc/src/sys/classes/viewer/impls/vu/petscvu.c
/petsc/src/sys/classes/viewer/interface/dupl.c
/petsc/src/sys/error/err.c
/petsc/src/sys/examples/tutorials/ex15.c
/petsc/src/sys/examples/tutorials/makefile
/petsc/src/sys/examples/tutorials/output/ex15_1.out
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/logging/plog.c
/petsc/src/sys/memory/ftn-custom/zmtrf.c
/petsc/src/sys/memory/mem.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/pinit.c
/petsc/src/tao/bound/examples/tutorials/makefile
/petsc/src/tao/bound/examples/tutorials/output/plate2_1.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_3.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_4.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_5.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_6.out
/petsc/src/tao/bound/examples/tutorials/output/plate2_7.out
/petsc/src/tao/linesearch/interface/taolinesearch.c
/petsc/src/tao/unconstrained/examples/tutorials/makefile
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex11_sa.c
/petsc/src/ts/examples/tutorials/power_grid/stability_9bus/makefile
/petsc/src/vec/is/ao/examples/tests/ex4f.F
/petsc/src/vec/is/ao/interface/ao.c
/petsc/src/vec/is/is/impls/block/block.c
/petsc/src/vec/is/is/impls/general/general.c
/petsc/src/vec/is/is/impls/stride/stride.c
/petsc/src/vec/is/is/utils/iscoloring.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/is/utils/vsectionis.c
/petsc/src/vec/vec/examples/tests/ex24.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vsection.c
7e27663524-Aug-2015 Barry Smith <bsmith@mcs.anl.gov>

cleanup warning message to user about optimal optimization flags
and call setup() on compilerOptions module, per Matt, so that warning message is printed to screen

b00dcae322-Aug-2015 Barry Smith <bsmith@mcs.anl.gov>

display warning if one configures with --with-debugging=0 but does not define
the optimization flags
Currently the warning is not printed to the screen but only to the configure.log
file because of t

display warning if one configures with --with-debugging=0 but does not define
the optimization flags
Currently the warning is not printed to the screen but only to the configure.log
file because of the funky way compilerOptions.py is loaded by compilerFlags.py

show more ...

0280ee2e22-Aug-2015 Barry Smith <bsmith@mcs.anl.gov>

use -g option with optimized builds for gnu, clang, and intel
use -O3 option for clang optimized builds

55c9f8a922-Aug-2015 Barry Smith <bsmith@mcs.anl.gov>

fix MPICH.py to build debug version of MPICH if PETSc is in debug mode
by using MPICH ./configure option --enable-fast=no
remove code from compilerOptions.py that tried to handle this by forcing
PET

fix MPICH.py to build debug version of MPICH if PETSc is in debug mode
by using MPICH ./configure option --enable-fast=no
remove code from compilerOptions.py that tried to handle this by forcing
PETSc flags to have a -O0

show more ...

1...<<161162163164165166167168169170>>...190