Searched refs:Out (Results 1 – 9 of 9) sorted by relevance
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | ElfTools.pm | 143 my $Out = `$Cmd`; 145 if($Out=~/(\w+)\smachine/) 161 my $Out = qx/$Cmd/; 163 if($Out=~/X86_64/i) { 166 elsif($Out=~/X86/i) { 187 my $Out = `$Cmd`; 189 if($Out=~/architecture:\s+([\w\-\:]+)/)
|
| H A D | TUDump.pm | 591 my $Out = $TmpDir."/ctags.txt"; 592 system("$CTags --c-kinds=pxn -f \"$Out\" \"$Path\" 2>\"$TmpDir/null\""); 594 copy($Out, getDebugDir($LVer)."/ctags.txt"); 596 open(CTAGS, "<", $Out);
|
| H A D | SysFiles.pm | 2491 my $Out = $TmpDir."/preprocessed.h"; 2492 system($Cmd." >\"$Out\" 2>\"$TmpDir/null\""); 2494 return $Out;
|
| H A D | SysCheck.pm | 1620 my $Out = $TmpDir."/urpmf.out"; 1621 system("urpmf : >\"$Out\""); 1622 open(FILE, $Out);
|
| /petsc/src/ksp/ksp/impls/gmres/agmres/ |
| H A D | agmresorthog.c | 233 PetscErrorCode KSPAGMRESRodvec(KSP ksp, PetscInt nvec, PetscScalar *In, Vec Out) in KSPAGMRESRodvec() argument 257 PetscCall(VecGetArray(Out, &zloc)); in KSPAGMRESRodvec() 307 PetscCall(VecRestoreArray(Out, &zloc)); in KSPAGMRESRodvec()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscpc.pxi | 411 cdef Vec Out = ref_Vec(out) 421 op(Pc, toInt(point), Vec, Out, Is, asarray(pydofs), asarray(pydofsWithAll), *args, **kargs) 462 cdef Vec Out = ref_Vec(out) 472 op(Pc, toInt(point), Vec, Out, Is, asarray(pydofs), asarray(pydofsWithAll), *args, **kargs)
|
| H A D | PETSc.pyx | 315 "Out of memory. "
|
| /petsc/doc/install/ |
| H A D | install.md | 507 ## Installation Location: In-place or Out-of-place 519 ### Out-of-place Installation With `--prefix`
|
| /petsc/doc/manual/ |
| H A D | getting_started.md | 456 [0]PETSC ERROR: Out of memory. This could be due to allocating
|