Home
last modified time | relevance | path

Searched refs:message (Results 1 – 25 of 92) sorted by relevance

1234

/petsc/src/sys/tutorials/output/
H A Dex5f90_1.out2 nxc = 56 ; nxc_variable help message
3 rarray = 4. 5. 88. ; rarray help message
4 x = 103.2 ; x variable help message
5 t = TRUE; t boolean help message
6 tarray = FALSE FALSE FALSE; tarray help message
7 c = hello; string help message
8 y = -11. ; y variable help message
9 pos_x1 = 1. ; tuple value 1 help message
10 pos_x2 = 2. ; tuple value 2 help message
11 enum = b456; (list) tuple value 2 help message
[all …]
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_diag.py430 message: str
437 …def __init__(self, kind: DiagnosticKind, flag: str, message: str, location: SourceLocationLike, pa…
459 self.message = str(message)
468 …def make_message_from_formattable(message: str, crange: Optional[Formattable] = None, num_context:…
489 return message
574 message = self.message
576 if self.FLAG_SUBST in message:
577 message = message.replace(self.FLAG_SUBST, clflag.lstrip())
580 pos = message.find(sub)
582 message += clflag
[all …]
/petsc/src/sys/tutorials/
H A Dex3f90.F9033 PetscReal, allocatable :: message(:, :)
60 allocate (message(msgLen, msglen))
63 message(i, j) = 10.0_PETSC_REAL_KIND*j + i*1.0_PETSC_REAL_KIND/(rank + 1_PETSC_MPIINT_KIND)
90 …PetscCallMPIA(MPI_Isend(message, msgLen, MPIU_REAL, mod(rank + 1_PETSC_MPIINT_KIND, size), tagMsg …
91 …PetscCallMPIA(MPI_Recv(message, msgLen, MPIU_REAL, mod(rank - 1_PETSC_MPIINT_KIND + size, size), t…
200 …PetscCallMPIA(MPI_Isend(message, msgLen, MPIU_REAL, mod(rank + 1_PETSC_MPIINT_KIND, size), tagMsg …
201 …PetscCallMPIA(MPI_Recv(message, msgLen, MPIU_REAL, mod(rank - 1_PETSC_MPIINT_KIND + size, size), t…
228 deallocate (message)
/petsc/src/binding/petsc4py/test/
H A Druntests.py197 def writeln(self, message=''): argument
202 writeln_orig(self, message)
226 def writeln(message='', endl='\n'): argument
227 if message is None:
231 message = f'{prefix} {message}'
232 Sys.syncPrint(message, endl=endl, flush=True)
/petsc/src/sys/info/
H A Dverboseinfo.c587 PetscErrorCode PetscInfo_Private(const char func[], PetscObject obj, const char message[], ...) in PetscInfo_Private() argument
600 PetscAssertPointer(message, 3); in PetscInfo_Private()
635 va_start(Argp, message); in PetscInfo_Private()
636 PetscCall(PetscVSNPrintf(string + len, 8 * 1024 - len, message, &fullLength, Argp)); in PetscInfo_Private()
641 va_start(Argp, message); in PetscInfo_Private()
642 PetscCall((*PetscVFPrintf)(petsc_history, message, Argp)); in PetscInfo_Private()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSys.pyx190 message = ''.join(format) % args
192 message = ''
194 message = str2bytes(message, &m)
234 message = ''.join(format) % args
236 message = str2bytes(message, &m)
/petsc/src/sys/error/ftn-custom/
H A Dzerrf.c82 …cerror_(MPI_Fint *comm, PetscErrorCode *number, PetscErrorType *p, char *message, PETSC_FORTRAN_CH… in petscerror_() argument
86 FIXCHAR(message, len, t1); in petscerror_()
88 FREECHAR(message, t1); in petscerror_()
/petsc/src/dm/tutorials/output/
H A Dswarm_ex1_4.out8 message lengths status: finalized
H A Dswarm_ex1_2.out8 message lengths status: finalized
H A Dswarm_ex1_8.out11 message lengths status: finalized
H A Dswarm_ex1_3.out27 message lengths status: finalized
H A Dswarm_ex1_6.out11 message lengths status: finalized
/petsc/src/sys/fileio/
H A Dmprint.c581 char *message; in PetscSynchronizedFlush() local
600 PetscCall(PetscMalloc1(size, &message)); in PetscSynchronizedFlush()
601 PetscCallMPI(MPI_Recv(message, size, MPI_CHAR, i, tag, comm, &status)); in PetscSynchronizedFlush()
602 PetscCall(PetscFPrintf(comm, fd, "%s", message)); in PetscSynchronizedFlush()
603 PetscCall(PetscFree(message)); in PetscSynchronizedFlush()
/petsc/doc/community/
H A Dmailing.md51 message. Instead, include them as attachments.
52 - Please do NOT paste **entire** programs DIRECTLY into the email message. Instead,
59 - Copy of the **complete** error message using cut-and-paste, if feasible, otherwise include the fu…
60 message as a **text** attachment, not a screenshot.
/petsc/src/sys/tests/output/
H A Dex73_0.out9 [0]PETSC ERROR: ----------------End of Error Message -------send entire error message to petsc-main…
H A Dex70_1.out10 [0]PETSC ERROR: ----------------End of Error Message -------send entire error message to petsc-main…
H A Dex73_0_alt.out10 [0]PETSC ERROR: ----------------End of Error Message -------send entire error message to petsc-main…
/petsc/doc/developers/contributing/
H A Ddevelopingmr.md79 - Commit code with good commit message, for example
92 …If any interfaces have changed, the commit should fix occurrences in PETSc itself and the message
94 …it message tags you should use; this makes it easy to search for specific types of contributions. …
98 …ting an initial version of the patch, acknowledge them using tags at the end of the commit message.
/petsc/src/binding/petsc4py/src/petsc4py/lib/
H A D__init__.py97 warnings.filterwarnings('ignore', message='numpy.dtype size changed')
98 warnings.filterwarnings('ignore', message='numpy.ndarray size changed')
/petsc/src/ts/tests/output/
H A Dex26_arkimex_explicit_stage.out12 [0]PETSC ERROR: ----------------End of Error Message -------send entire error message to petsc-main…
/petsc/src/snes/tutorials/output/
H A Dex19_failure_size.out11 [0]PETSC ERROR: ----------------End of Error Message -------send entire error message to petsc-main…
/petsc/src/binding/petsc4py/docs/source/
H A Dindex.rst21 all message-passing communication.
/petsc/src/sys/objects/device/tests/output/
H A Dex12_device_enable-eager_cuda_env_set_empty_device_enable_cuda-eager.out18 [0]PETSC ERROR: ----------------End of Error Message -------send entire error message to petsc-main…
H A Dex12_device_enable-none_cuda_env_set_empty_device_enable_cuda-eager.out18 [0]PETSC ERROR: ----------------End of Error Message -------send entire error message to petsc-main…
H A Dex12_device_enable-lazy_cuda_env_set_empty_device_enable_cuda-eager.out18 [0]PETSC ERROR: ----------------End of Error Message -------send entire error message to petsc-main…

1234