| #
866aec46
|
| 14-Apr-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3097 barrysmith@barry-smiths-computer.local|ChangeSet|20050414014649|30260 ChangeSet 1.3097 05/04/13 20:46:49 barrysmith@barry-smiths-computer.local +0 -0 Merge bk://petsc@petsc.bk
bk-changeset-1.3097 barrysmith@barry-smiths-computer.local|ChangeSet|20050414014649|30260 ChangeSet 1.3097 05/04/13 20:46:49 barrysmith@barry-smiths-computer.local +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barry-smiths-computer.local:/Users/barrysmith/petsc-dev
Hg-commit: ada2cb4da43553824caf1f43b881398751db1824
show more ...
|
| #
1153da11
|
| 14-Apr-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3094.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20050414014634|22332 ChangeSet 1.3094.1.1 05/04/13 20:46:34 barrysmith@barry-smiths-computer.local +26 -0 changed petscdll
bk-changeset-1.3094.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20050414014634|22332 ChangeSet 1.3094.1.1 05/04/13 20:46:34 barrysmith@barry-smiths-computer.local +26 -0 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/vec/interface/makefile 1.8 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -1 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/vec/interface/dlregisvec.c 1.27 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/ts/interface/makefile 1.6 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -1 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/ts/interface/dlregists.c 1.21 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/sys/src/viewer/interface/dlregispetsc.c 1.23 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/sys/src/utils/str.c 1.32 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +30 -0 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/sys/src/utils/makefile 1.11 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -1 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/sys/src/dll/dl.c 1.34 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +28 -76 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/sys/examples/tutorials/makefile 1.10 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -2 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/snes/interface/makefile 1.7 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -2 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/snes/interface/dlregissnes.c 1.23 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/mat/interface/makefile 1.6 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -1 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/mat/interface/dlregismat.c 1.31 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/ksp/ksp/interface/dlregisksp.c 1.25 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +2 -3 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/dm/ao/interface/dlregisdm.c 1.26 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +1 -2 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
bmake/common/rules.shared.darwin7 1.13 05/04/13 20:46:31 barrysmith@barry-smiths-computer.local +5 -6 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/mat/impls/aij/seq/essl/essl.c 1.39 05/04/13 20:46:30 barrysmith@barry-smiths-computer.local +19 -17 formating
src/ksp/ksp/interface/makefile 1.6 05/04/13 20:46:30 barrysmith@barry-smiths-computer.local +2 -2 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
src/dm/ao/interface/makefile 1.8 05/04/13 20:46:30 barrysmith@barry-smiths-computer.local +1 -1 changed petscdllibraryopen() to load symbol based on filename so that symbol is different in each dynamic library and hence can build dynamic libraries on mac
python/PETSc/utilities/dynamicLibraries.py 1.9 05/04/13 20:46:30 barrysmith@barry-smiths-computer.local +2 -3 shared libraries allowed on Mac
include/petsc.h 1.128 05/04/13 20:46:30 barrysmith@barry-smiths-computer.local +1 -0 added search for substring starting from end
BitKeeper/deleted/.del-ex4.c~dbd43215a9eb8a1b 1.9 05/04/13 19:17:33 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/examples/tutorials/ex4.c
src/dm/da/src/da2.c 1.65 05/04/13 19:00:52 barrysmith@barry-smiths-computer.local +31 -50 always set x,xs,y,ys from lx, ly and removed unneeded code
src/dm/da/src/da3.c 1.36 05/04/13 18:56:40 barrysmith@barry-smiths-computer.local +18 -38 eliminate code that manually sets x,xs,y,ys,z,zs when PETSc sets lx,ly, lz
BitKeeper/deleted/.del-dlregis.h~65e71245d21434f 1.11 05/04/13 17:25:29 barrysmith@barry-smiths-computer.local +1 -1 Delete: src/sys/src/utils/dlregis.h
src/dm/ao/interface/dlregisdm.c 1.25 05/04/13 17:24:55 barrysmith@barry-smiths-computer.local +1 -1 *** empty log message ***
bmake/common/rules.shared.darwin7 1.12 05/04/13 14:56:41 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 save tries
bmake/common/rules.shared.darwin7 1.11 05/04/13 13:36:18 barrysmith@barrysmith-57.mcs.anl.gov +12 -12 try adding other stuff
src/ts/interface/dlregists.c 1.20 05/04/13 13:19:50 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Rename: src/ts/interface/dlregis.c -> src/ts/interface/dlregists.c
BitKeeper/deleted/.del-dlregis.c~e51dcaca1281f61b 1.5 05/04/13 13:19:33 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Delete: src/sys/src/viewer/interface/dlregis.c
src/snes/interface/dlregissnes.c 1.22 05/04/13 13:18:51 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Rename: src/snes/interface/dlregis.c -> src/snes/interface/dlregissnes.c
src/mat/interface/dlregismat.c 1.30 05/04/13 13:18:23 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Rename: src/mat/interface/dlregis.c -> src/mat/interface/dlregismat.c
src/ksp/ksp/interface/dlregisksp.c 1.24 05/04/13 13:17:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Rename: src/ksp/ksp/interface/dlregis.c -> src/ksp/ksp/interface/dlregisksp.c
src/dm/ao/interface/dlregisdm.c 1.24 05/04/13 13:17:16 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Rename: src/dm/ao/interface/dlregis.c -> src/dm/ao/interface/dlregisdm.c
src/vec/interface/dlregisvec.c 1.26 05/04/13 13:16:24 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Rename: src/vec/interface/dlregis.c -> src/vec/interface/dlregisvec.c
Hg-commit: adbb991a27b625ba59426a49bb8f5fb43da1236e
show more ...
|