History log of /petsc/config/PETSc/ (Results 1401 – 1425 of 1914)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8cbc266517-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

someone removed the /usr from the getSearchDirectories() for pthread.py; it stopped working for me because it could not find libpthread.a so I put it back, please email me if you have concerns. BTW:

someone removed the /usr from the getSearchDirectories() for pthread.py; it stopped working for me because it could not find libpthread.a so I put it back, please email me if you have concerns. BTW: it doesn't appear to look in /usr if getSearchDirectories() returns [] so I don't understand how it could work without the /usr?

Hg-commit: 02c800600f9e243c12ad73e0678f45f9a2f01af1

show more ...

d9f04c2d17-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 40959d786871b3f854447e1ae958a7d8951865b1

cc9833d217-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

fixed pthread to support single precision 64 bit int windows etc

Hg-commit: 72a65071199249112327e74df3d050626ea6fb7c

17224f6f17-Sep-2010 Matthew G Knepley <knepley@gmail.com>

Spelling error

Hg-commit: 5bea1b5b37a06f66533f131e9d02a455e79a3770

14dc4a0f17-Sep-2010 Satish Balay <balay@mcs.anl.gov>

do not use '/usr' as default search path - as it can be /usr/lib or /usr/lib64

Hg-commit: b1fd812e6ffee115d4cecf2a7b905d6d04d6e97c

e29b232916-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: c1237763191796e794819bb5e56688ca83406d39

ffc871a516-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

basic thread based webserver is working.

Hg-commit: 1f1782a7f75a7afa334923daa4504805899ecfce

63d6bff016-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

added --with-server for configure
added PETSC_USE_PTHREAD that should turn off any non-thread safe code, like building the stack

Hg-commit: 48bd7885c44ef999002edd180c6945605b41bebb

36a4811716-Sep-2010 Jed Brown <jed@59A2.org>

Update petsc4py and mpi4py versions

Hg-commit: 2624bead07b8276e91c42a58d98f4c766b05eb7e

277aa27a15-Sep-2010 Victor Minden <victorminden@gmail.com>

added check that void* is the same size in CUDA as in C

Hg-commit: d659ce87dbf3af92efe6aec6046b379f5ee20043


/petsc/config/MANIFEST.in
packages/cuda.py
/petsc/config/builder.py
/petsc/config/configure.py
/petsc/include/finclude/petscmat.h
/petsc/include/finclude/petscsnes.h
/petsc/include/petscis.h
/petsc/include/petscmat.h
/petsc/include/petscpc.h
/petsc/include/petscsnes.h
/petsc/include/petscvec.h
/petsc/include/private/matimpl.h
/petsc/include/sieve/Field.hh
/petsc/include/sieve/IField.hh
/petsc/include/sieve/Mesh.hh
/petsc/setup.py
/petsc/src/dm/da/src/da1.c
/petsc/src/docs/website/documentation/faq.html
/petsc/src/ksp/ksp/examples/tutorials/ex50.c
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c
/petsc/src/ksp/pc/impls/factor/ilu/ilu.c
/petsc/src/ksp/pc/impls/fieldsplit/fieldsplit.c
/petsc/src/ksp/pc/impls/mg/mg.c
/petsc/src/ksp/pc/impls/redundant/redundant.c
/petsc/src/mat/examples/tests/ex37.c
/petsc/src/mat/examples/tests/makefile
/petsc/src/mat/examples/tests/output/ex37_1.out
/petsc/src/mat/examples/tests/output/ex37_2.out
/petsc/src/mat/examples/tests/output/ex37_3.out
/petsc/src/mat/examples/tests/output/ex37_4.out
/petsc/src/mat/examples/tests/output/ex37_5.out
/petsc/src/mat/examples/tests/output/ex37_6.out
/petsc/src/mat/impls/aij/mpi/mpiaij.c
/petsc/src/mat/impls/baij/mpi/mpibaij.c
/petsc/src/mat/impls/baij/seq/baij.c
/petsc/src/mat/impls/sbaij/mpi/mpisbaij.c
/petsc/src/mat/impls/sbaij/seq/aijsbaij.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/mat/interface/matrix.c
/petsc/src/snes/examples/tutorials/ex43-44.h
/petsc/src/snes/examples/tutorials/ex43.c
/petsc/src/snes/examples/tutorials/makefile
/petsc/src/snes/examples/tutorials/output/ex19_fieldsplit_hypre.out
/petsc/src/snes/examples/tutorials/output/ex19_fieldsplit_redundant.out
/petsc/src/snes/impls/ls/ls.c
/petsc/src/snes/impls/lsvi/lsvi.c
/petsc/src/snes/impls/picard/picard.c
/petsc/src/snes/interface/snesregi.c
/petsc/src/snes/utils/adutils/damgsnesad.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/fwk/examples/tutorials/avg.py
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/makefile
/petsc/src/sys/utils/sorti.c
/petsc/src/vec/vec/impls/mpi/mpicuda/mpicuda.cu
/petsc/src/vec/vec/impls/seq/seqcuda/veccuda.cu
/petsc/src/vec/vec/utils/vinv.c
/petsc/src/vec/vec/utils/vpscat.c
/petsc/src/vec/vec/utils/vpscat.h
545236c815-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

fixes to update to the latest petsc4py and mpi4py

Hg-commit: 502ee218465a19d2f1d514ee636c6275f2abe648

f563f60309-Sep-2010 Satish Balay <balay@mcs.anl.gov>

set 'CCASPEC_VARS' in configure instead of makefile
[otherwise 'make clean' gives error '--var: Command not found']

Hg-commit: 332275c09cb2ad4d7444798a67867f9dd5e5927e

439d5d1808-Sep-2010 Satish Balay <balay@mcs.anl.gov>

update to use ParMetis-3.1.1

Hg-commit: bdaffee2e98fe4b3f8476ff5e319566949cc98d0


/petsc/bin/configVars.py
/petsc/bin/maint/builddist
/petsc/bin/matlab/launch.m
packages/ParMetis.py
/petsc/config/install.py
/petsc/include/finclude/petscsys.h
/petsc/include/petscadic.h
/petsc/include/petscbag.h
/petsc/include/petscbt.h
/petsc/include/petscctable.h
/petsc/include/petscda.h
/petsc/include/petscdraw.h
/petsc/include/petscerror.h
/petsc/include/petscfwk.h
/petsc/include/petscksp.h
/petsc/include/petsclog.h
/petsc/include/petscmath.h
/petsc/include/petscmatlab.h
/petsc/include/petscmesh.hh
/petsc/include/petscoptions.h
/petsc/include/petscsnes.h
/petsc/include/petscsys.h
/petsc/include/petsctime.h
/petsc/include/petscviewer.h
/petsc/include/private/petscimpl.h
/petsc/include/sieve/Partitioner.hh
/petsc/include/sieve/Selection.hh
/petsc/include/sieve/SieveBuilder.hh
/petsc/setup.py
/petsc/src/characteristic/interface/slregis.c
/petsc/src/dm/ao/examples/tutorials/ex2.c
/petsc/src/dm/ao/impls/basic/aobasic.c
/petsc/src/dm/ao/interface/dlregisdm.c
/petsc/src/dm/da/examples/tests/ex35.c
/petsc/src/dm/da/examples/tests/makefile
/petsc/src/dm/da/src/daregall.c
/petsc/src/dm/da/src/f90-custom/zda1f90.c
/petsc/src/dm/da/src/usfft/matusfft.c
/petsc/src/dm/da/utils/fdda.c
/petsc/src/dm/da/utils/mhyp.c
/petsc/src/dm/mesh/mesh.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/website/documentation/tutorials/index.html
/petsc/src/ksp/ksp/examples/tutorials/makefile
/petsc/src/ksp/ksp/examples/tutorials/output/ex10_14.out
/petsc/src/ksp/ksp/impls/gmres/fgmres/fgmres.c
/petsc/src/ksp/ksp/impls/lsqr/lsqr.c
/petsc/src/ksp/ksp/interface/dlregisksp.c
/petsc/src/ksp/ksp/interface/itfunc.c
/petsc/src/ksp/ksp/utils/schurm.c
/petsc/src/mat/examples/tests/ex45.c
/petsc/src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
/petsc/src/mat/impls/dense/mpi/mpidense.c
/petsc/src/mat/impls/mffd/mffd.c
/petsc/src/mat/interface/dlregismat.c
/petsc/src/snes/examples/tests/ex10.c
/petsc/src/snes/examples/tutorials/ex10d/ex10.c
/petsc/src/snes/examples/tutorials/ex26.c
/petsc/src/snes/examples/tutorials/ex49.c
/petsc/src/snes/examples/tutorials/ex50.c
/petsc/src/snes/examples/tutorials/output/ex48_1.out
/petsc/src/snes/impls/lsvi/lsvi.c
/petsc/src/snes/interface/dlregissnes.c
/petsc/src/snes/mf/snesmfj.c
/petsc/src/snes/utils/sieve/meshmgsnes.c
/petsc/src/sys/adic/Gradient/ad_utils.c
/petsc/src/sys/adic/utils/petscglobal.c
/petsc/src/sys/bag/bag.c
/petsc/src/sys/dll/dl.c
/petsc/src/sys/dll/dlimpl.c
/petsc/src/sys/dll/dlimpl.h
/petsc/src/sys/dll/reg.c
/petsc/src/sys/draw/impls/win32/win32draw.c
/petsc/src/sys/draw/impls/x/drawopenx.c
/petsc/src/sys/draw/impls/x/xops.c
/petsc/src/sys/draw/interface/dbuff.c
/petsc/src/sys/draw/interface/dclear.c
/petsc/src/sys/draw/interface/dcoor.c
/petsc/src/sys/draw/interface/dellipse.c
/petsc/src/sys/draw/interface/dflush.c
/petsc/src/sys/draw/interface/dgcoor.c
/petsc/src/sys/draw/interface/dgpause.c
/petsc/src/sys/draw/interface/dline.c
/petsc/src/sys/draw/interface/dlinegw.c
/petsc/src/sys/draw/interface/dlinew.c
/petsc/src/sys/draw/interface/dmouse.c
/petsc/src/sys/draw/interface/dpause.c
/petsc/src/sys/draw/interface/dpoint.c
/petsc/src/sys/draw/interface/dpoints.c
/petsc/src/sys/draw/interface/draw.c
/petsc/src/sys/draw/interface/drawreg.c
/petsc/src/sys/draw/interface/drawregall.c
/petsc/src/sys/draw/interface/drect.c
/petsc/src/sys/draw/interface/dsclear.c
/petsc/src/sys/draw/interface/dsetpause.c
/petsc/src/sys/draw/interface/dsflush.c
/petsc/src/sys/draw/interface/dtext.c
/petsc/src/sys/draw/interface/dtextgs.c
/petsc/src/sys/draw/interface/dtexts.c
/petsc/src/sys/draw/interface/dtextv.c
/petsc/src/sys/draw/interface/dtri.c
/petsc/src/sys/draw/interface/dviewp.c
/petsc/src/sys/draw/utils/axis.c
/petsc/src/sys/draw/utils/dscatter.c
/petsc/src/sys/draw/utils/hists.c
/petsc/src/sys/draw/utils/hue.c
/petsc/src/sys/draw/utils/lg.c
/petsc/src/sys/draw/utils/zoom.c
/petsc/src/sys/error/adebug.c
/petsc/src/sys/error/err.c
/petsc/src/sys/error/errabort.c
/petsc/src/sys/error/errstop.c
/petsc/src/sys/error/errtrace.c
/petsc/src/sys/error/fp.c
/petsc/src/sys/error/pstack.c
/petsc/src/sys/error/signal.c
/petsc/src/sys/f90-src/f90_cwrap.c
/petsc/src/sys/f90-src/f90impl.h
/petsc/src/sys/fileio/ffpath.c
/petsc/src/sys/fileio/fpath.c
/petsc/src/sys/fileio/fretrieve.c
/petsc/src/sys/fileio/ftest.c
/petsc/src/sys/fileio/ftn-custom/zmprintf.c
/petsc/src/sys/fileio/fwd.c
/petsc/src/sys/fileio/ghome.c
/petsc/src/sys/fileio/grpath.c
/petsc/src/sys/fileio/mpiuopen.c
/petsc/src/sys/fileio/mprint.c
/petsc/src/sys/fileio/rpath.c
/petsc/src/sys/fileio/smatlab.c
/petsc/src/sys/fileio/sysio.c
/petsc/src/sys/ftn-custom/zstart.c
/petsc/src/sys/fwk/examples/tests/test1.c
/petsc/src/sys/fwk/examples/tests/test1.py
/petsc/src/sys/fwk/examples/tests/testcomponents.py
/petsc/src/sys/fwk/examples/tests/testcomponentsI.c
/petsc/src/sys/fwk/examples/tests/testcomponentsII.c
/petsc/src/sys/fwk/examples/tutorials/electrolyte.py
/petsc/src/sys/fwk/examples/tutorials/ex1.c
/petsc/src/sys/fwk/examples/tutorials/ex1.py
/petsc/src/sys/fwk/examples/tutorials/ex2.py
/petsc/src/sys/fwk/examples/tutorials/makefile
/petsc/src/sys/fwk/examples/tutorials/viz.py
/petsc/src/sys/fwk/interface/fwk.c
/petsc/src/sys/matlabengine/matlab.c
/petsc/src/sys/memory/ftn-custom/zmtrf.c
/petsc/src/sys/memory/mal.c
/petsc/src/sys/memory/mem.c
/petsc/src/sys/memory/mtr.c
/petsc/src/sys/objects/aoptions.c
/petsc/src/sys/objects/destroy.c
/petsc/src/sys/objects/gcomm.c
/petsc/src/sys/objects/gcookie.c
/petsc/src/sys/objects/gtype.c
/petsc/src/sys/objects/inherit.c
/petsc/src/sys/objects/init.c
/petsc/src/sys/objects/mpinit.c
/petsc/src/sys/objects/olist.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/objects/pgname.c
/petsc/src/sys/objects/pinit.c
/petsc/src/sys/objects/pname.c
/petsc/src/sys/objects/prefix.c
/petsc/src/sys/objects/ptype.c
/petsc/src/sys/objects/state.c
/petsc/src/sys/objects/tagm.c
/petsc/src/sys/plog/logimpl.h
/petsc/src/sys/plog/plog.c
/petsc/src/sys/plog/plogmpe.c
/petsc/src/sys/plog/utils/eventLog.c
/petsc/src/sys/plog/utils/stageLog.c
/petsc/src/sys/python/pythonsys.c
/petsc/src/sys/random/impls/rand/rand.c
/petsc/src/sys/random/impls/rand48/rand48.c
/petsc/src/sys/random/impls/sprng/sprng.c
/petsc/src/sys/random/interface/dlregisrand.c
/petsc/src/sys/random/interface/random.c
/petsc/src/sys/random/interface/randreg.c
/petsc/src/sys/random/randomimpl.h
/petsc/src/sys/time/cputime.c
/petsc/src/sys/time/fdate.c
/petsc/src/sys/time/nt_time/nt_time.c
/petsc/src/sys/time/ptime.c
/petsc/src/sys/time/rs6000_time/rs6000_time.c
/petsc/src/sys/utils/arch.c
/petsc/src/sys/utils/ctable.c
/petsc/src/sys/utils/fhost.c
/petsc/src/sys/utils/fuser.c
/petsc/src/sys/utils/memc.c
/petsc/src/sys/utils/mpimesg.c
/petsc/src/sys/utils/mpitr.c
/petsc/src/sys/utils/mpiu.c
/petsc/src/sys/utils/pbarrier.c
/petsc/src/sys/utils/pdisplay.c
/petsc/src/sys/utils/psleep.c
/petsc/src/sys/utils/psplit.c
/petsc/src/sys/utils/select.c
/petsc/src/sys/utils/sortd.c
/petsc/src/sys/utils/sorti.c
/petsc/src/sys/utils/sortip.c
/petsc/src/sys/utils/sseenabled.c
/petsc/src/sys/utils/str.c
/petsc/src/sys/verbose/ftn-custom/zverboseinfof.c
/petsc/src/sys/verbose/verboseinfo.c
/petsc/src/sys/viewer/impls/ascii/asciiimpl.h
/petsc/src/sys/viewer/impls/ascii/filev.c
/petsc/src/sys/viewer/impls/ascii/ftn-custom/zfilevf.c
/petsc/src/sys/viewer/impls/ascii/vcreatea.c
/petsc/src/sys/viewer/impls/binary/binv.c
/petsc/src/sys/viewer/impls/draw/drawv.c
/petsc/src/sys/viewer/impls/hdf5/hdf5v.c
/petsc/src/sys/viewer/impls/mathematica/mathematica.c
/petsc/src/sys/viewer/impls/matlab/vmatlab.c
/petsc/src/sys/viewer/impls/socket/send.c
/petsc/src/sys/viewer/impls/string/stringv.c
/petsc/src/sys/viewer/impls/vu/petscvu.c
/petsc/src/sys/viewer/interface/dlregispetsc.c
/petsc/src/sys/viewer/interface/dupl.c
/petsc/src/sys/viewer/interface/flush.c
/petsc/src/sys/viewer/interface/view.c
/petsc/src/sys/viewer/interface/viewa.c
/petsc/src/sys/viewer/interface/viewers.c
/petsc/src/sys/viewer/interface/viewreg.c
/petsc/src/sys/viewer/interface/viewregall.c
/petsc/src/ts/interface/dlregists.c
/petsc/src/vec/pf/interface/pf.c
/petsc/src/vec/vec/impls/mpi/mpicuda/mpicuda.cu
/petsc/src/vec/vec/impls/mpi/pbvec.c
/petsc/src/vec/vec/impls/mpi/pdvec.c
/petsc/src/vec/vec/impls/seq/bvec2.c
/petsc/src/vec/vec/interface/dlregisvec.c
/petsc/src/vec/vec/utils/vscat.c
6708bc5d01-Sep-2010 Satish Balay <balay@mcs.anl.gov>

go back to the correct prometheus tarball.
Backed out changeset 70f516a96002

Hg-commit: 4a947be7a3db1c2da2be8deff9306be239082d0a

f264810901-Sep-2010 Satish Balay <balay@mcs.anl.gov>

use temp prometheus tarball [with PetscStackPop fixes]

Hg-commit: 70f516a960025b619e4daf2c3d854f180b1740ed

8966727801-Sep-2010 Matthew G Knepley <knepley@gmail.com>

Started support for deprecation of options

Hg-commit: 6f55f3d89ae91dcc06938a61ec2d345c15b31d5c

e68ebbec30-Aug-2010 Barry Smith <bsmith@mcs.anl.gov>

added PETSc setup.py for building PETSc with easy_install

Hg-commit: e676044ffb5c237267fff3cfbf3fdea328c33b16

a20a2d1d29-Aug-2010 Barry Smith <bsmith@mcs.anl.gov>

stuff in __init__.py was garbage so removed it to prevent confusion

Hg-commit: 81580c2f0bb84134e89ff7612cb50d3ca49904d8

494c0aa329-Aug-2010 Barry Smith <bsmith@mcs.anl.gov>

petsc4py.py and mpi4py.py set ARCHFLAGS properly on Apple before setting up the two packages

Hg-commit: c851ab8ee5f62e731d8d634379ad7a5d7ca54730

c612facf28-Aug-2010 Barry Smith <bsmith@mcs.anl.gov>

add ARCHFLAGS so that Mac doesn't try to build petsc4py for ppc

Hg-commit: 1c65342adba8ee2b6553a041fb76dad2f4ead3fe

a0036e3b28-Aug-2010 Barry Smith <bsmith@mcs.anl.gov>

damn

Hg-commit: e3a7c92ab17287bab1a86b3f92d92972bb76aea5

61fc94c728-Aug-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 4fa83538c42e070b73ebf5c2d2226bf76d74b79d

53c77d0a27-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 ...

1069958327-Aug-2010 Jed Brown <jed@59A2.org>

Go back to using _mm_prefetch by default over __builtin_prefetch.

The Clang headers are buggy [1] and _mm_prefetch has more precise semantics.

[1] http://llvm.org/bugs/show_bug.cgi?id=8011

Hg-comm

Go back to using _mm_prefetch by default over __builtin_prefetch.

The Clang headers are buggy [1] and _mm_prefetch has more precise semantics.

[1] http://llvm.org/bugs/show_bug.cgi?id=8011

Hg-commit: 7c0cae9c100ef15ddd8944a88001f778ee2c471a

show more ...

63cf1ef027-Aug-2010 Jed Brown <jed@59A2.org>

Correct prefetch hint definitions to agree with Intel manual and GCC docs

Hg-commit: 51fe6ba42cf669ceabf76163530668e9dbe3d2d7

1...<<51525354555657585960>>...77