Now requirepackage is only used for proper packages, functions use requiresfunction, and the rest use requiresdefineHg-commit: dd65fd3461c02753386917514e6ebe12d345a30e
Changed PetscTruth to PetscBool and PETSC_TRUTH to PETSC_BOOLnote this requires a new sowing versionHg-commit: 8b4c4277f05e3fb874633288193dab1105bf142a
Add a __FUNCT__ for PetscFixSlashN (duplicated in several files)Hg-commit: 6da7d8c5aaa81099861622f4e6bf1087652253a7
general cleanup of petscsys.hremoved PetscStrfree() since PetscFree() does the same thingHg-commit: 383ece197d31b92016b12ff3a62a2e744f8d981d
petsc.h --> petscsys.h (fortran equivalents also)new petsc.h that includes all PETSc includes is addedHg-commit: a82a9bcb80ed39c69991db706672838a5b792d44
moved petscsys.h stuff into petsc.h files (Fortran and C) removed petscsys.h files fortran and Celiminate 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 Celiminate use of petscsys.h (Fortran and C)eliminated redundant use of #include "petscfix" all over the place because included by petsc.hHg-commit: dea4bc8a57aa0490c3a40fdee08c4b41e42e03ce
show more ...
use -lpetsc for single-library=1 and -lpetscsys for single-library=0Hg-commit: a8480cd095925bfa279aced5ffe2f4a4f100ebbd
removed PETSC_ARCH/conf/base andadded support for not setting PETSC_ARCH and PETSC_DIR with --prefix optionHg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58
removed no longer needed converts of Fortran to C MPI_Comm (since MPI 1.1 has a standard for this)Hg-commit: 263aca0fcfe7efcaed30a4abb46e648de3bb24ab
fix typoHg-commit: 8f8ebd39a44f2b2c0610658e1da295b2d68eecc2
fixed bicg-stab to handle t=0 and s=0 properly. The if (d1 == 0) should have been if (d1 != 0)Hg-commit: ae3ccd9bd6cad76beaed42582347d12d80738049
mv zpetsc.h (a meaningless name) to fortranimpl.h (a slightly more meaningful name)Hg-commit: d2687f12f92bff49ceff434100d018f6898829c3
removed support for old Cray Fortran charactor strings with cptofcdHg-commit: 90c05a4077e8e29d3872dcc8e341e586062f102d
petsc-maint 16799 ==6657== Conditional jump or move depends on uninitialised value(s) ==6657== at 0x8735AD1: petscoptionsgetstring_ (in /home/go
petsc-maint 16799 ==6657== Conditional jump or move depends on uninitialised value(s) ==6657== at 0x8735AD1: petscoptionsgetstring_ (in /home/gormo/fluidity/trunk/bin/petsc_readnsolve) ==6657== by 0x80F426D: petsc_readnsolve_options.878 (petsc_readnsolve.F90:264) ==6657== by 0x80F197C: petsc_readnsolve_ (petsc_readnsolve.F90:73) ==6657== by 0x80F18AD: main (petsc_readnsolve_main.cpp:28)moved zpetsc.h to private/zpetsc.hchanged Fortran interface function PetscOptionsGetXXX functions to allow passing PETSC_NULL_TRUTH as flag argumentHg-commit: a08dc4d2e15e97c0d3849b1cb02e6c1b0214b0c8
First performance unit test for SieveHg-commit: c620078cc2019b647a88e171e671c953e298b8f5
fixed PetscPrintf() and friends from Fortran to properly handle \n in strings.Hg-commit: 998c660e732e744b639982be37a2c148c3684cbe
changed bmake/common everywhere to conffixed a little more for new install systemHg-commit: 1aa781ff09e652ebafd6f016d84e88c15ea650f1
bk-changeset-1.3632.1.36barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051028213837|15393ChangeSet 1.3632.1.36 05/10/28 16:38:37 barrysmith@barrysmith-57.mcs.anl.gov +19 -0 PetscViewerFileTyp
bk-changeset-1.3632.1.36barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051028213837|15393ChangeSet 1.3632.1.36 05/10/28 16:38:37 barrysmith@barrysmith-57.mcs.anl.gov +19 -0 PetscViewerFileType merged into PetscFileMode src/vec/vec/interface/vector.c 1.143 05/10/28 16:38:33 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 PetscViewerFileType merged into PetscFileMode src/sys/viewer/impls/vu/petscvu.c 1.18 05/10/28 16:38:33 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 PetscViewerFileType merged into PetscFileMode src/sys/viewer/impls/netcdf/vnetcdf.c 1.11 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +21 -21 PetscViewerFileType merged into PetscFileMode src/sys/viewer/impls/matlab/vmatlab.c 1.25 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +17 -17 PetscViewerFileType merged into PetscFileMode src/sys/viewer/impls/matlab/ftn-custom/zvmatlabf.c 1.2 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscViewerFileType merged into PetscFileMode src/sys/viewer/impls/hdf4/hdf4v.c 1.16 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +14 -14 PetscViewerFileType merged into PetscFileMode src/sys/viewer/impls/binary/ftn-custom/zbinvf.c 1.2 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 PetscViewerFileType merged into PetscFileMode src/sys/viewer/impls/binary/binv.c 1.55 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +63 -60 PetscViewerFileType merged into PetscFileMode src/sys/viewer/impls/ascii/vcreatea.c 1.14 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +57 -3 PetscViewerFileType merged into PetscFileMode src/sys/viewer/impls/ascii/ftn-custom/zfilevf.c 1.3 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscViewerFileType merged into PetscFileMode src/sys/viewer/impls/ascii/filev.c 1.46 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +57 -38 PetscViewerFileType merged into PetscFileMode src/sys/viewer/impls/ascii/asciiimpl.h 1.2 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +6 -718 PetscViewerFileType merged into PetscFileMode src/sys/fileio/sysio.c 1.46 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +11 -10 PetscViewerFileType merged into PetscFileMode src/sys/fileio/ftn-custom/zsysiof.c 1.2 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 petscbinaryopen takes PetscFileMode as argument instead of int for mode src/sys/draw/impls/ps/pops.c 1.17 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscViewerFileType merged into PetscFileMode src/mat/impls/aij/mpi/mpiaij.c 1.255 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscViewerFileType merged into PetscFileMode include/petscsys.h 1.44 05/10/28 16:38:30 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 removed dead code include/petsc.h 1.145 05/10/28 16:38:30 barrysmith@barrysmith-57.mcs.anl.gov +19 -0 moved PetscFileMode to petsc.h so always accessible include/finclude/petscviewer.h 1.10 05/10/28 16:38:30 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 fixed file mode enum for opening filesHg-commit: 80e92c19fb858977b0065072554ed44002940bd5
bk-changeset-1.3349.19.13balay@asterix.mcs.anl.gov|ChangeSet|20050616233810|53869ChangeSet 1.3349.19.13 05/06/16 18:38:10 balay@asterix.mcs.anl.gov +21 -0 splitup zsys.c [ftn-custom] src/sy
bk-changeset-1.3349.19.13balay@asterix.mcs.anl.gov|ChangeSet|20050616233810|53869ChangeSet 1.3349.19.13 05/06/16 18:38:10 balay@asterix.mcs.anl.gov +21 -0 splitup zsys.c [ftn-custom] src/sys/utils/ftn-custom/zstrf.c 1.1 05/06/16 18:38:09 balay@asterix.mcs.anl.gov +29 -0 src/sys/objects/ftn-custom/zpnamef.c 1.1 05/06/16 18:38:09 balay@asterix.mcs.anl.gov +21 -0 src/sys/objects/ftn-custom/zpgnamef.c 1.1 05/06/16 18:38:09 balay@asterix.mcs.anl.gov +28 -0 src/sys/objects/ftn-custom/zgcommf.c 1.1 05/06/16 18:38:09 balay@asterix.mcs.anl.gov +18 -0 src/sys/utils/ftn-custom/zstrf.c 1.0 05/06/16 18:38:09 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/utils/ftn-custom/zstrf.c src/sys/objects/ftn-custom/zpnamef.c 1.0 05/06/16 18:38:09 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/objects/ftn-custom/zpnamef.c src/sys/objects/ftn-custom/zpgnamef.c 1.0 05/06/16 18:38:09 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/objects/ftn-custom/zpgnamef.c src/sys/objects/ftn-custom/zgcommf.c 1.0 05/06/16 18:38:09 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/objects/ftn-custom/zgcommf.c src/sys/memory/ftn-custom/zmtrf.c 1.1 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +29 -0 src/sys/memory/ftn-custom/makefile 1.1 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +14 -0 src/sys/matlabengine/ftn-custom/zmatlabf.c 1.1 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +65 -0 src/sys/matlabengine/ftn-custom/makefile 1.1 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +14 -0 src/sys/fileio/ftn-custom/zsysiof.c 1.1 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +21 -0 src/sys/fileio/ftn-custom/zmprintf.c 1.1 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +54 -0 src/sys/memory/ftn-custom/zmtrf.c 1.0 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/memory/ftn-custom/zmtrf.c src/sys/memory/ftn-custom/makefile 1.0 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/memory/ftn-custom/makefile src/sys/matlabengine/ftn-custom/zmatlabf.c 1.0 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/matlabengine/ftn-custom/zmatlabf.c src/sys/matlabengine/ftn-custom/makefile 1.0 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/matlabengine/ftn-custom/makefile src/sys/fileio/ftn-custom/zsysiof.c 1.0 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/fileio/ftn-custom/zsysiof.c src/sys/fileio/ftn-custom/zmprintf.c 1.0 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/fileio/ftn-custom/zmprintf.c src/sys/fileio/ftn-custom/zmpiuopenf.c 1.1 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +23 -0 src/sys/fileio/ftn-custom/zghomef.c 1.1 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +34 -0 src/sys/fileio/ftn-custom/makefile 1.1 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +14 -0 src/sys/error/ftn-custom/zerrf.c 1.1 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +123 -0 src/sys/error/ftn-custom/makefile 1.1 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +14 -0 src/sys/viewer/impls/ascii/ftn-custom/zfilevf.c 1.2 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +25 -2 splitup zsys.c [ftn-custom] src/sys/utils/ftn-custom/makefile 1.2 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +1 -1 splitup zsys.c [ftn-custom] src/sys/plog/ftn-custom/zplogf.c 1.19 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +13 -0 splitup zsys.c [ftn-custom] src/sys/objects/ftn-custom/makefile 1.2 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +1 -1 splitup zsys.c [ftn-custom] src/sys/ftn-custom/zutils.c 1.2 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +2 -0 splitup zsys.c [ftn-custom] src/sys/ftn-custom/zsys.c 1.41 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +0 -398 splitup zsys.c [ftn-custom] src/sys/fileio/ftn-custom/zmpiuopenf.c 1.0 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/fileio/ftn-custom/zmpiuopenf.c src/sys/fileio/ftn-custom/zghomef.c 1.0 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/fileio/ftn-custom/zghomef.c src/sys/fileio/ftn-custom/makefile 1.0 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/fileio/ftn-custom/makefile src/sys/error/ftn-custom/zerrf.c 1.0 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/error/ftn-custom/zerrf.c src/sys/error/ftn-custom/makefile 1.0 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/error/ftn-custom/makefileHg-commit: 8120d4725709104809422656e316a28e0a8c8891
123