Lines Matching refs:different
52 This will provide a summary of the bandwidth with different number of MPI
70 uses a different memory bus:
121 evolving and compilers on different machines were not identical. Using C function pointers
139 - We employ continuous integration testing of the entire PETSc library on many different
186 sequential; you don't call a different routine for each format.
197 ### How come when I run the same program on the same number of processes I get a "different" answer?
200 different runs the order at which values arrive at a given process (via MPI) can be in a
201 different order, thus the order in which some floating point arithmetic operations are
202 performed will be different. Since floating point arithmetic is not
203 associative, the computed quantity may be slightly different.
210 The discussion above assumes that the exact same algorithm is being used on the different
211 number of processes. When the algorithm is different for the different number of processes
212 (almost all preconditioner algorithms except Jacobi are different for different number of
214 different numbers of processes. In some cases (for example block Jacobi preconditioner) it
217 …## How come when I run the same linear solver on a different number of processes it takes a differ…
351 different libraries; no other message-passing system provides this support. All of the
355 In addition, since MPI is a standard, several different groups have already provided
420 …H (or Open MPI) `mpi.h` version but now appears to be compiling using a different MPICH (or Open M…
619 ### Can I Create BAIJ matrices with different size blocks for different block rows?
804 /* Can always change to different type */
917 ### How can I use Newton's Method Jacobian free? Can I difference a different function than provide…
944 To difference a different function than that passed to `SNESSetJacobian()` to compute the
1086 processes will be in a different part of the mesh for the two schemes. To resolve this you
1306 ### How does PETSc's `-help` option work? Why is it different for different programs?
1322 root rank**. Different programs may take different paths through PETSc source code, so
1323 they will encounter different providers, and therefore have different `-help` output.
1898 process in a different file \[as %p i.e PID, is different for each MPI process.
1953 until you start using the different locations in the array. Thus, in a code, if at each
2030 installed. This could also happen on clusters - where the paths are different on the (run)
2136 different `$PETSC_ARCH` for this build so you can easily switch between the two).
2138 ### What do I do if I want to move my executable to a different machine?