History log of /petsc/config/BuildSystem/ (Results 3451 – 3475 of 4739)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
76d84b2f03-Mar-2017 Satish Balay <balay@mcs.anl.gov>

configure: add cxxlibs.py - a warpper for self.compilers.cxxlibs - this way this dependency is handled correctly

6236a5d906-Mar-2017 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'

c7820e3506-Mar-2017 Satish Balay <balay@mcs.anl.gov>

superlu: libray is installed in PREFIX/lib64 - fix this to use PREFIX/lib

Reported-by: Ju Liu <liujuy@gmail.com>

de52e7a404-Mar-2017 Jed Brown <jed@jedbrown.org>

config: libraries.toStringNoDupes puts LDFLAGS before LDLIBS

This normalized ordering is cleaner/easier to read. It also fixes what
appears to have been a bug when handling a ["-framework", "libnam

config: libraries.toStringNoDupes puts LDFLAGS before LDLIBS

This normalized ordering is cleaner/easier to read. It also fixes what
appears to have been a bug when handling a ["-framework", "libname"]
sequence during library removal. That is, if we have

-framework foo -framework foo -lbar

then the former code would have produced

-framework foo -framework -lbar

while the new code will merely return the first version. (It's slightly
complicated to remove this duplicate and I doubt it is important.)

show more ...

b034f59204-Mar-2017 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'

f8a3989c04-Mar-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jed/portable-restrict' into maint

176db17403-Mar-2017 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'

bd88270e01-Mar-2017 Satish Balay <balay@mcs.anl.gov>

fix build failure on opensolaris - where -lm from flibs is removed due to -lm in cxxlibs.
But then - only flib gets used for some configure tests [blaslapack, parms]

3a5a703501-Mar-2017 Jed Brown <jed@jedbrown.org>

config: prefer __restrict over C99 restrict keyword

6d90219d28-Feb-2017 Satish Balay <balay@mcs.anl.gov>

metis: use update that supports MATH_LIB option - this way -lm doesn't get linked in automatically [when built with intel compilers]
Reported-by: Lisandro Dalcin <dalcinl@gmail.com>

afad9a2326-Feb-2017 Barry Smith <bsmith@mcs.anl.gov>

Update alquimia.py download to use standard repository

since it now has Glenn Hammonds fixes in it.

Funded-by: IDEAS
Project: IDEAS/xSDK
Reported-by: Sergi Molins Rafa <smolins@lbl.gov>

de47c64a24-Feb-2017 Satish Balay <balay@mcs.anl.gov>

configure: do not exclude -lm from compiler library list
[there is also a 'continue' vs 'pass' which causes '-limf -lm' order to get messed up]

Reported-by: Lisandro Dalcin <dalcinl@gmail.com>

1e2970b924-Feb-2017 Satish Balay <balay@mcs.anl.gov>

mkl: do not explicitly use '-lm' - and prefer self.libraries.math - as this would presumably prefer -limf over -lm [via compiler default libraries]
Reported-by: Lisandro Dalcin <dalcinl@gmail.com>

d79a33ec23-Feb-2017 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc

5f40fbd523-Feb-2017 Barry Smith <bsmith@mcs.anl.gov>

Update pflotran commit to xsdk-0.2.0-rc1

127c8d2b23-Feb-2017 BarryFSmith <bsmith@mcs.anl.gov>

Merged in barry/do-not-test-random-mpicc-with-mpi-dir (pull request #637)

If --with-mpi-dir is provided but --with-mpi-dir/bin does not exist

86d9c0f023-Feb-2017 Barry Smith <bsmith@mcs.anl.gov>

update external xSDK packages to use xsdk-0.2.0-rc1 tag

Funded-by: IDEAS
Project: IDEAS/xSDK
Time: .1 hour

e86e009d21-Feb-2017 Satish Balay <balay@mcs.anl.gov>

parmetis: update to snapshot with valgrind fixes
Thanks-to: Barry Smith <bsmith@mcs.anl.gov>

9baf48c021-Feb-2017 Satish Balay <balay@mcs.anl.gov>

strumpack: used tarball with valgrind fixes
Thanks-to: Barry Smith <bsmith@mcs.anl.gov>

4af3ec6c20-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Configure: In generated batch script, must change double quotes to single so that C prints do not barf

e4ebcc7a20-Feb-2017 Matthew G. Knepley <knepley@gmail.com>

Configure: BLAS was adding to a non-existent list

03664f5317-Feb-2017 Satish Balay <balay@mcs.anl.gov>

p4est: add dependency on blas
Reported-by: Mark Adams <mfadams@lbl.gov>


config/packages/p4est.py
/petsc/include/petsc/finclude/petscvec.h
/petsc/include/petsc/private/vecimpl.h
/petsc/include/petscis.h
/petsc/include/petscmath.h
/petsc/include/petscvec.h
/petsc/src/sys/objects/options.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/makefile
/petsc/src/vec/f90-mod/petscvec.h
/petsc/src/vec/is/is/impls/general/general.c
/petsc/src/vec/is/is/utils/isdiff.c
/petsc/src/vec/vec/utils/makefile
/petsc/src/vec/vec/utils/tagger/examples/makefile
/petsc/src/vec/vec/utils/tagger/examples/tutorials/ex1.c
/petsc/src/vec/vec/utils/tagger/examples/tutorials/makefile
/petsc/src/vec/vec/utils/tagger/examples/tutorials/output/ex1_0.out
/petsc/src/vec/vec/utils/tagger/examples/tutorials/output/ex1_1.out
/petsc/src/vec/vec/utils/tagger/examples/tutorials/output/ex1_10.out
/petsc/src/vec/vec/utils/tagger/examples/tutorials/output/ex1_11.out
/petsc/src/vec/vec/utils/tagger/examples/tutorials/output/ex1_12.out
/petsc/src/vec/vec/utils/tagger/examples/tutorials/output/ex1_13.out
/petsc/src/vec/vec/utils/tagger/examples/tutorials/output/ex1_14.out
/petsc/src/vec/vec/utils/tagger/examples/tutorials/output/ex1_15.out
/petsc/src/vec/vec/utils/tagger/examples/tutorials/output/ex1_16.out
/petsc/src/vec/vec/utils/tagger/examples/tutorials/output/ex1_17.out
/petsc/src/vec/vec/utils/tagger/examples/tutorials/output/ex1_18.out
/petsc/src/vec/vec/utils/tagger/examples/tutorials/output/ex1_19.out
/petsc/src/vec/vec/utils/tagger/examples/tutorials/output/ex1_2.out
/petsc/src/vec/vec/utils/tagger/examples/tutorials/output/ex1_3.out
/petsc/src/vec/vec/utils/tagger/examples/tutorials/output/ex1_4.out
/petsc/src/vec/vec/utils/tagger/examples/tutorials/output/ex1_5.out
/petsc/src/vec/vec/utils/tagger/examples/tutorials/output/ex1_6.out
/petsc/src/vec/vec/utils/tagger/examples/tutorials/output/ex1_7.out
/petsc/src/vec/vec/utils/tagger/examples/tutorials/output/ex1_8.out
/petsc/src/vec/vec/utils/tagger/examples/tutorials/output/ex1_9.out
/petsc/src/vec/vec/utils/tagger/impls/absolute.c
/petsc/src/vec/vec/utils/tagger/impls/and.c
/petsc/src/vec/vec/utils/tagger/impls/andor.c
/petsc/src/vec/vec/utils/tagger/impls/andor.h
/petsc/src/vec/vec/utils/tagger/impls/cdf.c
/petsc/src/vec/vec/utils/tagger/impls/makefile
/petsc/src/vec/vec/utils/tagger/impls/or.c
/petsc/src/vec/vec/utils/tagger/impls/relative.c
/petsc/src/vec/vec/utils/tagger/impls/simple.c
/petsc/src/vec/vec/utils/tagger/impls/simple.h
/petsc/src/vec/vec/utils/tagger/interface/dlregistagger.c
/petsc/src/vec/vec/utils/tagger/interface/makefile
/petsc/src/vec/vec/utils/tagger/interface/tagger.c
/petsc/src/vec/vec/utils/tagger/interface/taggerregi.c
/petsc/src/vec/vec/utils/tagger/makefile
17b89b0c16-Feb-2017 Satish Balay <balay@mcs.anl.gov>

p4est: add in tarball url
Reported-by: Mark Adams <mfadams@lbl.gov>
Thanks-to: Tobin Isaac <tisaac@uchicago.edu>

c4cbe8f115-Feb-2017 Toby Isaac <tisaac@uchicago.edu>

CGNS: compatibility updates

- if configuring with hdf5, try using the discovered libs for cgns
- use namespace macros if they are present in cgnslib.h
- also undefine I in cgns example ex2.c


config/packages/cgns.py
/petsc/include/petsc/private/dtimpl.h
/petsc/include/petsc/private/petscfeimpl.h
/petsc/include/petscdt.h
/petsc/include/petscfe.h
/petsc/include/petscfetypes.h
/petsc/src/dm/dt/examples/tests/ex1.c
/petsc/src/dm/dt/examples/tests/ex2.c
/petsc/src/dm/dt/examples/tests/ex3.c
/petsc/src/dm/dt/examples/tests/ex4.c
/petsc/src/dm/dt/examples/tests/makefile
/petsc/src/dm/dt/interface/dt.c
/petsc/src/dm/dt/interface/dtds.c
/petsc/src/dm/dt/interface/dtfe.c
/petsc/src/dm/dt/interface/dtfv.c
/petsc/src/dm/dt/interface/f90-custom/zdtdsf90.c
/petsc/src/dm/dt/interface/f90-custom/zdtf90.c
/petsc/src/dm/impls/da/dageometry.c
/petsc/src/dm/impls/da/dalocal.c
/petsc/src/dm/impls/plex/examples/tests/ex3.c
/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_fv.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_p1d_2d_3.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_p1d_2d_4.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_p1d_2d_5.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_q2_2d_plex_0.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_q2_2d_plex_1.out
/petsc/src/dm/impls/plex/examples/tests/output/ex3_q2_2d_plex_2.out
/petsc/src/dm/impls/plex/examples/tutorials/ex2.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcgns.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexgeometry.c
/petsc/src/dm/impls/plex/plexproject.c
/petsc/src/dm/impls/plex/plextree.c
/petsc/src/dm/interface/dmregall.c
/petsc/src/snes/examples/tutorials/output/ex62_20.out
/petsc/src/snes/examples/tutorials/output/ex62_21.out
/petsc/src/snes/examples/tutorials/output/ex62_24.out
/petsc/src/snes/examples/tutorials/output/ex62_25.out
/petsc/src/snes/utils/dmplexsnes.c
/petsc/src/ts/examples/tutorials/ex11.c
fe86351d15-Feb-2017 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/pr628/mapdes/scalable-isgtol/master'


/petsc/.travis.yml
config/packages/petsc4py.py
/petsc/include/petsc/finclude/petscdm.h
/petsc/include/petsc/finclude/petscis.h
/petsc/include/petsc/private/dmimpl.h
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/isimpl.h
/petsc/include/petsc/private/kspimpl.h
/petsc/include/petsc/private/matimpl.h
/petsc/include/petscdm.h
/petsc/include/petscis.h
/petsc/include/petscsys.h
/petsc/lib/petsc/conf/bfort-petsc.txt
/petsc/lib/petsc/conf/test
/petsc/src/dm/examples/tests/output/ex16_1.out
/petsc/src/dm/examples/tests/output/ex16_2.out
/petsc/src/dm/examples/tests/output/ex2_1.out
/petsc/src/dm/examples/tests/output/ex2_2.out
/petsc/src/dm/examples/tests/output/ex2_3.out
/petsc/src/dm/impls/network/network.c
/petsc/src/dm/impls/plex/examples/tests/ex1.c
/petsc/src/dm/impls/plex/examples/tests/ex12.c
/petsc/src/dm/impls/plex/examples/tests/ex13.c
/petsc/src/dm/impls/plex/examples/tests/ex17.c
/petsc/src/dm/impls/plex/examples/tests/ex18.c
/petsc/src/dm/impls/plex/examples/tests/ex4.c
/petsc/src/dm/impls/plex/examples/tests/ex5.c
/petsc/src/dm/impls/plex/plex.c
/petsc/src/dm/impls/plex/plexcreate.c
/petsc/src/dm/impls/plex/plexdistribute.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexfluent.c
/petsc/src/dm/impls/plex/plexgenerate.c
/petsc/src/dm/impls/plex/plexgeometry.c
/petsc/src/dm/impls/plex/plexgmsh.c
/petsc/src/dm/impls/plex/plexhdf5.c
/petsc/src/dm/impls/plex/plexinterpolate.c
/petsc/src/dm/impls/plex/plexmed.c
/petsc/src/dm/impls/plex/plexorient.c
/petsc/src/dm/impls/plex/plexpartition.c
/petsc/src/dm/impls/plex/plexpreallocate.c
/petsc/src/dm/impls/plex/plexproject.c
/petsc/src/dm/impls/plex/plexrefine.c
/petsc/src/dm/impls/plex/plexreorder.c
/petsc/src/dm/impls/plex/plexsubmesh.c
/petsc/src/dm/impls/plex/plexvtk.c
/petsc/src/dm/impls/plex/plexvtu.c
/petsc/src/dm/interface/dm.c
/petsc/src/dm/label/dmlabel.c
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/website/documentation/changes/dev.html
/petsc/src/ksp/ksp/examples/tutorials/ex1.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex1_changepcside.out
/petsc/src/ksp/ksp/interface/itcl.c
/petsc/src/ksp/ksp/interface/itcreate.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/mat/examples/tests/ex92.c
/petsc/src/mat/examples/tests/ex93.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex139_1.out
/petsc/src/mat/examples/tests/output/ex93_hypre.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/aij/mpi/mpicusp/mpiaijAssemble.cu
/petsc/src/mat/impls/aij/mpi/mpimatmatmult.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/mpi/mpibaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.h
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/lrc/lrc.c
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/sbaij/mpi/sbaijov.c
/petsc/src/mat/impls/sbaij/seq/sbaij.c
/petsc/src/mat/interface/matrix.c
/petsc/src/mat/interface/mhas.c
/petsc/src/snes/examples/tests/ex2.c
/petsc/src/snes/examples/tests/ex3.c
/petsc/src/snes/examples/tests/makefile
/petsc/src/snes/examples/tests/output/ex2_10.out
/petsc/src/snes/examples/tests/output/ex2_11.out
/petsc/src/snes/examples/tests/output/ex2_2.out
/petsc/src/snes/examples/tests/output/ex2_3.out
/petsc/src/snes/examples/tests/output/ex2_4.out
/petsc/src/snes/examples/tests/output/ex2_5.out
/petsc/src/snes/examples/tests/output/ex2_8.out
/petsc/src/snes/examples/tests/output/ex3_1.out
/petsc/src/snes/examples/tutorials/ex62.c
/petsc/src/snes/examples/tutorials/ex63.c
/petsc/src/snes/examples/tutorials/ex69.c
/petsc/src/snes/examples/tutorials/ex77.c
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/linesearch/impls/basic/linesearchbasic.c
/petsc/src/snes/linesearch/interface/linesearch.c
/petsc/src/sys/examples/tutorials/ex13.cxx
/petsc/src/sys/examples/tutorials/ex14.cxx
/petsc/src/sys/logging/plog.c
/petsc/src/sys/objects/prefix.c
/petsc/src/sys/objects/subcomm.c
/petsc/src/ts/examples/tutorials/ex11.c
/petsc/src/ts/examples/tutorials/ex11_sa.c
/petsc/src/vec/is/ao/examples/tests/ex3d/ex3.cxx
/petsc/src/vec/is/is/examples/tests/output/ex8_1.out
/petsc/src/vec/is/is/examples/tutorials/ex4.c
/petsc/src/vec/is/is/examples/tutorials/makefile
/petsc/src/vec/is/is/examples/tutorials/output/ex4_1.out
/petsc/src/vec/is/is/examples/tutorials/output/ex4_2.out
/petsc/src/vec/is/is/interface/isregall.c
/petsc/src/vec/is/is/utils/isdiff.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/is/utils/isltog.h
/petsc/src/vec/is/utils/makefile
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/src/vec/vec/utils/vpscat.c

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