History log of /petsc/src/sys/fileio/mprint.c (Results 351 – 375 of 443)
Revision Date Author Comments
# 21141871 30-Aug-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 381f52c47edb068f8c6686b7e76baffb0718a79c


# 8076ac6a 28-Aug-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 3c41e2b13e8ba1d36bf1c8a081154d64e53d549d


# 167ada76 28-Aug-2010 Jed Brown <jed@59A2.org>

Check errors for some libc functions that set warn_unused_result

Hg-commit: 34d6fc11513c1c37af81c4f70ed3a8f27f7a2e49


# d47de31d 18-Aug-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 234708a6abebb3da9e8899d5fb5cd7b58ea7baff


# b3ef9d35 16-Aug-2010 Barry Smith <bsmith@mcs.anl.gov>

bugfix for PetscSynchronizedFlush()

Hg-commit: 5b2b9383b21fb40223a110319fe4ae1d1097e2b7


# 9f73f8ec 13-Aug-2010 Barry Smith <bsmith@mcs.anl.gov>

minor formating of short lines
added PetscStackCallHypre() for some hypre calls to do more extensive error checking
added sends/recvs to PetscSynchronizedFlush() to prevent flooding network with mess

minor formating of short lines
added PetscStackCallHypre() for some hypre calls to do more extensive error checking
added sends/recvs to PetscSynchronizedFlush() to prevent flooding network with messages

Hg-commit: ee1bdc170b4d43abd68debf113987237fe5b2e2c

show more ...


# cdb56cfe 21-May-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 97da7c4ff7039f3498eb4bf946d70f0cc19afa64


# 9c4c166a 20-May-2010 Barry Smith <bsmith@mcs.anl.gov>

cleanup of source for zope

Hg-commit: eb13da4a52adb9db635a651c575f3d0e42ecb70d


# e32f2f54 07-May-2010 Barry Smith <bsmith@mcs.anl.gov>

added MPI_Comm as first argument to PetscError() and SETERRQX()

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


# f9a2c96d 27-Mar-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: b27e7be9c09691d1f15f4d8d34f1b0fc4ac63ae4


# 006ab1e1 14-Mar-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: eeeb49c948c5872b4f73f66250b1299d414157c6


# 59874860 14-Mar-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 88a2301e7919a0b8fe0135db14186420f5ff516c


# fee1560e 13-Mar-2010 Jed Brown <jed@59A2.org>

Explicitly ignore error code in PetscVFPrintfDefault which may be called in error handler

This reverts part of my last commit. Clang warns about the ignored
return code, casting the return value to

Explicitly ignore error code in PetscVFPrintfDefault which may be called in error handler

This reverts part of my last commit. Clang warns about the ignored
return code, casting the return value to void makes it explicit and thus
silences the warning.

Hg-commit: 03e5e7ec3725750691a3ba9d5b9744946158ba18

show more ...


# 97905962 13-Mar-2010 Jed Brown <jed@59A2.org>

Check error codes, caught by clang

Hg-commit: 2d3da2371cf6d55057df7781984269f313a3f2ed


# 65460251 06-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

changed PETSC_USE_SINGLE etc to PETSC_USE_SCALAR_SINGLE to make clearer that this variable is related to defining the scalar type

Hg-commit: 091ca03e9ad7a91d59048671631a058ed1b9044d


# 9d124a3d 25-Aug-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 9346f4fc0b2ed71af84b78752b7cd19df6d53a22


# 0c4e8012 19-Aug-2009 Barry Smith <bsmith@mcs.anl.gov>

removed Contributed by: in documentation and source for PETSc developers

Hg-commit: 19546b65bd4769308070770659a516cb6b59906a


# 3b3b501a 08-Jan-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 71717d7efea27894ff94a908955a31836833aa10


# 1c690be3 08-Jan-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: eddd1e897162cf632d02c5d9cd01b8dc699c2e8c


# f12a6f86 06-Jan-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge from 3.0.0 patch

Hg-commit: 512418f4ca9667adff48c9daad4e140f00564d2b


# 5a058713 06-Jan-2009 Barry Smith <bsmith@mcs.anl.gov>

use of HAVE_VPRINTF_CHAR when it should be HAVE_VFPRINTF_CHAR and HAVE_VSNPRINTF_CHAR
requires patch in BuildSystem also

Hg-commit: bcda002c4ce4b7ccb0eaee989b528cd5df3132f8


# 1b912018 06-Jan-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge of patch form 3.0.0

Hg-commit: 7b509cef5738768721dc0ccc504b3177848abb57


# 563e08c6 06-Jan-2009 Barry Smith <bsmith@mcs.anl.gov>

more manual page for exotic coarse operator

Hg-commit: 790fa98ea1c69698df1fff9060118382d6d535e5


# d60d70cc 06-Jan-2009 Barry Smith <bsmith@mcs.anl.gov>

Fixed wrong documentation for fortran call
Added the viewer patch to Fortran stubs for PetscViewerASCIIPrintf()
am trying to understand the behavior of PetscPrintf and PetscViewerASCIIPrintf in Fort

Fixed wrong documentation for fortran call
Added the viewer patch to Fortran stubs for PetscViewerASCIIPrintf()
am trying to understand the behavior of PetscPrintf and PetscViewerASCIIPrintf in Fortran

- According to the documentation, the first argument of PetscPrintf in Fortran is a viewer, but it seems to be a communicator, really cf. src/sys/fileio/ftn-custom/zmprintf.c
void PETSC_STDCALL petscprintf_(MPI_Comm *comm,CHAR fname PETSC_MIXED_LEN(len1),PetscErrorCode *ierr PETSC_END_LEN(len1))
I assume that changing the first argument to a viewer would make a few users grumpy...
- Instead of PetscPrintf, I have tried to use PetscViewerASCIIPrintf with PETSCVIEWER_STDOUT_SELF/WORLD as the communicator but I get a segfault

Hg-commit: f3546aa7b58a479c4191dd340bb23aece4a0f7a7

show more ...


# f98b64f3 19-Dec-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: e092dc0de297d68c11c2bc7cb80d34539597c562


1...<<1112131415161718