History log of /petsc/config/PETSc/Configure.py (Results 501 – 525 of 1111)
Revision Date Author Comments
# fe998a80 13-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

manual merge of conflict


# 60d296a9 06-Jan-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-configure-package-check'

* knepley/fix-configure-package-check:
Configure: Fix behavior of scalar types check with OpenCL


# 5faf1eac 06-Jan-2015 Matthew G. Knepley <knepley@gmail.com>

Configure: Fix behavior of scalar types check with OpenCL


# 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 ...


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

move generated "module" file to conf directory since it has no standard location


# 4653a54d 26-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/ksp-converged-reason-viewer

Conflicts:
src/sys/objects/options.c


# 292f400d 23-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-configure-package-check'

* knepley/fix-configure-package-check:
Configure: Fixed misspelling
Configure: libraryOptions has all sorts of crap in it, so pull out indexTyp

Merge branch 'knepley/fix-configure-package-check'

* knepley/fix-configure-package-check:
Configure: Fixed misspelling
Configure: libraryOptions has all sorts of crap in it, so pull out indexTypes.py - Needs to depend on setCompilers since it checks for a symbol - Change refs in all modules to indexTypes
Configure: Require libraryOptions for PETSc module
Configure: Added new providers to do checks for index size and scalar type

show more ...


# 30b8aa07 19-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Configure: libraryOptions has all sorts of crap in it, so pull out indexTypes.py
- Needs to depend on setCompilers since it checks for a symbol
- Change refs in all modules to indexTypes


# 282764d4 18-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Configure: Require libraryOptions for PETSc module


# dbb46ebf 15-Dec-2014 Matthew G. Knepley <knepley@gmail.com>

Configure: Added new providers to do checks for index size and scalar type


# 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


# 0836fa81 04-Nov-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# 7deb5ab3 04-Nov-2014 Barry Smith <bsmith@mcs.anl.gov>

add option to turn off checking prefetching


# 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'


# 23a19ef1 06-Oct-2014 Satish Balay <balay@mcs.anl.gov>

configure: config/PETSc/compilerOptions.py is removed in 9d310bb76ceaf4434dd2e79465b7666f9cb0876a
so change PETSc.compilerOptions to config.compilerOptions. Without this change -
CFLAGS/COPTFLAGS are

configure: config/PETSc/compilerOptions.py is removed in 9d310bb76ceaf4434dd2e79465b7666f9cb0876a
so change PETSc.compilerOptions to config.compilerOptions. Without this change -
CFLAGS/COPTFLAGS are missing from external package builds. For eg:
--download-fblaslapack changes from:
FOPTFLAGS = -fPIC -Wall -Wno-unused-variable -ffree-line-length-0 -Wno-unused-dummy-argument -g -O0
to
FOPTFLAGS = -fPIC

show more ...


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

reorge of PETSc "utilities" config files into "options" since all of these are user setable options


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

removed dead CHUD code


# 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


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

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


# d9574d52 08-Sep-2014 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/feature-remove-config-init'

* knepley/feature-remove-config-init:
Configure: No longer use __init__.py to store the list of packages, read them from the filesystem


# 47c09f67 04-Sep-2014 Matthew G. Knepley <knepley@gmail.com>

Configure: No longer use __init__.py to store the list of packages, read them from the filesystem


# e6b0c433 04-Sep-2014 Barry Smith <bsmith@mcs.anl.gov>

removed --download-mpich to its own MPICH.py file


# d093bd8d 22-Aug-2014 Barry Smith <bsmith@mcs.anl.gov>

For --prefix configurations the external packages are installed directly to the final location
Previously we installed to the PETSC_DIR/PETSC_ARCH location and then copied everything over at the time

For --prefix configurations the external packages are installed directly to the final location
Previously we installed to the PETSC_DIR/PETSC_ARCH location and then copied everything over at the time of the PETSc make install
The reason was so only a single sudo would ever be needed. The drawback was it does not leverage each packages install tools, so, for example,
--download-mpich didn't work correctly with --prefix and also shared libraries did not work correctly with --prefix

If the final location requires root access then that is now requested via sudo for each external packages make install, but if sudo is not needed
it is not called

show more ...


# 625ff3ef 01-Aug-2014 Jason Sarich <sarich@mcs.anl.gov>

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


1...<<21222324252627282930>>...45