History log of /petsc/makefile (Results 551 – 575 of 1637)
Revision Date Author Comments
# 3fe9ae9b 15-Jan-2015 Mark Adams <mfadams@lbl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc into mark/gamg-crs-ksp2


# fe998a80 13-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

manual merge of conflict


# 8fb42493 31-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

mv include/finclude to include/petsc-finclude for namespacing in installs


# d3c8c067 01-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

Three directory namespace changes for better --prefix install support

1) include/finclude becomes include/petsc-finclude
2) include/mpiuni becomes include/petsc-mpiuni
3) conf (both $PETSC_DIR/conf

Three directory namespace changes for better --prefix install support

1) include/finclude becomes include/petsc-finclude
2) include/mpiuni becomes include/petsc-mpiuni
3) conf (both $PETSC_DIR/conf and $PETSC_DIR/$PETSC_ARCH/conf become) lib/petsc-conf

show more ...


# c3d0d0bc 31-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

mv include/finclude to include/petsc-finclude for namespacing in installs


# 909a08a4 28-Nov-2014 Michael Lange <michael.lange@imperial.ac.uk>

Merge branch 'master' into mlange/refactor-plex-distribute

Conflicts:
src/dm/impls/plex/examples/tests/output/ex12_1.out
src/dm/impls/plex/examples/tests/output/ex12_2.out


# c56f86df 21-Nov-2014 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/add-clean'


# 59d63732 18-Nov-2014 Satish Balay <balay@mcs.anl.gov>

build: add toplevel makefile targets clean, distclean
clean - delete libraries built by 'make all'
distclean - delete build files created by configure [and make all]

clean in example dirs continues

build: add toplevel makefile targets clean, distclean
clean - delete libraries built by 'make all'
distclean - delete build files created by configure [and make all]

clean in example dirs continues to work as before..

show more ...


# b486a86a 13-Oct-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-configure-petsc-dep

* master: (210 commits)
error out on special cases where DMLocalToGlobal_DA won't work
remove unneed uses of local DM vectors and DMLoc

Merge branch 'master' into knepley/fix-configure-petsc-dep

* master: (210 commits)
error out on special cases where DMLocalToGlobal_DA won't work
remove unneed uses of local DM vectors and DMLocalToGlobalBegin/End in examples removed to prevent cut and paste repeats of their use
openmpi: update to version 1.8.3
added more movies and pubs
more movies
MatGetDiagonalBlock() can be called before matrix is assembled
added a couple more movies/images
PetscLogEventGetId() was missing public prototype
simply output from make streams benchmark test
c2html: fixup so that C2HTML make variable is set [similar to cmake.py]
chaco: current blas test does'nt work with Cray CC [which automatically links with blas] and linux - where -lm needs to be listed explicitly. Switch the test to check if we are using PETSc modifled chaco
builddist: always install c2html/sowing
argonne logo for users manual cover
Remove PETSC_HAVE_CUSP_SMOOTHED_AGGREGATION, use PETSC_HAVE_CUSP instead.
mpich: use older tarball with cygwin/gnu compilers
updated information about packages PETSc can use in users manual
Updated users manual to latest ANL Report format requirements
mpich: update to mpich-3.1.3.tar.gz - remove -download-mpich-mpe [mpich no longer packages mpe] - remove -download-mpich-shared. It was added as a split from --with-mpi-shared to --known-mpi-shared and --download-mpich-shared in 50237a55163f90ac7341b723c6422dfa1dbce792 removing this gives back the control of shared=0/1 to package.py - remove download_solaris as the new tarball works with both gcov and on solaris - remove MPICHInstall() [and use GNUPackage.Install()] as the new tarball fixes 'make clean' requiring sudo
added more images and PETSc pubs
Doc: More refs
...

show more ...


# d1d0ca2f 10-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/remove-sidl'


# d07101b6 01-Oct-2014 Barry Smith <bsmith@mcs.anl.gov>

moved install.py to conf directory since it is used by make


# 6aeb920f 15-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-prefix-installs'

Conflicts:
config/BuildSystem/config/packages/__init__.py
config/BuildSystem/config/packages/hdf5.py
config/BuildSystem/config/packages/make.py


# a3269974 10-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

remove java.py never used and will never be used
add simple makefile rule for finding untested packages


# 06e08bc7 09-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

removed PETSc.package.NewPackage and moved all packages to one location


# 62586d64 04-Sep-2014 Satish Balay <balay@mcs.anl.gov>

Merge branch 'maint'


# cc5a9e26 04-Sep-2014 Satish Balay <balay@mcs.anl.gov>

docs: petsc-dev.tar.gz -> petsc-master.tar.gz
http://mcs.anl.gov/petsc/petsc-dev -> http://mcs.anl.gov/petsc/petsc-master
[use http://mcs.anl.gov/petsc-current for docs that are not development relat

docs: petsc-dev.tar.gz -> petsc-master.tar.gz
http://mcs.anl.gov/petsc/petsc-dev -> http://mcs.anl.gov/petsc/petsc-master
[use http://mcs.anl.gov/petsc-current for docs that are not development related]

show more ...


# f55f1886 30-Aug-2014 Barry Smith <bsmith@mcs.anl.gov>

--download-mpi4py and --download-petsc4py now work correctly for prefix installs and not with and without sudo needed


# 48b3efbf 30-Aug-2014 Barry Smith <bsmith@mcs.anl.gov>

split mpi4py generation into build phase run when PETSc is built and install phase run when PETSc is installed (or run when PETSc is built if --prefix is not set)


# 69b82c39 23-Jul-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# 26e98103 23-Jul-2014 Satish Balay <balay@mcs.anl.gov>

build: fix syntax error with 'make all'

/bin/sh: 1: [: real: unexpected operator


# 609885f5 13-Jul-2014 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/pcbddc-primalfixes' into stefano_zampini/pcbddc_deluxe


# 6d4f398f 05-Jul-2014 Lisandro Dalcin <dalcinl@gmail.com>

Update makefile and gitignore


# 5529d322 02-Jul-2014 Lisandro Dalcin <dalcinl@gmail.com>

Rename and update README, license and changelog


# f446f392 02-Jul-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# 0568d0aa 02-Jul-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-ios' into maint


1...<<21222324252627282930>>...66