History log of /petsc/config/PETSc/Configure.py (Results 526 – 550 of 1111)
Revision Date Author Comments
# c77ad722 01-Aug-2014 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-LIBS'


# acaf6ab5 01-Aug-2014 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-LIBS' into maint


# 501695b7 31-Jul-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'maint'


# df3898ee 31-Jul-2014 Barry Smith <bsmith@mcs.anl.gov>

with with -> with the the -> the


# ad5be379 29-Jul-2014 Satish Balay <balay@mcs.anl.gov>

configure: attempt to use LIBS verbatim in link line.
However checkCLibraries() etc can re-process it - and convert
"LIBS=/usr/lib64/libfl_pic.a" into "-L/usr/lib64 -lfl_pic"


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

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


# dca78d2b 30-Jun-2014 Satish Balay <balay@mcs.anl.gov>

configure: HAVE_GZIP -> PETSC_HAVE_GZIP


# 2bc0d5c7 27-Jun-2014 Stefano Zampini <stefano.zampini@gmail.com>

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


# 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


# 0c30907b 16-Jun-2014 Satish Balay <balay@mcs.anl.gov>

win32: set printf output format to print 2-digit exponent [instead of the default 3-digit]


# 4907a4d7 03-Jun-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merged upstream/master to feature-dmmoab


# 299992b9 03-Jun-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merge remote-tracking branch 'upstream/master'


# 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


# e0d8a6ff 21-May-2014 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-install-so'


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


# fbc7ee97 06-May-2014 Satish Balay <balay@mcs.anl.gov>

install: fix rpath encoded in libpetsc.so so that does not refer to .so files in builddir
[esp when using --download-metis etc..]. This is done by changing -rpath PATH from builddir
to installdir in

install: fix rpath encoded in libpetsc.so so that does not refer to .so files in builddir
[esp when using --download-metis etc..]. This is done by changing -rpath PATH from builddir
to installdir in PETSC_EXTERNAL_LIB_BASIC

show more ...


# b3fc9300 01-May-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merge remote-tracking branch 'origin/master' into feature-dmmoab


# 49fcfd5b 01-May-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merged petsc/petsc into master


# 4eebda53 20-Apr-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/configure-test-isatty'


# 98ed35c3 19-Apr-2014 Barry Smith <bsmith@mcs.anl.gov>

configure turns off use of isatty() on batch systems since it isatty() appears not to work correctly on cray and
on batch systems anyways the output always has to go to files since outpus is not inte

configure turns off use of isatty() on batch systems since it isatty() appears not to work correctly on cray and
on batch systems anyways the output always has to go to files since outpus is not interactive

Reported-by: Jed Brown <jed@jedbrown.org>

show more ...


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