History log of /petsc/src/sys/objects/options.c (Results 601 – 625 of 919)
Revision Date Author Comments
# 2a08145f 29-Aug-2013 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-deadlock-on-bgq' into maint


# 1ea3218f 28-Aug-2013 Satish Balay <balay@mcs.anl.gov>

bgq: fix deadlock on bgq due to inconsistant values returned by getpwuid(getuid())
on runs with 256nodes [or 4096 cores]. This fix removes the reliance
on PetscGetHomeDirectory() returning 'same' val

bgq: fix deadlock on bgq due to inconsistant values returned by getpwuid(getuid())
on runs with 256nodes [or 4096 cores]. This fix removes the reliance
on PetscGetHomeDirectory() returning 'same' value across nodes.
[using the fact that PetscOptionsInsertFile() uses HOMEDIR from node-0 only]

show more ...


# e33c197d 11-Jun-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master.


# bec30598 10-May-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge commit 'Options: Allow env variables, like PETSC_DIR, in the options file name for startup'


# 332a9d37 10-May-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'knepley/fix-mat-chop' into master

* knepley/fix-mat-chop:
Mat: Changes to MatRestoreRow() broke MatChop()


# 7ec4f3c5 10-May-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'jed/segbuffer-size_t'

* jed/segbuffer-size_t:
SegBuffer: use size_t instead of PetscInt


# 39fca5ca 10-May-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'jed/segbuffer-size_t' of bitbucket.org:petsc/petsc into barry/citations


# 13e3f751 10-May-2013 Jed Brown <jedbrown@mcs.anl.gov>

SegBuffer: use size_t instead of PetscInt

This is more natural as a "buffer" interface.


# 6fa98800 09-May-2013 Matthew G. Knepley <knepley@gmail.com>

Options: Allow env variables, like PETSC_DIR, in the options file name for startup


# 75a572e8 05-May-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'jed/fix-optionsinsertfile-large'

* jed/fix-optionsinsertfile-large:
PetscOptionsInsertFile: fix overflow for large file sizes [fix #39]


# e24ecc5d 03-May-2013 Jed Brown <jedbrown@mcs.anl.gov>

PetscOptionsInsertFile: fix overflow for large file sizes [fix #39]

New implementation uses PetscSegBuffer to incrementally allocate storage
for all the options. This also fixes the O(n^2) complexi

PetscOptionsInsertFile: fix overflow for large file sizes [fix #39]

New implementation uses PetscSegBuffer to incrementally allocate storage
for all the options. This also fixes the O(n^2) complexity arising from
repeated calls to strcat() in the old version.

show more ...


# b19a5311 28-Feb-2012 Jed Brown <jed@59A2.org>

Allow keys starting with --, handle prefixes as --prefix_option instead of -prefix_-option.

(cherry picked from commit 7cd08cec2432658160c70b3c529f243c3b7cdafe at
the request of Alex Matveev <alexei

Allow keys starting with --, handle prefixes as --prefix_option instead of -prefix_-option.

(cherry picked from commit 7cd08cec2432658160c70b3c529f243c3b7cdafe at
the request of Alex Matveev <alexei.matveev@gmail.com> for Debian Wheezy)

show more ...


# 6a4bb4b0 26-Apr-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge bug fix/patch releases up to 3.2-p7 into maint-3.2

* commit 'a9157d915ed96804280c3dc077186a2a633fd603': (157 commits)
Fix PyPI download URL to help pip figure out the release version
#1109

Merge bug fix/patch releases up to 3.2-p7 into maint-3.2

* commit 'a9157d915ed96804280c3dc077186a2a633fd603': (157 commits)
Fix PyPI download URL to help pip figure out the release version
#110990 fix timestamp order for .so vs .a during 'make install'
Update FFTW download
Increase patchlevel to 3.2-p7
...

show more ...


# 7e7d4f0d 10-Apr-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master


# 879e01d2 03-Apr-2013 Jed Brown <jed@59A2.org>

Merge branch 'jed/options-viewer-enum'

* jed/options-viewer-enum:
PetscEnumFind: fix bad PetscBool cast when I meant PetscEnum
PetscOptionsGetViewer: test ex4: removed redundant
PetscOptionsGe

Merge branch 'jed/options-viewer-enum'

* jed/options-viewer-enum:
PetscEnumFind: fix bad PetscBool cast when I meant PetscEnum
PetscOptionsGetViewer: test ex4: removed redundant
PetscOptionsGetViewer: support ":append" for arbitrary viewer type
PetscOptionsGetViewer: fix error handling with PETSC_VIEWER_XX_()
PetscOptionsGetViewer: new test: write to named ASCII output file with format
PetscOptionsGetViewer: simplify logic and use PetscEnumFind()
PetscOptionsGetEList: use PetscEListFind()
PetscEListFind() and PetscEnumFind()
PetscFileModes: add string enumeration for PetscFileMode
PetscViewer: added tests/ex4 to testexamples
PetscViewer: added files for :append test
PetscOptionsGetViewer: last commit broke PetscOptionsGetViewer, fixed it
PetscOptionsGetViewer: added [:append] to ascii

show more ...


# fbedd5e0 30-Mar-2013 Jed Brown <jed@59A2.org>

PetscOptionsGetEList: use PetscEListFind()


# a983c5aa 28-Mar-2013 Jungho Lee <julee@mcs.anl.gov>

Merge branch 'master' of bitbucket.org:petsc/petsc


# 4d2d963c 28-Mar-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master


# e1d27e54 28-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex

PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were
replaced by PetscObjectComposeFunction() and TSRegister(), both of which

Merge branch 'barry/rm-xxxregisterdynamic' into jed/ts-eimex

PetscObjectComposeFunctionDynamic() and TSRegisterDynamic() were
replaced by PetscObjectComposeFunction() and TSRegister(), both of which
drop the string name argument.

* barry/rm-xxxregisterdynamic: (82 commits)
...

Conflicts:
src/ts/interface/tsregall.c

show more ...


# 998f704b 21-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'blaise/yaml'

* blaise/yaml:
yaml: remove trailing whitespace and avoid PETSC_OPTIONS in examples
yaml: makefile fixes for alltests
yaml: minor fixes: memory leak, match MPI types

Merge branch 'blaise/yaml'

* blaise/yaml:
yaml: remove trailing whitespace and avoid PETSC_OPTIONS in examples
yaml: makefile fixes for alltests
yaml: minor fixes: memory leak, match MPI types, update output/ex9_1.out
PetscOptions: Replaced the ugly if {} else if {} else if {} with a fancy switch statement in yamlimpl.c
PetscOptions: Added tests for PetscOptionsInsertFileYAML
PetscOptions: style compliance
PetscOptions: Add basic support for YAML-formatted options files

Conflicts:
src/sys/examples/tutorials/makefile

show more ...


# 9beb3f02 21-Mar-2013 Jed Brown <jed@59A2.org>

yaml: remove trailing whitespace and avoid PETSC_OPTIONS in examples

These examples call PetscOptionsView(), which shows everything, so we
need a consistent environment. Always use -malloc_test in t

yaml: remove trailing whitespace and avoid PETSC_OPTIONS in examples

These examples call PetscOptionsView(), which shows everything, so we
need a consistent environment. Always use -malloc_test in this
environment to check for memory leaks in the yaml code.

show more ...


# 4042b796 17-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' into jed/ts-eimex

Sync to include Git conversion, PETSC_EXTERN, and minor API changes.

Conflicts:
src/ts/interface/tsregall.c


# 826011d7 13-Mar-2013 Blaise Bourdin <bourdin@lsu.edu>

PetscOptions: Add basic support for YAML-formatted options files

Basic support for YAML options files. This minimalistic parser does not
support advanced features (sequences, bookmarks), so it is re

PetscOptions: Add basic support for YAML-formatted options files

Basic support for YAML options files. This minimalistic parser does not
support advanced features (sequences, bookmarks), so it is really
a JSON parser.

Will try to add support for -options_file_type <TXT,YAML> flag in case
one want to add more options file formats in the future.

show more ...


# c19eab39 06-Mar-2013 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: b6659d546870fb013f3da5bcd5066d1dc0dc329c


# 2761ed1d 05-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

merge, terrible manual process with many conflicts with Jed's PETSC_INTERNAL

Hg-commit: 84df07d03c6e55bd0f27bd5ee8c1738562bd529d


1...<<21222324252627282930>>...37