| fbf9398f | 16-May-2008 |
Satish Balay <balay@mcs.anl.gov> |
fix compile warnings
Hg-commit: 22267683785e68ebfd477c3a238737f406248fdf |
| 4d88940a | 16-May-2008 |
Satish Balay <balay@mcs.anl.gov> |
fix compile warnings
Hg-commit: 40490eaa1d408debce886f75f2498180d5297632 |
| 951e3c8e | 16-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
finished adding protection for MPI IO usage in PETSc with PETSC_USE_MPIIO
Hg-commit: 81a22dfeb0164b21d7c287e99b92590bae6c4e5b |
| 617f0dbc | 15-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added MPI IO version of VecView_Seq_Binary and VecView_MPI_Binary changed Fortran PetscInitialize() so error from pxfgetarg in getting program name does not cause program stopping error
Hg-commit: f
added MPI IO version of VecView_Seq_Binary and VecView_MPI_Binary changed Fortran PetscInitialize() so error from pxfgetarg in getting program name does not cause program stopping error
Hg-commit: f4c0221f15d73814563525f0a0b96ccc7a2d1999
show more ...
|
| 5afb0711 | 15-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: ef52a8078177b8b44731cc9f45cd43f2b6261754 |
| a6796414 | 15-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
vecload and vecview_seq_binary now support MPI IO
Hg-commit: de95409472f3c12bc88b4c6d11233bfcf8c0fb39 |
| 9b754dc9 | 13-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PetscOptionsInsertFile() to be scalable, now only process zero in the communicator opens the file and broadcasts to the other processes. Arguments are changed.
Hg-commit: 045a41f43578938b
changed PetscOptionsInsertFile() to be scalable, now only process zero in the communicator opens the file and broadcasts to the other processes. Arguments are changed.
Hg-commit: 045a41f43578938b9b7dcef065cf7b8c9a0a8c4f
show more ...
|
| 708350f5 | 12-May-2008 |
Satish Balay <balay@mcs.anl.gov> |
fix compile warnings with MPI-IO changes
Hg-commit: 81e200c5ad71835daaafa31bbc03ebb7171e4d36 |
| 166c7f25 | 10-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PetscEvent to PetscLogEvent Removed initialization of global variables PetscLogEvent and PetscCookie to 0 since no longer needed
Hg-commit: b49d69f3756a139801bd445902e6aa5221450631 |
| 9afaeae2 | 10-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed PetscLogClassRegister() to PetscCookieRegister() and fixed calling sequence
Hg-commit: 9bf4c5c14bd579a1e7136bac681411624d111bf5 |
| 8cbcd9cc | 10-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
PetscLogEventRegister() returns event as final argument
Hg-commit: 48f3daa4669e948117ab4e8a2d02ec1f90b3dd53 |
| e39fd77f | 09-May-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
finished MPI IO version of binary viewer for Bags and with proper byte swapping for Intel with MPI IO
Hg-commit: 616bc2eeccfdf68ff3d242ffb3d0dcd0f069cbb2 |
| 6a1dac61 | 26-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed last of MPICCommToFortran() and noted removal in changes file
Hg-commit: 6f2ed111e44f0f9ada85eaf203e06178fe2efe07 |
| a542b6e8 | 25-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed no longer needed converts of Fortran to C MPI_Comm (since MPI 1.1 has a standard for this)
Hg-commit: 263aca0fcfe7efcaed30a4abb46e648de3bb24ab |
| 1f5c2bcc | 21-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed -np to -n for option used to pass number of processes to mpiexec in PETSc makefiles etc
Hg-commit: 32818c3c1dacc61b71d5dc1de8d364ff38c269b9 |
| 75cb352c | 17-Apr-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
changed install: rule to use SEDINPLACE minor updates to DMMG for SNES
Hg-commit: 92a0d5ea0bed969fbbcc0416d957a4775f3e8e94 |
| bf3909cd | 27-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed PetscLogFlops() to not call SETERRQ, removed PetscLogFlopsNoCheck(), removed bad use of flop variable to count flops before calling PetscLogFlops, added code so PetscLogFlops() does not chec
fixed PetscLogFlops() to not call SETERRQ, removed PetscLogFlopsNoCheck(), removed bad use of flop variable to count flops before calling PetscLogFlops, added code so PetscLogFlops() does not check for negative values in optimized code. Updated developers manual and changes file to reflect changes
Hg-commit: 65eb69a47addfb38d502e3eb1e848e8f9df0965c
show more ...
|
| 8cda6cd7 | 20-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
fixed some code in tfs to handle long doubles added crude support for using Intel's icc _quad type instead of long double (cause long double does not match real*16
Hg-commit: f61b45ea0e8f9447c84a535
fixed some code in tfs to handle long doubles added crude support for using Intel's icc _quad type instead of long double (cause long double does not match real*16
Hg-commit: f61b45ea0e8f9447c84a5352d72cec225a371329
show more ...
|
| b61f6c89 | 12-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
added -vecscatter_reproduce that causes receives in vecscatter to be done in the same order every run so results will be more reproducable. (Note order of operations in reductions may still preve
added -vecscatter_reproduce that causes receives in vecscatter to be done in the same order every run so results will be more reproducable. (Note order of operations in reductions may still prevent reproducability)
Hg-commit: 56bc79001a9b62acf153fab3aa9e45138992811b
show more ...
|
| 2360bd9c | 02-Mar-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed silly PetscMPIInt cast for call to APXY() in VecMAXPY()
Hg-commit: c19c1a8564e48408962f3d9d596f2fcde1c2bc64 |
| f5b6597d | 28-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
moved CHKMEMQ from VecScatter implementions to VecScatter begin and end more Fortran interfaces that take function pointers converted to use fortran_func_pointers added more diagonostic info to cu
moved CHKMEMQ from VecScatter implementions to VecScatter begin and end more Fortran interfaces that take function pointers converted to use fortran_func_pointers added more diagonostic info to cubic line search run.
Hg-commit: 86b833279a4c6e7df5897d034ee5efe88fb125cf
show more ...
|
| f8a50e2b | 25-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
implemented Model 1 of Paul Fischer's initial guess generator; uses classical Gram-Schmidt (may be unstable?)
Hg-commit: d7eb740eb5ccc53e50bcb12a80c20e1393300d21 |
| ce0a2cd1 | 21-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
mv zpetsc.h (a meaningless name) to fortranimpl.h (a slightly more meaningful name)
Hg-commit: d2687f12f92bff49ceff434100d018f6898829c3 |
| a9943481 | 10-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
removed support for old Cray Fortran charactor strings with cptofcd
Hg-commit: 90c05a4077e8e29d3872dcc8e341e586062f102d |
| 4305ce1f | 10-Feb-2008 |
Barry Smith <bsmith@mcs.anl.gov> |
commit after merge
Hg-commit: 8a3494c6c9d45dd0ecb952d60e50825a80149efd |