| #
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 ...
|
| #
fb053734
|
| 31-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
changed bin/petscpythonscripts to bin/petsc-pythonscripts to have consistent naming convention for named-spaced directories in PETSc installs
|
| #
a2cd2fba
|
| 31-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-install-bindirectory'
|
| #
f81a5a8a
|
| 31-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
fix make install to not copy over all the garbage in petsc/bin instead only copy over public scripts from bin/petscpythonscripts
|
| #
1bb59070
|
| 26-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'pr234/vasiliy_kozyrev/mkl_cpardiso'
|
| #
db1f124c
|
| 19-Dec-2014 |
Vasiliy Kozyrev <vvkozyrev@gmail.com> |
Intel MKL Cluster Pardiso. Some fixes.
|
| #
d305a81b
|
| 15-Dec-2014 |
Vasiliy Kozyrev <vvkozyrev@gmail.com> |
Intel MKL Cluster Pardiso. Work only Intel(R) Parallel Studio XE 2015
|
| #
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 ...
|
| #
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
|
| #
6ac6a067
|
| 29-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
updated several more external packages to use sudo as needed removed two outdated external package installers
|
| #
2bc0d5c7
|
| 27-Jun-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'stefano_zampini/pcbddc-maint' into stefano_zampini/pcbddc_deluxe
|
| #
92a177f3
|
| 26-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'bermeo/add-mkl-pardiso' (pull request #105 - rebased)
|
| #
9e8bcbc8
|
| 25-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
mkl_pardiso: rename configure option appropriately [mk-pardiso to mkl_pardiso]
|
| #
b015001c
|
| 28-May-2014 |
Peter Brune <brune@mcs.anl.gov> |
Merge branch 'master' into prbrune/snes-fascontinuation
* master: (855 commits) fix for moab example had wrong blocksize of mapping docs:remove src/docs/doxygen/manual [per Barry's instructions]
Merge branch 'master' into prbrune/snes-fascontinuation
* master: (855 commits) fix for moab example had wrong blocksize of mapping docs:remove src/docs/doxygen/manual [per Barry's instructions] gfortran: remove 132 char limit from f90 free-form SNES: Set up matrix-free *after* copying the user Jacobian to snes->pc DMPlex-Gmsh: Use trueNumCells when building the coordinate section Sys: Got guard logic reversed Sys: The #define guard for PetscMalloc*() must match the one for PetscFree*() PetscFV: I hate fucking complex removed ltog scatter from DMDA since functionality can be obtained with gtol scatter and less memory fix test of DMLocalToGlobalBegin/End and add actual test cases improve object memory logging for DA, ISLocalToGlobal and ISBLOCK lower high water mark of constructing parallel scatter by allocating only as much room in svalues as needed owner in VecScatter construction is the rank, therefor can use PetscMPIInt to hold it do not PetscInt another reuse of allocated array in 2d/3d DMDA create improved high water mark of DMDASetups by implementing and using PETSC_USE_POINTER for ISCreateBlock() PetscFV: Another complex fix DMPlex+TS: Fixing types ISIdentity() was wrong for block IS! Indices are NOT scaled by bs PetscFV: Straighten out complex types TS ex11: Fix casts and remove unused variable ...
show more ...
|
| #
92c494f3
|
| 23-May-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/saws-options
|
| #
95ecbf38
|
| 18-May-2014 |
Stefano Zampini <stefano.zampini@gmail.com> |
Merge branch 'master' into stefano_zampini/pcbddc-multilevel-improvement
Conflicts: src/docs/website/documentation/changes/dev.html src/ksp/ksp/examples/tutorials/ex59.c src/ksp/pc/impls/bddc/bdd
Merge branch 'master' into stefano_zampini/pcbddc-multilevel-improvement
Conflicts: src/docs/website/documentation/changes/dev.html src/ksp/ksp/examples/tutorials/ex59.c src/ksp/pc/impls/bddc/bddcprivate.c
show more ...
|
| #
b2533dd1
|
| 22-Mar-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Fixing merge conflicts in dmregall.
|
| #
0c9e52d3
|
| 22-Mar-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Merged petsc/petsc into master
|
| #
c22361cb
|
| 20-Mar-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/check-external-libs-compatable-shared'
Conflicts: config/BuildSystem/config/packages/__init__.py config/configure.py
|
| #
204681ed
|
| 19-Mar-2014 |
Vijay Mahadevan <vijay.m@gmail.com> |
Merged petsc/petsc into master
|
| #
9c925a2c
|
| 18-Mar-2014 |
Shri <abhyshr@mcs.anl.gov> |
Merge branch 'master' into shri/ts-events
Conflicts: src/ts/interface/ts.c
|
| #
5f6acfaf
|
| 18-Mar-2014 |
Shri <abhyshr@mcs.anl.gov> |
Merge branch 'master' into shri/feature-dm-circuit
Conflicts: src/dm/impls/makefile
|
| #
4c9a197e
|
| 18-Mar-2014 |
Shri <abhyshr@mcs.anl.gov> |
Merge branch 'shri/update-SuiteSparse'
|