| e28ad506 | 02-Dec-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'balay/avoid-fstack-protector-with-brew-gcc/maint' [PR #1253]
* balay/avoid-fstack-protector-with-brew-gcc/maint: brew-gcc: avoid using -fstack-protector as this gives SEGV for MPICH/Op
Merge branch 'balay/avoid-fstack-protector-with-brew-gcc/maint' [PR #1253]
* balay/avoid-fstack-protector-with-brew-gcc/maint: brew-gcc: avoid using -fstack-protector as this gives SEGV for MPICH/OpenMPI/PETSc binaries Ref: https://github.com/pmodels/mpich/issues/3450
show more ...
|
| 6a580166 | 30-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'stefano_zampini/feature-download-glvis-mfem' [PR #1246]
* stefano_zampini/feature-download-glvis-mfem: Automatic build of MFEM and GLVis This branch adds the capability of building MFE
Merge branch 'stefano_zampini/feature-download-glvis-mfem' [PR #1246]
* stefano_zampini/feature-download-glvis-mfem: Automatic build of MFEM and GLVis This branch adds the capability of building MFEM http://mfem.org/ and GLVis http://glvis.org/ from within PETSc configure
show more ...
|
| c0f00074 | 30-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'stefano_zampini/fix-p4est-squashed' [PR #1229]
* stefano_zampini/fix-p4est-squashed: Few fixes to the p4est/p8est implementations of DMForest. |
| 83593104 | 30-Nov-2018 |
Satish Balay <balay@mcs.anl.gov> |
configure: do not convert options of type '/lib64/libm.so' to '-L/lib64 -lm'
Reported-by: "Syed, Sajid Ali" <sajidsyed2021@u.northwestern.edu> |
| 7aee0a54 | 29-Nov-2018 |
Satish Balay <balay@mcs.anl.gov> |
brew-gcc: avoid using -fstack-protector as this gives SEGV for MPICH/OpenMPI/PETSc binaries |
| 1a209875 | 29-Nov-2018 |
Lisandro Dalcin <dalcinl@gmail.com> |
petsc4py: update with SNESTEST removal |
| 99817769 | 27-Nov-2018 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
Remove now redundant TODOs |
| 2272ec33 | 27-Nov-2018 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
ColPack install script working (thanks to Satish). Documentation for ADOL-C sparse mode. |
| 739e5672 | 26-Nov-2018 |
Joe Wallwork <j.wallwork16@imperial.ac.uk> |
Requirements in ADOL-C install |
| d6c2eac2 | 27-Nov-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
Configure MFEM and GLVIS: use with statement and for opening file and remove redundant cd command in ExecuteShellCommand
reported-by: Jed Brown <jed@jedbrown.org> |
| b410bcea | 27-Nov-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
configure GLVis: Update commit |
| 95086454 | 19-Nov-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
configure: Added MFEM.py |
| d919435a | 18-Nov-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
config: added package GLVis |
| 7a537b01 | 18-Nov-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
config package: minor fixes |
| 1ac0f495 | 18-Nov-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
config package openGL: add non-MacOSx support
Added GLU headers It appears we no longer need a special treatment for MacOSX, as openGL is shipped in /opt/X11 (at least on my laptop) |
| 4848864c | 30-Oct-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
Add --download-p4est to few nightly tests configuration
Added libtool and autoreconf sanity checks We still need a proper check that the version of libtool contains the LC_INIT macro
configure p4es
Add --download-p4est to few nightly tests configuration
Added libtool and autoreconf sanity checks We still need a proper check that the version of libtool contains the LC_INIT macro
configure p4est: propagate memory alignment
configure: add triangle and ctetgen to arch-pardiso
show more ...
|
| 5fa830a0 | 14-Nov-2018 |
Stefano Zampini <stefano.zampini@gmail.com> |
DMFOREST: bump up p4est commit with bugfixes |
| 552666a3 | 21-Nov-2018 |
jwallwork23 <j.wallwork16@imperial.ac.uk> |
ADOL-C working for simple Van der Pol example. Drivers included in utils file |
| 0b4b53be | 20-Nov-2018 |
jwallwork23 <j.wallwork16@imperial.ac.uk> |
ADOL-C download and install working |
| b726f7bd | 20-Nov-2018 |
jwallwork23 <j.wallwork16@imperial.ac.uk> |
Tag as argument
Started on intall script for ADOL-C |
| 47e72080 | 15-Nov-2018 |
jwallwork23 <j.wallwork16@imperial.ac.uk> |
autodiff directory in ts/examples/tutorials |
| b4eeb9b2 | 17-Nov-2018 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 4b3f4814 | 16-Nov-2018 |
Satish Balay <balay@mcs.anl.gov> |
mumps: use workarround for gfortran-8
Reported-by: Sébastien Gilles <sebastien.gilles@inria.fr> |
| d54ffaeb | 12-Nov-2018 |
Barry Smith <bsmith@mcs.anl.gov> |
adblaslapack depends on CoDiPack so add deps definition to adblaslapack.py configuration file
Commit-type: bug-fix Reported-by: nightly tests |
| 06837bf0 | 11-Nov-2018 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'knepley/feature-pragmatic-configure' [PR #1223]
* knepley/feature-pragmatic-configure: Improved handling of Pragmatic configure. |