History log of /petsc/src/sys/objects/pinit.c (Results 926 – 950 of 1307)
Revision Date Author Comments
# 663ba86a 03-Nov-2012 Matthew G Knepley <knepley@gmail.com>

CUBLAS: I serialized the startup and shutdown
- If you run on parallel on the same machine, this could cause an SEGV
- We could make this scalable by hashing

Hg-commit: 29a8e43593a15a994496be64a4c98

CUBLAS: I serialized the startup and shutdown
- If you run on parallel on the same machine, this could cause an SEGV
- We could make this scalable by hashing

Hg-commit: 29a8e43593a15a994496be64a4c98b1d16de64d9

show more ...


# 886cfec0 26-Oct-2012 Satish Balay <balay@mcs.anl.gov>

should have used PETSC_USE_COMPLEX -> PETSC_HAVE_COMPLEX in 3e5bdcc83cd9

Hg-commit: e23e5cce1a5c4d490b03bebb29ae53e4690d7892


# b661823f 25-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 977cda5dfdc562fa5f4bba175621780a61abc0fe


# a24ee22a 25-Oct-2012 Satish Balay <balay@mcs.anl.gov>

MPIU_C_COMPLEX etc should be conditional on PETSC_USE_COMPLEX [fixes msmpi build]

Hg-commit: 3e5bdcc83cd970452d0648da9955f789cc574198


# 8a6702cf 16-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: a733df291411c994b136b08fd8fd7a626446cb07


# cca4cb22 15-Oct-2012 Satish Balay <balay@mcs.anl.gov>

declare/create/destory MPIU_SUM consistantly: fixes quad/complex runtest

Hg-commit: 469120d62a8df3560095e786016aa9c862685352


# 7a3afff6 15-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 89503a96f70dd4d497719d2597342d8944de9c22


# e69cd0e6 15-Oct-2012 Satish Balay <balay@mcs.anl.gov>

more fixes for d00825fc28cd: __float128 runtime error

Hg-commit: de111c0b85051e42db7f7f4108d35bdd46472813


# 93471ed9 05-Oct-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Fixed bug in PetscThreadLocalRegister().
Need to pass in the pointer to pthread_key_t.

Hg-commit: ef6d5f76d335b55dfd5a0787533a222e4088d4a7


# d4de8dcf 04-Oct-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: a52e99247c8f0b20fe3be55da60de692e4a612a7


# f5dc6901 04-Oct-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Removed ##_key business from PetscThreadLocalxxx()

Hg-commit: 0fe199b4fc7e80c5648d6885859deee451f507ca


# cf6142ae 29-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 22746e3b3fbadeeb7355c91f5c38c081c818d4a8


# 7659c1be 28-Sep-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: e67798811b9e9715a27e1162d786ebd65ddc7d21


# 1f46d60f 27-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Fixed petscstack and related functions for multi-threaded operations.
i) Made petscstack thread local when using threads.
ii) Fixed bug in accessing petscstack in PetscStackDestroy_kernel.
iii) Al

Fixed petscstack and related functions for multi-threaded operations.
i) Made petscstack thread local when using threads.
ii) Fixed bug in accessing petscstack in PetscStackDestroy_kernel.
iii) All thread local variables are now always accessed via PetscThreadLocalGet/SetValue().
iii) Fixed petscstack and related functions
for different threadlocal directives (__thread on Linux, pthread_key_t on MacOS, OpenMP #pragma omp threadprivate()).

Hg-commit: a4b061f37d4921e07d16480340b005b2c620d21f

show more ...


# e1167bb9 23-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Create petscstack after threadcomm is initialized.

Hg-commit: 1305fd7c2d5949009f39190305ae1299b87cb99c


# 6c2930d4 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


# 3e08d2be 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing blanks from source code
added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree

Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a


# 50f81f78 14-Oct-2012 Jed Brown <jed@59A2.org>

Refactor complex support to allow portable use of complex in otherwise real builds

Defines PETSC_HAVE_COMPLEX when _any_ complex type is available

Hg-commit: d00825fc28cd13b46bc0f1016da5b9d91a442bc4


# 4dd37ed8 29-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: f6a88fee9ba1b8041ee9b459d0ad54470439160a


# 8c764dc5 23-Aug-2012 Jose Roman <jroman@dsic.upv.es>

Enable __float128 precision with complex scalars

Hg-commit: 260360ea8a4fc88aed535bc381fba60e70cd1504


# d5d5282e 19-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge.

Hg-commit: a14455a9811c9485ecd5fdd98bc20d9f2d731daa


# 6e832a71 16-Jul-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Removed old pthread code.

Hg-commit: adce8f56f5e22f1cc42f23405c6d3e111fb0272c


# 55186c17 13-Jul-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Activated the threadcomm code, except the vector operations.

Hg-commit: a296ebdc181b114f93d2bdc0fea1c80e43c51379


# 48fab831 09-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge

Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637


# 574034a9 08-Jul-2012 Jed Brown <jed@59A2.org>

Add -malloc_log_threshold and PetscMallocSetDumpLogThreshold()

Hg-commit: f004e0725884007841f130fd6278d39edc6c6c20


1...<<31323334353637383940>>...53