| /petsc/src/sys/fileio/ |
| H A D | smatlab.c | 27 PetscErrorCode PetscStartMatlab(MPI_Comm comm, const char machine[], const char script[], FILE **fp) in PetscStartMatlab() argument 47 if (script) { in PetscStartMatlab() 50 …tartup.m ; path(path,'${WORKINGDIRECTORY}'); %s \" > ${HOMEDIRECTORY}/matlab/startup.m", script)); in PetscStartMatlab()
|
| /petsc/share/petsc/matlab/ |
| H A D | launch.m | 9 % To debug problems we recommend commenting out the launch script from the MATLAB script and 11 % The MATLAB script will block on the PetscOpenSocket() until the PETSc executable is started.
|
| H A D | UFgetPetscMat.m | 3 % This script
|
| H A D | generatePetscTestFiles.m | 1 % This MATLAB script generates test matrices for PETSc
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | mpi4py.py | 3 import script 55 …nfigure.executeShellCommand(cleancmd, cwd=self.packageDir, checkCommand=script.Script.passCheckCo… 66 …onfigure.executeShellCommand(buildcmd, cwd=self.packageDir, checkCommand=script.Script.passCheckCo… 71 …nfigure.executeShellCommand(installcmd, cwd=self.packageDir,checkCommand=script.Script.passCheckCo…
|
| /petsc/systems/Apple/iOS/bin/ |
| H A D | iosbuilder.py | 24 import script 26 class PETScMaker(script.Script): 34 script.Script.__init__(self, argDB = argDB) 62 help = script.Script.setupHelp(self, help) 70 script.Script.setup(self)
|
| /petsc/src/snes/tutorials/ |
| H A D | ex29view.m | 3 % MATLAB script that plots solution from ex29.c
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | petsc_options.rst | 21 Then one can provide command-line options when running a script: 42 In this way, if the script is run with
|
| H A D | petsc_python_types.rst | 30 The default preconditioner in the script is `petsc4py.PETSc.PC.Type.JACOBI` 50 We can run the script used to test our matrix class and use command line
|
| /petsc/doc/install/ |
| H A D | multibuild.md | 96 `reconfigure` script: 107 to simply as `reconfigure`) script is generated for you upon successfully finishing 144 The `reconfigure` script also comes with one additional powerful tool, namely the 151 …ad an installation of PETSc with the following arguments (represented in the `reconfigure` script): 180 it is useful to symlink the `reconfigure` script for each `$PETSC_ARCH` that you
|
| /petsc/doc/tutorials/performance/ |
| H A D | guide_to_TAS.md | 29 …e present. This is also the same directory that contains the TAS python3 script `petsc_tas_analysi…
|
| /petsc/config/ |
| H A D | install.py | 26 import script 33 class Installer(script.Script): 39 script.Script.__init__(self, argDB = argDB) 46 script.Script.setupHelp(self, help) 60 script.Script.setup(self)
|
| H A D | configure.py | 325 import script
|
| /petsc/doc/manual/ |
| H A D | matlab.md | 14 not interactively, but from a script or the PETSc program (this uses 100 `PetscStartMatlab(MPI_Comm,char *machine,char *script,FILE **fp)`; 101 where `machine` and `script` may be `NULL`. It is also possible to
|
| H A D | versionchecking.md | 42 way for `lt`, `le`, `gt`, and `ge`. This allows your application configure script, or `makefile` or…
|
| H A D | tests.md | 78 (see the discussion of `search` below), denotes the shell script: 86 `-h` option to the shell script to see these options.
|
| /petsc/config/BuildSystem/config/ |
| H A D | framework.py | 44 import script 57 class Framework(config.base.Configure, script.LanguageProcessor): 69 script.LanguageProcessor.__init__(self, clArgs, argDB) 112 d = script.LanguageProcessor.__getstate__(self, d) 120 script.LanguageProcessor.__setstate__(self, d) 200 argDB = script.Script.setupArguments(self, argDB) 1446 import script 1449 if script.useParallel: 1456 self.parallelQueueEvaluation(self.childGraph, script.useParallel)
|
| H A D | base.py | 60 import script 69 class Configure(script.Script): 71 script.Script.__init__(self, framework.clArgs, framework.argDB) 94 script.Script.setup(self)
|
| /petsc/doc/developers/ |
| H A D | testing.md | 44 - A single shell script 127 - These arguments are passed to the `lib/petsc/bin/petscdiff` script that 291 In this case, each loop value generates a separate script, 476 Each shell script would invoke twice. 574 - The shell script running the test is located at: `$PETSC_DIR/$PETSC_ARCH/tests/vec/is/sf/tests/ru… 577 are two basic methods of doing this: 1) use shell script directly in test 972 In this case, the trick is to use the verbose option, `V=1` (or for the shell script workflows, `-v… 1020 our own simple harness given by a single shell script that each file 1053 A sample shell script is given the following. 1065 `petsc_harness.sh` is a small shell script that provides the logging and reporting
|
| H A D | buildsystem.md | 141 The `configure.py` script constructs a tree of configure modules and 207 process, and a script to recreate the configure run.
|
| /petsc/doc/changes/ |
| H A D | 216.md | 7 - Added option '-suggest' to petscarch script. It suggests some
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | INSTALL | 75 2. Run vcvars64.bat script (C:\Microsoft Visual Studio 9.0\VC\bin\)
|
| /petsc/config/PETSc/ |
| H A D | Configure.py | 133 for script in self.framework.argDB['with-package-scripts']: 134 if os.path.splitext(script)[1] != '.py': 135 …configure package script format should be specified! Invalid option -with-package-scripts='+script) 136 self.framework.logPrint('User is registering a new package script: '+script) 137 dname,fname = os.path.split(script) 545 import script
|
| /petsc/doc/developers/contributing/ |
| H A D | pipelines.md | 75 where `job_1` is, for example, `linux-intel`. The script will then prompt you to push the branch of…
|
| /petsc/share/petsc/saws/ |
| H A D | documentation | 48 Javascript is loaded into pcoptions.html at the beginning through the <script> tags.
|