Home
last modified time | relevance | path

Searched refs:script (Results 1 – 25 of 35) sorted by relevance

12

/petsc/src/sys/fileio/
H A Dsmatlab.c27 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 Dlaunch.m9 % 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 DUFgetPetscMat.m3 % This script
H A DgeneratePetscTestFiles.m1 % This MATLAB script generates test matrices for PETSc
/petsc/config/BuildSystem/config/packages/
H A Dmpi4py.py3 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 Diosbuilder.py24 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 Dex29view.m3 % MATLAB script that plots solution from ex29.c
/petsc/src/binding/petsc4py/docs/source/
H A Dpetsc_options.rst21 Then one can provide command-line options when running a script:
42 In this way, if the script is run with
H A Dpetsc_python_types.rst30 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 Dmultibuild.md96 `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 Dguide_to_TAS.md29 …e present. This is also the same directory that contains the TAS python3 script `petsc_tas_analysi…
/petsc/config/
H A Dinstall.py26 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 Dconfigure.py325 import script
/petsc/doc/manual/
H A Dmatlab.md14 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 Dversionchecking.md42 way for `lt`, `le`, `gt`, and `ge`. This allows your application configure script, or `makefile` or…
H A Dtests.md78 (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 Dframework.py44 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 Dbase.py60 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 Dtesting.md44 - 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 Dbuildsystem.md141 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 D216.md7 - Added option '-suggest' to petscarch script. It suggests some
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DINSTALL75 2. Run vcvars64.bat script (C:\Microsoft Visual Studio 9.0\VC\bin\)
/petsc/config/PETSc/
H A DConfigure.py133 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 Dpipelines.md75 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 Ddocumentation48 Javascript is loaded into pcoptions.html at the beginning through the <script> tags.

12