| 6e5884b5 | 30-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
petsc-3.5: set release strings |
| 0b35cc53 | 30-Jun-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
updated to latest elemental that handles valgrind correctly |
| dca78d2b | 30-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
configure: HAVE_GZIP -> PETSC_HAVE_GZIP |
| bcd1c4ac | 28-Jun-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
more missing files for iOS graphics updates to get the OpenGL working |
| a95d84e0 | 27-Jun-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
many fixes to build on Ios -include ios project file that never properly got in repository -remove lots of dead Tao code that was not handled by any compiler -cleanup directions for ios builds |
| 92a177f3 | 26-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'bermeo/add-mkl-pardiso' (pull request #105 - rebased) |
| b4968085 | 26-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/add-tetgen-cxx-mesg' |
| 4d29c9cb | 25-Jun-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/feature-dmmoab-hdf5-tests'
Conflicts: src/dm/interface/dmregall.c src/ts/examples/tutorials/makefile |
| 9987a3f9 | 25-Jun-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
updated downloaded elemental to be valgrind clean version |
| d2e63542 | 25-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
petsc4py: update to use a dev snapshot tarball for now |
| 426045f7 | 25-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 41e8eb27 | 25-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
tetgen: update tarball url [old one is broken] |
| 3afc778d | 25-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
mkl_pardiso: requires blas-lapack=MKL - so add in error-check. |
| 8110c46c | 25-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
mkl_pardiso: mkl_pardiso.c requires mkl.h - so configure should check for it. |
| 9e8bcbc8 | 25-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
mkl_pardiso: rename configure option appropriately [mk-pardiso to mkl_pardiso] |
| da48ddd3 | 24-Jun-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
make new testsuite of testexamples_MOAB_HDF5 for moab examples that require HDF5 |
| c47f8e7a | 24-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
pardiso: configure should test for pardisoinit(). Also use MKL detected by BlasLapack.py |
| b500a6b7 | 20-Oct-2013 |
Jose David Bermeol <jbermeol@purdue.edu> |
Added support for mkl-pardiso also rebase to latest petsc-master [and fix -ksp_view] |
| 9dbdea92 | 23-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| b0188faa | 23-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
petsc4py: update tarball to compatible version |
| 1026b6b4 | 23-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
fixup (and undo revert): fix rpath encoded in libpetsc.so so that does not refer to .so files in builddir"
revert commit 283a09fd0fe760e6e4339c6691fee3e6ee7d1029 initial commit fbc7ee97b86813c534c3
fixup (and undo revert): fix rpath encoded in libpetsc.so so that does not refer to .so files in builddir"
revert commit 283a09fd0fe760e6e4339c6691fee3e6ee7d1029 initial commit fbc7ee97b86813c534c31bbfbf4cf19bf1dc129f
show more ...
|
| 283a09fd | 17-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
Revert "install: fix rpath encoded in libpetsc.so so that does not refer to .so files in builddir"
This reverts commit fbc7ee97b86813c534c31bbfbf4cf19bf1dc129f.
This breaks OSX build with: ./config
Revert "install: fix rpath encoded in libpetsc.so so that does not refer to .so files in builddir"
This reverts commit fbc7ee97b86813c534c31bbfbf4cf19bf1dc129f.
This breaks OSX build with: ./configure --download-c2html --download-fblaslapack --download-sowing --prefix=/opt/HPC/petsc-petsc-e907d4e8f32a-gcc4.2 PETSC_ARCH=gcc4.2 because self.setCompilers.CSharedLinkerFlag == '-L' on OSX
show more ...
|
| 363c94ce | 17-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/remove_intel_fast'
Conflicts: config/PETSc/Configure.py |
| 2e67b654 | 17-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-win32-printf-2digit-exponent' |
| 07f99de0 | 16-Jun-2014 |
Satish Balay <balay@mcs.anl.gov> |
configure: remove checks for _intel_fast_{memcpy,memset} code using thse functions was previously removed |