History log of /petsc/src/sys/objects/pinit.c (Results 701 – 725 of 1307)
Revision Date Author Comments
# f2dee214 06-Mar-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into jed/chem
Note merging a branch with good stuff in it for a year and a half is insane!

Conflicts:
src/ts/examples/tutorials/makefile
src/ts/interface/ts.c


# 67584cee 03-Mar-2015 Barry Smith <bsmith@mcs.anl.gov>

--with-threadsafety no longer requires --with-debugging=0


# ec6afda9 19-Feb-2015 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/pcbddc-adaptive-selection


# 759c316d 17-Feb-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-harmonic-advection

* master: (205 commits)
Bib: Added bio refs
Don't print SAWs URL since it disturbs all the test output
missing (double) cast in pr

Merge branch 'master' into knepley/feature-harmonic-advection

* master: (205 commits)
Bib: Added bio refs
Don't print SAWs URL since it disturbs all the test output
missing (double) cast in print statement
don't output to test file all 12 digits of values
fixes and additions to SNESQM manual pages
PetscViewerBinaryGetDescriptor() is now a collective and must be treated as such fixed some calls to PetscViewerBinarySetUseMPIIO() removed some test runs that take too long
removed dead routine
ViennaCL: Added MCS download mirror URL for version 1.6.2
shift order of processing options for TS to be compatiable with SAWs Fix options handling for SAWs to duplicate array that previously was deleted too soon for SAWs processing
remove some dead code for AD and old AMS java and Matlab utilities
add missing PetscFunctionBegin; that messed up displaying of stack
Viewer: Fixed PetscViewerBinarySetUseMPIIO() in some examples
removed unused variables, removed dead code from AMS
git is so freaking annoying I accidently made a bunch of updates in next which I pushed lets see if this diff makes the same changes in my branch Why can't git just forbid me to make changes or next or set up some utility to prevent it!
moved saws directory to proper share directory location updated source to point to it.
rm checkboxes at top of pcoptions.html (ugly and not useful) and centered display of solver
PetscOptionsObject->prefix was freed before using in SAWs post processing hence SAWs was unable to change any type which had a prefix
display URL to point to to access SAWs server
missing break in case for handling string arguments better description for Options database option handling
removed extern PC_CLASSID and KSP_CLASSID that don't belong in petscoptions.h
...

show more ...


# 6d95c8af 17-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Don't print SAWs URL since it disturbs all the test output


# feaf8ed5 16-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/saws-options-merge-master'


# 2fd4624c 16-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/rm-dead-code'


# 4e7385fa 16-Feb-2015 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/pcbddc-adaptive-selection

Conflicts:
src/ksp/pc/impls/bddc/bddcprivate.c


# 0c293d8b 15-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

remove some dead code for AD and old AMS java and Matlab utilities


# 3c01dfcf 14-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

moved saws directory to proper share directory location updated source to point to it.


# 7325c4a4 13-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

display URL to point to to access SAWs server


# 76f543a4 11-Feb-2015 Jed Brown <jed@jedbrown.org>

Merge branch 'jed/assembly-perf' into jed/mat-assembly-perf

Improve VecAssembly performance using BuildTwoSided

* jed/assembly-perf: (27 commits)
Vec: document when InsertMode cannot change betwe

Merge branch 'jed/assembly-perf' into jed/mat-assembly-perf

Improve VecAssembly performance using BuildTwoSided

* jed/assembly-perf: (27 commits)
Vec: document when InsertMode cannot change between reassemblies
VecAssembly BTS: allow reassembly with proper subsets of comm
BuildTwoSided: distinguish events BuildTwoSided vs BuildTwoSidedF
MPI: check for MPIX_Ibarrier (e.g., BG/Q)
VecAssembly BTS: enable by default, use -vec_assembly_bts 0 to disable
VecAssembly BTS: allow proper subsets with VEC_SUBSET_OFF_PROC_ENTRIES
VecAssembly BTS: VEC_SUBSET_OFF_PROC_ENTRIES elides global synchronization
VecAssembly BTS: elide sending empty scalar/block stashes
VecAssembly BTS: separate pending count for scalar and block stashes
VecAssembly BTS: use PetscCommBuildTwoSidedFReq and MPI_Waitsome
VecAssembly BTS: avoid copying data on receive by using pointer frames
Sys BuildTwoSidedFReq: generalization to return requests
VecAssembly: add more scalable implementation, -vec_assembly_bts
Vec_MPI: remove unused members conflated with VecStash
Sys: add PetscMergeMPIIntArray
Sys PetscMergeIntArrayPair: fix PetscFunctionBegin and comment
Sys BuildTwoSidedF_Ibarrier: less synchronous dynamic sparse data exchange
Sys BuildTwoSidedF: build two-sided network with functions in rendezvous
Sys BuildTwoSided test: extract datatype construction
Sys BuildTwoSided: update test for non-contiguous types and verbose output
...

show more ...


# a197972a 11-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/saws-options-merge-master

Totally confusing manual merge, could be wrong

Conflicts:
include/petscoptions.h
src/dm/impls/da/dacreate.c
src/sys/objects/aoptions.c

Merge branch 'master' into barry/saws-options-merge-master

Totally confusing manual merge, could be wrong

Conflicts:
include/petscoptions.h
src/dm/impls/da/dacreate.c
src/sys/objects/aoptions.c
src/sys/threadcomm/interface/threadcomm.c

show more ...


# 50705773 10-Feb-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into pr252/dmay/PetscViewerBinarySkipHeaderVecViewLoad
Manual merge of makefile

Conflicts:
src/sys/classes/viewer/examples/tutorials/makefile


# 8abd42f6 05-Feb-2015 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/pcbddc-adaptive-selection


# 69c6db66 27-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/experiment'


# 22b6d1ca 16-Jan-2015 Barry Smith <bsmith@mcs.anl.gov>

added --with-threadsafety flag
other cleanup for threadsafety
removed Euclid due to bit rot


# df6f6c19 13-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-valgrind'


# 022afb99 01-Dec-2014 Barry Smith <bsmith@mcs.anl.gov>

valgrind include file should not be public to PETSc users by default


# 741c23a3 25-Aug-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/always-include-complex'


# 8cd53115 08-Aug-2014 Barry Smith <bsmith@mcs.anl.gov>

remove PETSC_DESIRE_COMPLEX and instead include complex with petscmath.h UNLESS PETSC_SKIP_COMPLEX is set (for SSL includes currently)


# ad16b989 17-Jul-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-dmda-1d-mirror' into maint


# e464cf85 17-Jul-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-dmda-1d-mirror'


# 662a7bab 16-Jul-2014 Barry Smith <bsmith@mcs.anl.gov>

did not mirror 1d DMDA values correctly due to previous change consulidating block size
-options_table should have been -options_view twenty years ago


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

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


1...<<21222324252627282930>>...53