History log of /petsc/src/benchmarks/PetscGetCPUTime.c (Results 26 – 50 of 68)
Revision Date Author Comments
# 1ceb14c0 23-Oct-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into pr263/PierreBdR/ts-domain-error-in-stage/master


# 34588265 08-Oct-2015 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'master' into stefano_zampini/feature-pcbddc-saddlepoint

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


# 417c5e9a 05-Oct-2015 Toby Isaac <tisaac@ices.utexas.edu>

Merge branch 'master' into tisaac/dmforest

Get 3.6.2 patches

* master: (1360 commits)
remove nasty memory leak with CUDA code when using block Jacobi with multiple blocks per process
print abs

Merge branch 'master' into tisaac/dmforest

Get 3.6.2 patches

* master: (1360 commits)
remove nasty memory leak with CUDA code when using block Jacobi with multiple blocks per process
print abs in Fortran test example in order to have same result with real and complex builds
changed outdate mpirun and -np to mpiexec and -n
force sqrt to be taken in the precision of PetscReal in fortran examples
continuation line too soon for some compilers
stop configure if user selected C++ clanguage, single precision, complex combination since we do not support it
fixes for Fortran examples to compile cleanly in single precision that do not involve complex numbers
fixes to Fortran examples to compile cleanly in single precision complex
fix previous mistake
must cast 1. to PetscScalar before dividing by a PetscScalar (C++ complex class is terrible)
must cast 0.0 to PetscScalar before comparison with a PetscScalar
changed order of suggested locations of downloadable PETSc to Barry's preference
Increase patchlevel to 3.6.2
remove debug print statement from two commits before
remove debug print statements I accidently left in the last commit
PetscDraw: Fix dummy definition of PetscDrawCollective{Begin|End}()
remove cleanupMumps flag from MatDestroy_Mumps() it should always free the memory it allocated Bug detected while adding features to libMesh
improved viewing of fractional counts in xml nested log viewing fixed bug in output of doubles to xml nested log files
chombo: build only libs - not examples
fix typo. 'gcc-4.8 --with-cxx-dialect=C++11' gives a warning with this line - even though its in a #ifdef thats never enabled.
...

show more ...


# 00b4ea89 27-Sep-2015 Fande Kong <fdkong.jd@gmail.com>

To refactor the comments to follow petsc style.

Merge remote-tracking branch 'petsc/master' into fixed-comment-space

Conflicts:
include/petsc/finclude/petscmat.h
src/mat/examples/tests/makefile

To refactor the comments to follow petsc style.

Merge remote-tracking branch 'petsc/master' into fixed-comment-space

Conflicts:
include/petsc/finclude/petscmat.h
src/mat/examples/tests/makefile
src/mat/impls/aij/mpi/mpiov.c

show more ...


# c5e4d11f 16-Sep-2015 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge branch 'pr329/master/Fande-Kong/matpartitioning-hierarch' into pr361/master/Fande-Kong/pcgasm-increaseoverlap: need hierarch to build GASM subdomains.

Conflicts:
src/mat/examples/tests/makefi

Merge branch 'pr329/master/Fande-Kong/matpartitioning-hierarch' into pr361/master/Fande-Kong/pcgasm-increaseoverlap: need hierarch to build GASM subdomains.

Conflicts:
src/mat/examples/tests/makefile
src/mat/impls/aij/mpi/mpiaij.h

show more ...


# 8474dab3 06-Sep-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into pr352/dmay/pctelescope/master


# ec532e3a 06-Sep-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into pr358/buptphyphy/addmatcreatenormalhermitian/master


# 4a285a68 04-Sep-2015 Toby Isaac <tisaac@ices.utexas.edu>

Merge branch 'master' into tisaac/plex-feature-tree-fv

Merge in Barry's fix to synchonized print out of plex objects into
updated output files.

* master: (31 commits)
fix %nd for plex printf that

Merge branch 'master' into tisaac/plex-feature-tree-fv

Merge in Barry's fix to synchonized print out of plex objects into
updated output files.

* master: (31 commits)
fix %nd for plex printf that should be %nD
PGI compiler requires cast to char* of this array for some reason
Incorrect use of %d for %D in viewing of PetscSection
update output for suitesparse examples with new KSP view data
changed boomeramg advanced smoother output files to use short format so there are less differences with different systems
fix some issues with PetscViewerFlush() and PetscViewerASCIIPushSynchronized() within the plex object viewing
incorrectly used stride value instead of local size in check that ISSTRIDE has same layout as columns of matrix
try using int(w) for Fortran case to integer instead of int(w,integer) since the latter failed on most systems claiming integer was not a constant. Very unclear to me what that second argument is suppose to be
SNES function evaluations were not counted for certain Jacobian computations
nightlybuilds: fix vec/ex7,ex7f link issue by using the correct LIBS option
nightlybuilds: move location of petsc.clone(s) on bb44 from nfs to /sandbox
nightlybuilds: arch-linux-complex-gcov -> arch-linux-cmplx-gcov to be consistant with other config tests
add __float128 data file neeed by test example 10 otherwise test example crashes with --with-precision=__float128 builds
cast fortran integer that may be 64bit with int() to prevent compiler warning about Warning: Possible change of value in conversion from INTEGER(8) to INTEGER(4) at (1)
removed unneeded definition of Sqr in example since PetscSqr should be used, and was in other parts of the same example!
nightlybuilds: run 'git gc' in the build clones
opensolaris: use 'FFLAGS=-ftrap=%none' this way fortran examples on solaris do not crash in lapack during 'div by zero' Also use the updated path to mpich
when I swapped the role of coulping and rest in fieldsplit I missed a place
cannot use PetscMalloc2() on arrays that will be freed as two seperate arrays
C++ cannot handle [PETSC_RESTRICT]
...

show more ...


# 8fbafbea 04-Sep-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into mark/eigen-rand


# 3ad4e5fd 01-Sep-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'psanan/benchmarks-cleanup'


# 9664cc3e 31-Aug-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'psanan/benchmarks-cleanup' into jed/process-options-handler


# 4cd03b37 26-Aug-2015 Patrick Sanan <patrick.sanan@gmail.com>

PetscGetCPUTime benchmark: fix outdated include


# 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


# 6f2b61bc 26-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Added uncrustify-script for src/. Uncrustified src/benchmarks.

Hg-commit: ae6cbb60850c98732ed9a7293e04d30948a9f830


# c35f09e5 19-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing blanks from examples, code formatting
changes to uncrustify.cfg

Hg-commit: 5b64e59d6c6818c2b462782e9308e7fa49e0c338


# 0f55b88d 03-Jul-2012 Satish Balay <balay@mcs.anl.gov>

backout all chmod stuff in bf971ba58125
[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]

Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258


# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# d39137a2 12-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


# 247e2d92 06-Jan-2012 Jed Brown <jed@59A2.org>

Mass revert file modes that were made executable in f6e61ee9c329

Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5


# 832f7384 01-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257


# 14e519b0 31-Dec-2011 Mark F. Adams <mark.adams@columbia.edu>

changed MatMatMult to MatTranposeMatMult.

Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f


# c6db04a5 14-Mar-2011 Jed Brown <jed@59A2.org>

Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h

Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07


# 1451c9d6 29-Jul-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f4adcc058053db0591717333b80bc943449cec4b


# ca403474 29-Jul-2010 Victor Minden <victorminden@gmail.com>

commit after merge

Hg-commit: 320e12621a75b76069d3a8a897aa3f72377aa8dd


# f3fe499b 29-Jul-2010 Barry Smith <bsmith@mcs.anl.gov>

cannot use CHKERRQ after PetscFinalize()

Hg-commit: 196759c50e0735d5fb8e43d75ace2f1bb2077029


123