1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531
|
<html>
<body BGCOLOR="FFFFFF">
<h1> Docs: Changes: 2.3.1</h1>
<p align="center"><font color="#ff0000" size="5"><a name="CHANGES">CHANGES</a>
in PETSc 2.3.1 </font></p>
<p><u><b>General:</b></u></p>
<ul>
<li>-log_info is now just -info; PetscLogInfo...() is now
PetscInfo...()</li>
<li>Added TOPS solver components. [requires CCA tools like
babel]</li>
<li>Added supported for IBM BGL with optimzed fortran kernels</li>
<li>bin/petscarch is removed. Use can give any name to
PETSC_ARCH. [if not - configure picks a default name]</li>
<li>PetscMap is no longer a public PETSc object</li>
</ul>
<p><u><b>Vec:<br>
</b></u></p>
<ul>
<li>Changed prototypes for VecMDotBegin(), VecMDotEnd(),
VecMTDotBegin(), VecMTDotEnd() to confirm with PETSc prototype style</li>
<li>ISColoringCreate() takes another argument<br>
</li>
</ul>
<ul>
</ul>
<p><u><b>Mat:</b></u></p>
<ul>
<li>MatScaleSystem() and MatUnscaleSystem() now take arguments
b,x instead of x,b</li>
<li>Added MatSeqAIJSetPreallocationCSR(), MatGetSubMatrixRaw()<br>
</li>
<li>Added MatSolveTranspose()
for superlu</li>
<li>Added support for matrix types MATCSRPERM, MATCRL - for
vector
based machines.</li>
<li>Added MatMatMult for seqdense</li>
<li>Added MatRealPart, ImaginaryPart for AIJ, BAIJ, SBAIJ
matrices</li>
<li>Added MatGetRowUpperTriangular() to mpisbaij matrix<br>
</li>
</ul>
<p><u><b>PC:</b></u> </p>
<ul>
<li> PCPrometheusSetCoordinates() changed to PCSetCoordinates()
</li>
<li>Moved src/ksp/pc/pcimpl.h to include/private/pcimpl.h</li>
<li>PCPreSolve() and PCPostSolve() now consistently take
arguments b,x before sometimes they took x,b</li>
<li>PCXXXSetYYY() and -pc_xxx_yyyy are now changed to
PCFactorSetYYY() and -pc_factor_yyyy for XXX LU, ILU, Cholesky, and ICC</li>
</ul>
<p><u><b>KSP:</b></u></p>
<ul>
<li>-ksp_view, -ksp_monitor now take an optional filename
argument</li>
<li>Added PetscLLAddPerm() to symbolic LU factorization<br>
</li>
</ul>
<p><u><b>config/configure.py:<br>
</b></u></p>
<ul>
<li>Changed --with-64-bit-ints to --with-64-bit-indices<br>
</li>
<li>config/configure.py now supports the arguments
--with-precision=longdouble and --with-precision=int, these currently
have limited functionality and certain things like binary IO does not
work.</li>
<li>Option --LIBS=<extra libs> for some broken compilers
that require that require extra system libraries to be linked with</li>
<li>Changed --with-fortran-kernels=<0,1> option
to --with-fortran-kernels=<none,generic,bgl> <br>
</li>
<li>Support --with-large-file-io=<bool> which indicates
using files larger than 2GB</li>
<li>--with-f90-header, --with-f90-source options merged into a
single option - for eg: --with-f90-interface=intel8</li>
<li>Added --with-is-color-value-type=<char,short>: char
gives max of 256 colors, short gives max of 65536 colors</li>
<li>Configure always tries to build libraries with PIC [or
equivalent flag] To disable this, use: --with-pic=0</li>
<li>Added --with-c-language-support for comiling PETSc with 'c'
linkage - but with a c++ compiler.</li>
<li>---download-mpich option now defaults to pm=gforker. To use
mpd - use the additional option --download-mpich-pm=mpd</li>
<li>--with-timer option is added [if the user knows MPI_Wtime()
is accurate/low-overhead on a machine - then use: --with-timer=mpi]<br>
</li>
</ul>
<ul>
</ul>
<p><u><b>SNES:<br>
</b></u></p>
<ul>
<li>-snes-view, -snes_monitor now take an optional filename
argument<br>
</li>
</ul>
<ul>
</ul>
<p> <u><b>TS:<br>
</b></u></p>
<ul>
<li>-ts_view, -ts_monitor now take an optional filename argument<br>
</li>
</ul>
<p><u><b> </b></u> </p>
<ul>
</ul>
<p><span style="font-weight: bold; text-decoration: underline;">DA:</span><br>
</p>
<ul>
</ul>
<p><span style="font-weight: bold; text-decoration: underline;">DMMG:</span><br>
</p>
<ul>
<li>Arguments to DMMGSetKSP() changed. Now the callback which forms the linear system
matrix can optionally fill also an alternate matrix for the preconditioner.</li>
<br>
</ul>
<p><span style="font-weight: bold; text-decoration: underline;">SYS:<br>
</span></p>
<ul>
<li>PetscViewerFileType changed to PetscFileMode<br>
</li>
<li>PetscViewerSetFileType() changed to PetscViewerFileSetMode()<br>
</li>
</ul>
<ul>
</ul>
<p><span style="font-weight: bold; text-decoration: underline;">Fortran:<br>
</span></p>
<ul>
<li>remove the special libpetscfortran.a [fortran interface
& c interface now go into the same library]</li>
<li>With some f90 compilers - PETSc datatypes [like
PetscScalar,PetscInt] will use f90 KIND declaration - so if this
code is in fixed form - there could be errors with lines
exceeding 72 char limit <br>
</li>
</ul>
<p> </p>
<ul>
</ul>
<p><span style="font-weight: bold; text-decoration: underline;"><a href="http://www.mcs.anl.gov/petsc/petsc-as/miscellaneous/external.html">ExternalPackages</a>:<br>
</span></p>
<ul>
<li>PLAPACK support added</li>
<li>BLOPEX support added</li>
<li>Updated Pvode interface to the newer Sundials package
[configure option --download-sundials=1</li>
<li>Added --download-mpe=1</li>
<li>fblaslapack now has complete blas - as required by some
external packages</li>
</ul>
<br>
</td>
</tr>
<tr>
<td colspan="2" width="100%">
<hr color="#ff5b5b" size="4"> </td>
</tr>
</tbody>
</table>
</body>
</html>
</body>
</html>
|