History log of /petsc/src/sys/objects/init.c (Results 601 – 625 of 798)
Revision Date Author Comments
# b154f58a 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

added code in init.c to specify where to place the main process

Hg-commit: 2ae64ecc368c681373625f390ef9360746a3edf6


# df17f0d5 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


# 683509dc 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

added MainJob_Spawn for no thread pool case

Hg-commit: 7f0a0a9aefbbf9bb263017003a10f79097a1fc15


# c370d283 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

committed after merging Stevens & Smith changes

Hg-commit: 4180409d5c98871cc6c7e567a401ce07f093e17f


# 1a9a603c 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

try again to give option to use NO thread pool/seq to work

Hg-commit: 9f92684b7d8520b3d1951af4330c5a31d8f69b8c


# af359df3 18-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

PetscOptionsGetEList() now defaults to 0th choice if option name but not choice is provided
removed -pool instead use -use_thread_pool name to select
-info now prints type of thread pool used

Hg-com

PetscOptionsGetEList() now defaults to 0th choice if option name but not choice is provided
removed -pool instead use -use_thread_pool name to select
-info now prints type of thread pool used

Hg-commit: 16c1f5ad8ca79335812e1a16f35e3c8fda93a122

show more ...


# 9e800a48 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

corrected a problem that prohibited NON-thread pool & sequential from running

Hg-commit: 8809389b99ffe444be7e29a598d4ec17a3a9d0b6


# fc087633 16-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

more protection for thread code

Hg-commit: 39a258dacba9511fd176fceb0b98007642e83f53


# ba61063d 15-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

added PETSC_USE_PTHREAD_CLASSES protection
removed // comments
added protection of pthread_barrier does not exist

Hg-commit: 972a3b80c9a6f09bc54db7149d59da967e72545e


# 51d315f7 15-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

added thread pool versions

Hg-commit: 77a23f76a8d8ac73a47e6098a1f3e3805e47baf0


# 1b717b39 11-Jul-2011 Amlan Barua <abarua@iit.edu>

Commit after merge

Hg-commit: b13688da09a64ce2b9a3d7d641f0a34804fa1c58


# 40ab9619 09-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

changed PetscWebServe() to always be built if threads and sockets exist, without requiring ./configure flag
added more details in manual pages for PetscWebServe()

Hg-commit: 4aa89945302a614d38420874

changed PetscWebServe() to always be built if threads and sockets exist, without requiring ./configure flag
added more details in manual pages for PetscWebServe()

Hg-commit: 4aa89945302a614d38420874f5a66f37186d83f2

show more ...


# 0c70c226 26-Jun-2011 Hong Zhang <hzhang@mcs.anl.gov>

merge

Hg-commit: 0185aa032de160708fba31988ff16aef0382c248


# 7ef452c0 25-Jun-2011 Matthew G Knepley <knepley@gmail.com>

Fixed problems with Python log summary

Hg-commit: 26f83ab073d080f3063938f9b305968a00c97c74


# 0ca81413 23-Jun-2011 Kerry Stevens <kstevens@spetjhiong.com>

added more pthread vector functions
added a pthread matrix function (not yet operational)

Hg-commit: 402caddad6a4ab372111fbc5baac892290efd412


# f09cb4aa 27-May-2011 Kerry Stevens <kstevens@spetjhiong.com>

saved version that works using -use_thread_pool

Hg-commit: 823456f984d21b7f8bb09c653819097c2d6927fc


# 51dcc849 27-May-2011 Kerry Stevens <kstevens@spetjhiong.com>

some work on work threads for PETSc, not yet working

Hg-commit: 6232f30f11ef9a985f9e4aa9d087fe565860d08f


# e0faca08 20-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge of my goddman fix of chkerrcusp to chkerrq and Pauls huge update to cuda stuff

Hg-commit: e915e297637302e520c73af435865fcdb6cd5f94


# c87de469 20-Jan-2012 Satish Balay <balay@mcs.anl.gov>

merge

Hg-commit: f68ab98e34f71a78b2f2d62568cb0a3d22f36228


# bd72cc96 20-Jan-2012 Paul Mullowney <paulm@txcorp.com>

Changes to the Parallel GPU sparse matrix vector multiplication. It is now far more efficient due to overlapped communication and computation. To use these features, one must configure with
--with-t

Changes to the Parallel GPU sparse matrix vector multiplication. It is now far more efficient due to overlapped communication and computation. To use these features, one must configure with
--with-txpetscgpu=1 --download-txpetscgpu=no
One has 4 choices for the matrix storage format: csr, coo, dia, and ell. A kernel for the inodes (csr format only) is also supported. These are accessed with
-cusp_storage_format ell

Lastly, cusparse algorithms are now used for the upper and lower triangular solves.

Hg-commit: 2a4f352daf491fda81965ac393e29a9dca6d3ca3

show more ...


# 5a262507 19-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: defcbc7d2f2fb488acee2669a22ffa3e39f10043


# b59baad1 18-Jan-2012 Jed Brown <jed@59A2.org>

-on_error_abort sets MPI_ERRORS_ARE_FATAL

Hg-commit: 3e39bc7a6c4a1101689f723895024107b4a9b966


# 639d86e3 13-Jan-2012 Sean Farley <sean@mcs.anl.gov>

Merge

Hg-commit: 0fb617426806c222fb6fb5e47365b6c3688c614c


# d39137a2 12-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


# 247e2d92 06-Jan-2012 Jed Brown <jed@59A2.org>

Mass revert file modes that were made executable in f6e61ee9c329

Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5


1...<<21222324252627282930>>...32