History log of /petsc/config/BuildSystem/ (Results 3051 – 3075 of 4739)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
183a8a1421-Jun-2018 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/balay/check-bfort-version/maint' into maint

b1c19ae121-Jun-2018 Satish Balay <balay@mcs.anl.gov>

add a download mirror for petsc and externalpackage tarballs

943569e020-Jun-2018 Satish Balay <balay@mcs.anl.gov>

bfort: return on exception - otherwise 'major' variable won't be set - but used in the subsequent statement

f7a7fb5420-Jun-2018 Satish Balay <balay@mcs.anl.gov>

hdf5: fix url

Reported-by: Pierre Jolivet <pierre.jolivet@enseeiht.fr>

88292b5820-Jun-2018 Satish Balay <balay@mcs.anl.gov>

sowing: add version check for bfort - so that older versions are rejected

Reported-by: https://bitbucket.org/BarryFSmith
https://bitbucket.org/petsc/petsc/issues/201/petsc-should-check-bfort-versions

a3eaed2e18-Jun-2018 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'

56cf78c118-Jun-2018 Satish Balay <balay@mcs.anl.gov>

moab: switch to http url - this way - ftp is also attempted as fallback

a3c488d816-Jun-2018 Lisandro Dalcin <dalcinl@gmail.com>

petsc4py: update to snapshot with LogEvent change


config/packages/petsc4py.py
/petsc/include/petsc/private/dmforestimpl.h
/petsc/include/petsc/private/dmlabelimpl.h
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/hashmap.h
/petsc/include/petsc/private/hashmapi.h
/petsc/include/petsc/private/hashmapij.h
/petsc/include/petsc/private/hashset.h
/petsc/include/petsc/private/hashseti.h
/petsc/include/petsc/private/hashsetij.h
/petsc/include/petsc/private/hashtable.h
/petsc/include/petsc/private/kernels/khash.h
/petsc/include/petsc/private/logimpl.h
/petsc/include/petsc/private/makefile
/petsc/include/petsc/private/matimpl.h
/petsc/include/petsc/private/petscimpl.h
/petsc/include/petsc/private/vecimpl.h
/petsc/include/petsclog.h
/petsc/include/petscvec.h
/petsc/lib/petsc/bin/petsclogformat.py
/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/plexinterpolate.c
/petsc/src/dm/impls/plex/plexpartition.c
/petsc/src/dm/impls/swarm/swarm.c
/petsc/src/dm/interface/dlregisdmdm.c
/petsc/src/dm/label/dmlabel.c
/petsc/src/docs/tex/manual/developers.tex
/petsc/src/docs/tex/manual/makefile
/petsc/src/docs/tex/manual/part1.tex
/petsc/src/docs/tex/manual/part2.tex
/petsc/src/ksp/ksp/impls/bcgs/fbcgsr/fbcgsr.c
/petsc/src/ksp/ksp/impls/ibcgs/ibcgs.c
/petsc/src/ksp/pc/impls/bddc/bddc.c
/petsc/src/ksp/pc/impls/bddc/bddcprivate.c
/petsc/src/ksp/pc/impls/is/nn/nn.c
/petsc/src/mat/impls/aij/mpi/fdmpiaij.c
/petsc/src/mat/impls/preallocator/matpreallocator.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/impls/fas/fas.c
/petsc/src/sys/classes/viewer/interface/dlregispetsc.c
/petsc/src/sys/classes/viewer/interface/viewreg.c
/petsc/src/sys/examples/tests/ex40.c
/petsc/src/sys/examples/tests/ex41.c
/petsc/src/sys/examples/tests/ex42.c
/petsc/src/sys/examples/tests/ex43.c
/petsc/src/sys/examples/tests/output/ex40_1.out
/petsc/src/sys/examples/tests/output/ex41_1.out
/petsc/src/sys/examples/tests/output/ex42_1.out
/petsc/src/sys/examples/tests/output/ex43_1.out
/petsc/src/sys/logging/plog.c
/petsc/src/sys/logging/utils/eventlog.c
/petsc/src/sys/logging/utils/stagelog.c
/petsc/src/sys/logging/xmllogevent.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/pinit.c
/petsc/src/ts/examples/tutorials/ex21.c
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/vec/is/sf/interface/sf.c
/petsc/src/vec/is/utils/isltog.c
/petsc/src/vec/vec/examples/tutorials/ex21f90.F90
/petsc/src/vec/vec/examples/tutorials/ex43.c
/petsc/src/vec/vec/examples/tutorials/ex43f.F90
/petsc/src/vec/vec/examples/tutorials/makefile
/petsc/src/vec/vec/examples/tutorials/output/ex43f_1.out
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/src/vec/vec/interface/rvector.c
/petsc/src/vec/vec/interface/vector.c
/petsc/src/vec/vec/utils/comb.c
/petsc/src/vec/vec/utils/vinv.c
/petsc/src/vec/vscat/impls/vscat.c
62b7aeb913-Jun-2018 Satish Balay <balay@mcs.anl.gov>

PetscFlush: fix broken configure test for flush()/flush_() - by switching to fortran test code

- move test to more appropriate source file [compilers.py]
- PETSC_HAVE_FLUSH -> PETSC_HAVE_FORTRAN_FLU

PetscFlush: fix broken configure test for flush()/flush_() - by switching to fortran test code

- move test to more appropriate source file [compilers.py]
- PETSC_HAVE_FLUSH -> PETSC_HAVE_FORTRAN_FLUSH (a more appropriate name)

show more ...

58c433ab27-May-2018 Lisandro Dalcin <dalcinl@gmail.com>

configure: Add PETSC_{C|CXX}_INLINE defines

1bcc1f4208-Jun-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


config/packages/PTScotch.py
/petsc/include/petscmat.h
/petsc/src/dm/impls/composite/pack.c
/petsc/src/dm/impls/da/dainterp.c
/petsc/src/dm/impls/da/fdda.c
/petsc/src/dm/impls/forest/p4est/pforest.c
/petsc/src/dm/impls/network/network.c
/petsc/src/docs/manualpages-sec/header_Sensitivity
/petsc/src/mat/examples/tests/ex104.c
/petsc/src/mat/examples/tests/ex49.c
/petsc/src/mat/examples/tests/ex58.c
/petsc/src/mat/examples/tests/output/ex49_r1.out
/petsc/src/mat/examples/tests/output/ex49_r1_par.out
/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/seq/aij.c
/petsc/src/mat/impls/baij/mpi/baijov.c
/petsc/src/mat/impls/baij/mpi/mmbaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/aijbaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/dense/seq/dense.c
/petsc/src/mat/impls/elemental/matelem.cxx
/petsc/src/mat/impls/nest/matnest.c
/petsc/src/mat/impls/sbaij/mpi/mmsbaij.c
/petsc/src/mat/impls/sell/mpi/mmsell.c
/petsc/src/mat/impls/sell/seq/sell.c
/petsc/src/mat/interface/ftn-custom/zmatrixf.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/interface/noise/snesnoise.c
/petsc/src/sys/classes/viewer/impls/draw/drawv.c
/petsc/src/ts/examples/tutorials/ex21.c
/petsc/src/ts/examples/tutorials/output/ex21_1.out
/petsc/src/ts/f90-mod/petsctsmod.F
/petsc/src/ts/interface/makefile
/petsc/src/ts/interface/sensitivity/makefile
/petsc/src/ts/interface/sensitivity/tssen.c
/petsc/src/vec/is/is/impls/general/general.c
/petsc/src/vec/is/is/utils/iscoloring.c
/petsc/src/vec/is/utils/pmap.c
b632f44c08-Jun-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'stefano_zampini/cherrypick/maint' into maint

10d2e33908-Jun-2018 Barry Smith <bsmith@mcs.anl.gov>

Added ADIOS installer

Commit-type: feature
Reported-by: Todd Munson tmunson@anl.gov

03f9566206-Jun-2018 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'

186f5a1e04-Jun-2018 Satish Balay <balay@mcs.anl.gov>

configure: fix checkPIC for gfortran on arm64 by updating filterLinkOutput

Possible ERROR while running linker:
stderr:
/usr/bin/ld: /tmp/petsc-egMvhP/config.setCompilers/conftest.o: relocation R_AA

configure: fix checkPIC for gfortran on arm64 by updating filterLinkOutput

Possible ERROR while running linker:
stderr:
/usr/bin/ld: /tmp/petsc-egMvhP/config.setCompilers/conftest.o: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `xx_' which may bind externally can not be used when making a shared object; recompile with -
fPIC

show more ...

526790fc02-Jun-2018 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'

Also remove 'ex219f:' from src/mat/examples/tests/makefile


config/packages/MPICH.py
/petsc/config/PETSc/Configure.py
/petsc/config/PETSc/options/sharedLibraries.py
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsctao.h
/petsc/include/petsctaolinesearch.h
/petsc/lib/petsc/bin/maint/builddist
/petsc/lib/petsc/bin/maint/buildtest
/petsc/lib/petsc/bin/maint/runhtml.py
/petsc/lib/petsc/conf/test
/petsc/makefile
/petsc/share/petsc/matlab/makefile
/petsc/src/dm/dt/interface/dt.c
/petsc/src/dm/examples/tests/makefile
/petsc/src/dm/impls/moab/makefile
/petsc/src/dm/impls/plex/plexpartition.c
/petsc/src/docs/manualpages-sec/header_DMMOAB
/petsc/src/docs/website/documentation/index.html
/petsc/src/ksp/ksp/impls/cg/gltr/gltr.c
/petsc/src/mat/examples/tests/ex219f.F90
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex219f_1.out
/petsc/src/mat/examples/tests/output/ex219f_2.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/snes/interface/snes.c
/petsc/src/sys/classes/viewer/impls/socket/matlab/sclose.c
/petsc/src/sys/classes/viewer/impls/socket/matlab/sopen.c
/petsc/src/sys/classes/viewer/impls/socket/matlab/sread.c
/petsc/src/sys/classes/viewer/impls/socket/matlab/swrite.c
/petsc/src/tao/bound/impls/blmvm/blmvm.c
/petsc/src/tao/interface/taosolver.c
/petsc/src/tao/leastsquares/examples/matlab/ProblemFinalize.m
/petsc/src/tao/leastsquares/examples/matlab/ProblemInitialize.m
/petsc/src/tao/leastsquares/examples/matlab/README
/petsc/src/tao/leastsquares/examples/matlab/TestingFinalize.m
/petsc/src/tao/leastsquares/examples/matlab/TestingInitialize.m
/petsc/src/tao/leastsquares/examples/matlab/TestingPlot.m
/petsc/src/tao/leastsquares/examples/matlab/makefile
/petsc/src/tao/leastsquares/examples/matlab/more_wild_probs/dfo.dat
/petsc/src/tao/leastsquares/examples/matlab/more_wild_probs/dfovec.m
/petsc/src/tao/leastsquares/examples/matlab/more_wild_probs/dfovec_wrap.m
/petsc/src/tao/leastsquares/examples/matlab/more_wild_probs/dfoxs.m
/petsc/src/tao/leastsquares/examples/matlab/more_wild_probs/perf_profile.m
/petsc/src/tao/leastsquares/examples/matlab/taopounders.c
/petsc/src/tao/leastsquares/impls/pounders/pounders.c
/petsc/src/tao/linesearch/interface/taolinesearch.c
/petsc/src/ts/examples/tutorials/power_grid/ex3sa.c
/petsc/src/ts/examples/tutorials/power_grid/output/ex3sa_3.out
/petsc/src/ts/impls/explicit/rk/rk.c
/petsc/src/ts/interface/tssen.c
81bde5b301-Jun-2018 Satish Balay <balay@mcs.anl.gov>

windows: disable --download-mpich for --with-shared-libraries build - as it gives errors with 'make alltests'

Attempting to use an MPI routine before initializing MPICH

a6f28ff701-May-2018 Stefano Zampini <stefano.zampini@gmail.com>

PTSCOTCH configure: add noopt flag in batch mode for dummysizes compilations

bumped patch level to 2

57f8f5fd25-May-2018 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'

5756a67f24-May-2018 Barry Smith <bsmith@mcs.anl.gov>

Set -Wl,-rpath for Mac OS Matlab mkl directory; don't pass -nojvm to matlab since it causes crashes on Barry's machine and is not needed

Commit-type: portability-fix
Reported-by: Todd Munson <tmunso

Set -Wl,-rpath for Mac OS Matlab mkl directory; don't pass -nojvm to matlab since it causes crashes on Barry's machine and is not needed

Commit-type: portability-fix
Reported-by: Todd Munson <tmunson@anl.gov>

show more ...

1014777223-May-2018 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'

05bc407122-May-2018 Satish Balay <balay@mcs.anl.gov>

fftw: check for fftw-mpi routine along with fftw routine

Reported-by: UNN-TOC Wesley <wesley.unn-toc@axians.com>

bcb9a78622-May-2018 Satish Balay <balay@mcs.anl.gov>

fftw: update to using latest tarball

1de7a49f21-May-2018 Satish Balay <balay@mcs.anl.gov>

superlu_mt: remove --download-superlu_mt - as this is unmaintained, and there is no petsc interface to it.

e729222f20-May-2018 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/jed/mpiuni-include/maint'

1...<<121122123124125126127128129130>>...190