History log of /petsc/src/sys/utils/mpimesg.c (Results 151 – 175 of 185)
Revision Date Author Comments
# 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


# 47dad92f 13-Mar-2011 Sean Farley <sean@mcs.anl.gov>

Merged

Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237


# 7d0a6c19 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

removed #define PETSCXXX_DLL from top of all source files

Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1


# 8c172940 06-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e


# 7087cfbe 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13

show more ...


# 21b1d680 06-Sep-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 1ac99e58bacaa1133113d86e76355c2a6ff8e56d


# 8738c821 02-Sep-2010 Jed Brown <jed@59A2.org>

PETSC_DLLEXPORT -> PETSCSYS_DLLEXPORT

For consistency with other packages, and since the library is named libpetscsys.

Hg-commit: d411519a6aa3d1f4f3f42dfd9d10e405a0d44202


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

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

Hg-commit: fe5a2ff050abc00ca2c2979c0af22b117b62874e


# d382aafb 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

petsc.h --> petscsys.h (fortran equivalents also)
new petsc.h that includes all PETSc includes is added

Hg-commit: a82a9bcb80ed39c69991db706672838a5b792d44


# 5f5f199f 26-Feb-2010 Barry Smith <bsmith@mcs.anl.gov>

moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and C
eliminate use of petscsys.h (Fortran and C)
eliminated redundant use of #include "petscfix" all over t

moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and C
eliminate use of petscsys.h (Fortran and C)
eliminated redundant use of #include "petscfix" all over the place because included by petsc.h

Hg-commit: dea4bc8a57aa0490c3a40fdee08c4b41e42e03ce

show more ...


# 533163c2 24-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

cleanup of fixing to use PetscMallocN() for several files

Hg-commit: 034d2c9aed500ffeb96719bf62a7244197f9fd01


# c05d87d6 22-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

added MPIU_INTEGER for Fortran
converted many more ugly multiple mallocs to use PetscMallocN()

Hg-commit: 6332e45bf3b90c2617b87da25cdc8572dba04922


# f007d2d5 14-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 29abb9598f99118f91124628acea17837fa0edb1


# e21f6e24 13-Nov-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: d73959821bdcc68517c7de8556b4cef4a4b3ce07


# e8d12d9d 13-Nov-2009 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 366b569f7ac12955ed5fd9ea6b0a56cfb51a84d1


# 8b154d6f 12-Nov-2009 Satish Balay <balay@mcs.anl.gov>

backport BlueGene alignment fix from petsc-dev #20021, #37076

Hg-commit: 0a1744960449df82a21674f26808b81468a0fed1


# fe28d99c 12-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

added Satish's patch for non-aligned doubles in stashing.

Hg-commit: d2c85f6098c6a16c6fd8ddf09b80f8ced1a185c1


# a85a5ba5 29-Jan-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 80ce29f5b087cb5c44dd8b0ec36b14a49dc7fba4


# 76941f23 28-Jan-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 92d30fe428db07e99de2a9cd0051a102535da8e3


# fc195bd7 27-Jan-2009 Satish Balay <balay@mcs.anl.gov>

merge from release

Hg-commit: 2602a5b005a31423b8d919a0adc5bc884a6f07cb


# 052f0c41 26-Jan-2009 Barry Smith <bsmith@mcs.anl.gov>

Removed bad use of PetscInt len variable as placeholder for what should be a size_t variable that is passed into PetscMalloc() calls.
From: mark.vandoesburg@hetnet.nl
Subject: Re: [PETSC #18943] Un

Removed bad use of PetscInt len variable as placeholder for what should be a size_t variable that is passed into PetscMalloc() calls.
From: mark.vandoesburg@hetnet.nl
Subject: Re: [PETSC #18943] Unable to allocate sufficient memory
Date: January 26, 2009 4:56:52 PM CST

Hg-commit: 97dda86dd93d88798f8eed1a6128802961637cb3

show more ...


# 300a7f5b 10-Sep-2008 Barry Smith <bsmith@mcs.anl.gov>

fixed some array args to use [ instead of * in argument lists
added some missing const to some array args

Hg-commit: 3a9a34956c6d1c6a198ed6e9700f21d6d87db4cf


# fd087143 11-Feb-2008 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: d08cd9807c22bb8c2eb753efdcc25ad0499b7dc7


# dd6ea824 10-Feb-2008 Barry Smith <bsmith@mcs.anl.gov>

much more corrections for MatScalar

Hg-commit: 88a29c8f0f8b4ffa7f3f57450e19652a4f96df53


12345678