History log of /petsc/src/sys/makefile (Results 126 – 150 of 211)
Revision Date Author Comments
# 59874860 14-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 88a2301e7919a0b8fe0135db14186420f5ff516c


# 7308e76e 10-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after massive merge

Hg-commit: 0c379e59ae42fade6de07b78a7ac7f5e12847829


# 8372b502 10-Mar-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

src/sys/fwk allows to define dependencies among named PETSc objects.
Each of these objects is associated, via a url, with a dll that is responsible for its initialization and lifecycle control.
Curre

src/sys/fwk allows to define dependencies among named PETSc objects.
Each of these objects is associated, via a url, with a dll that is responsible for its initialization and lifecycle control.
Currently C++ and Boost are required for fwk (Boost graph library is used to carry out topological sort of the dependency graph),
but these should go away in the near future. Note that a fairly complete Boost installation is needed, so --download-boost will not
suffice.

Hg-commit: 68a27e0f02520d7aece293f44c59326443e77acf

show more ...


# 00ba02a2 05-Feb-2010 Jason Sarich <sarich@mcs.anl.gov>

add rudimentary fortran support


# 238e7d2d 02-Dec-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 9c9e2b0243eedf0151e3676f8f4ccde9f7b93898


# f3a56f8b 30-Nov-2009 Jed Brown <jed@59A2.org>

merge TrMalloc/MEMALIGN updates

Hg-commit: e66e6e0b392d0e3456a0c4fdee411b9bff8fd74a


# da93591f 29-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_ARCH/conf/base and
added support for not setting PETSC_ARCH and PETSC_DIR with --prefix option

Hg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58


# f2a28fa4 29-Oct-2009 Jason Sarich <sarich@mcs.anl.gov>

more initialize


# 36b07612 12-Jun-2009 Satish Balay <balay@mcs.anl.gov>

move src/fortran/fsrc -> src/sys/fsrc

Hg-commit: 9457991c888ee6b8386cc2ec870ebb0e6dd84baf


# c9587d3d 12-Jun-2009 Satish Balay <balay@mcs.anl.gov>

- remove old f90 compiler-dependent sources in favor of new compiler
independent implementation.
- move f90impl.h from src/f90 to src/f90-src [as src/f90 no longer exists]

Hg-commit: b6142190425388b

- remove old f90 compiler-dependent sources in favor of new compiler
independent implementation.
- move f90impl.h from src/f90 to src/f90-src [as src/f90 no longer exists]

Hg-commit: b6142190425388bb935c890b9057b6a8b40ec280

show more ...


# 98c7f12b 08-Dec-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b9f2c38d026b63674fca25846a518f5280c3bc50


# f61efa35 08-Dec-2008 Lisandro Dalcin <dalcinl@gmail.com>

merge

Hg-commit: 4a90db32c7413d1e595940249151dc6831b8d773


# 1d6018f0 08-Dec-2008 Lisandro Dalcin <dalcinl@gmail.com>

Support for dynamically embed Python and use petsc4py

Hg-commit: a45d78b8f61d623c0579617c9e88faa63956e4c1


# fc9afa56 28-Aug-2008 Jason Sarich <sarich@mcs.anl.gov>

work on more-thuente line search


# 346259bd 13-Aug-2008 Jason Sarich <sarich@mcs.anl.gov>

fix problems found with cxx compiler


# c0d87107 25-Mar-2008 Jason Sarich <sarich@mcs.anl.gov>

got line search basic structure working


# 492ab028 06-Feb-2008 Peter Brune <brune@cs.uchicago.edu>

merge; quality metrics for hierarchy stuff

Hg-commit: ea8d0ad2402e34ff7ad19d90c3ac462f30d921bc


# 49d2556c 05-Feb-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: df9582c2f8253d21954d93b0a289f8091bee56ba


# c9dd5a3b 05-Feb-2008 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: bbbbfe8af8638341fc8b2b2d18c259d37e408fbf


# 06d83a18 04-Feb-2008 Satish Balay <balay@mcs.anl.gov>

disable generating PETSc f90 modules with shell scripts in include/finclude/makefile,
and replace with code in src/sys/f90-mod/petscmod.F90
- This code is more maintainable than the shell scripts
- P

disable generating PETSc f90 modules with shell scripts in include/finclude/makefile,
and replace with code in src/sys/f90-mod/petscmod.F90
- This code is more maintainable than the shell scripts
- PETSc default targets for preprocessing/compiling are used properly - so
the shell scripts don't have to guess the path to mpif.h etc..
- make the modules correspond to user include on the C side [i.e module petsc
includes petscviewer etc - similar to the C side, and no separate petscviewer.mod exists.]

Hg-commit: bd6335b3e59c57d5e061bd4f7067867bfb0c6663

show more ...


# 3be44c43 18-Nov-2007 Barry Smith <bsmith@mcs.anl.gov>

commit aFTERmerge

Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320


# 8da04507 10-Jun-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 89a88a4570a641b3af1b53853d576da3947e5ca7


# 2423cecc 08-Jun-2007 Barry Smith <bsmith@mcs.anl.gov>

changed bmake/common everywhere to conf
fixed a little more for new install system

Hg-commit: 1aa781ff09e652ebafd6f016d84e88c15ea650f1


# a24952ee 21-May-2007 Satish Balay <balay@mcs.anl.gov>

move sys/utils/random to sys/random

Hg-commit: 5dd2566b0d22912e388caf2d7d6d3891089ac2e3


# c1688688 20-Apr-2007 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: a0be8b1f50e0b05dfa93bdf911e90141ca815f4a


123456789