History log of /petsc/src/mat/impls/aij/mpi/pastix/pastix.c (Results 276 – 300 of 327)
Revision Date Author Comments
# 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


# 03e99871 21-Jan-2011 Satish Balay <balay@mcs.anl.gov>

merge from 31

Hg-commit: 362d882ffa7f19081a40ee99fdb89b9b6325a049


# 42775d28 05-Jan-2011 Victor Eijkhout <eijkhout@tacc.utexas.edu>

getting

Hg-commit: 68e5551f3fba4bd6e37fd9c837322951a9f61fc2


# 0f11a792 05-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

updates to MATLAB interface
fix for Pastix fix

Hg-commit: 128f4b9629ba436a67a36180ed2f73c5394ad502


# faca3b10 05-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

missing cast with malloc

Hg-commit: 50dcb69623b1de36d4b4f0266ce70e631e6eb848


# 15a62ad2 05-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

removed extra argument to seterrq in backport of patch to pastix

Hg-commit: fbc1eac6cc0a2c63ad5426e8a09292daec2431a4


# 0198242a 03-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed two memory leaks in pastix.c

Hg-commit: 752467e384efe68f21befff965d6ed4ce9fe2d45


# 5d6241c8 03-Jan-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed two memory leaks in pastix.c

Hg-commit: 5617ab363f374c42c9b2b9bb6eb3f2b35f94561d


# ef01386e 31-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

fix for Pastix with nonsymetric matrices

Hg-commit: ecb39d72ec399f39b5d7f2d7bee7aa30a91f0810


# 51a30905 31-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed pastix interface to work for nonsymmetric matrix

Hg-commit: 42e80350f8eef0cb198e43060ffe585f08d9bfde


# 07cda0dc 31-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

forgot to remove old PetscMalloc3

Hg-commit: e0318e1790833845efd73c8b0bd5bd770b5dbbd3


# be76a908 31-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

fix for Scotch download don't look for rt library
call to pastix routine was wrong, need to pass in something that can be freed

Hg-commit: 6a4d6a7dc1bcdd2b0465a7869bbb07ed13db771b


# b09c0905 31-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed bug in pastix interface, arrays are possibly freed by pastix so must use malloc()/free() not PetscMalloc

Hg-commit: f08535eeff57429b86894369c8244c4e0f4a286f


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

Merge.

Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e


# 09573ac7 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

changed all EXTERN to extern the CAPS served no purpose

Hg-commit: cdf5985509992c2237dbbe07f14278cccee0306c


# 3334f37f 29-Sep-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 2d32a1bf6d6a67dfae50d31fc22b6e5a617d8a04


# ace3abfc 28-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOL
note this requires a new sowing version

Hg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a


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

Merge.

Hg-commit: 1ac99e58bacaa1133113d86e76355c2a6ff8e56d


# b4be0e3a 31-Aug-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: ee2c880beeb7f5709c949b456809141d38ab9b9a


# 0e206665 28-Aug-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f164ce7549fa74f62a595e83f292eeb4d2854681


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

damn

Hg-commit: e3a7c92ab17287bab1a86b3f92d92972bb76aea5


# 53c77d0a 27-Aug-2010 Jed Brown <jed@59A2.org>

Consistency checking for __FUNCT__ when __func__ or __FUNCTION__ are available.

Uses the compiler definitions in CHKERRQ/SETERRQ when available to get
better traces through user code that doesn't ma

Consistency checking for __FUNCT__ when __func__ or __FUNCTION__ are available.

Uses the compiler definitions in CHKERRQ/SETERRQ when available to get
better traces through user code that doesn't manually defined __FUNCT__.

Fix lots of places that __FUNCT__ was used inconsistently.

Hg-commit: fdbdc93647ff934a12906fd51bc39302de07ae77

show more ...


# 2692d6ee 22-May-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9

fixed XXXType #define names that had underscores in them such as MAT_SOLVER_SUPERLU MATORDERING_ND or PETSC_VIEWER_ASCII to not have _ also updated style guide to clearly indicate this.

Hg-commit: 9ee752148eed3df65feb0f7eb0686798c3c0621b

show more ...


1...<<11121314