| /petsc/share/petsc/saws/ |
| H A D | linearsolveroptions.html | 5 <script src="https://www.mcs.anl.gov/research/projects/saws/js/jquery-1.9.1.js"></script> 7 …<script src="https://www.mcs.anl.gov/research/projects/saws/js/jquery-ui-1.10.3.custom/js/jquery-1… 8 …<script src="https://www.mcs.anl.gov/research/projects/saws/js/jquery-ui-1.10.3.custom/js/jquery-u… 9 <script src="js/matrixTex.js"></script> 10 <script src="js/main.js"></script> 11 <!-- <script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script> --> 12 <script src="js/tree.js"></script> 13 <script src="js/populateLists.js"></script> 14 <script src="js/listLogic.js"></script> 15 <script src="js/getCmdOptions.js"></script> [all …]
|
| /petsc/src/sys/fileio/ |
| H A D | smatlab.c | 4 PetscStartMatlab - starts up MATLAB with a MATLAB script 11 - script - name of script (without the .m) 23 The script must be in your MATLAB path or current directory 27 PetscErrorCode PetscStartMatlab(MPI_Comm comm, const char machine[], const char script[], FILE **fp) in PetscStartMatlab() argument 47 if (script) { in PetscStartMatlab() 49 /* the extra \" are to protect possible () in the script command from the shell */ in PetscStartMatlab() 50 …tartup.m ; path(path,'${WORKINGDIRECTORY}'); %s \" > ${HOMEDIRECTORY}/matlab/startup.m", script)); in PetscStartMatlab()
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | mpi4py.py | 3 import script 55 …gure.executeShellCommand(cleancmd, cwd=self.packageDir, checkCommand=script.Script.passCheckComma… 66 …igure.executeShellCommand(buildcmd, cwd=self.packageDir, checkCommand=script.Script.passCheckComma… 71 …gure.executeShellCommand(installcmd, cwd=self.packageDir,checkCommand=script.Script.passCheckComma…
|
| /petsc/share/petsc/saws/js/ |
| H A D | PETSc.js | 22 …$("head").append('<script src="js/parsePrefix.js"></script>');//reuse the code for parsing thru th… 23 …$("head").append('<script src="js/recordSawsData.js"></script>');//reuse the code for organizing d… 24 … $("head").append('<script src="js/utils.js"></script>');//necessary for the two js files above 25 …$("head").append('<script src="js/drawDiagrams.js"></script>');//contains the code to draw diagram… 26 … $("head").append('<script src="js/boxTree.js"></script>');//contains the code to draw the tree 27 …$("head").append('<script src="js/getCmdOptions.js"></script>');//contains the code to draw the tr…
|
| /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.
|
| /petsc/src/binding/petsc4py/demo/poisson2d/ |
| H A D | poisson2d.py | 20 # This demo is structured as a script to be executed using: 28 # At the start of your script, call `petsc4py.init` passing `sys.argv` so that 29 # command-line arguments to the script are passed through to PETSc. 47 # the script. 126 # passing ``-view_mat`` to the script. 155 # script.
|
| /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)
|
| H A D | makeall | 3 # This script makes a Apple iOS installer for PETSc, it uses arch-osx-simulator.py, makeframework, … 11 …echo "Could not locate include/petscversion.h! Please invoke this script from top level PETSc sour…
|
| /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/config/BuildSystem/ |
| H A D | script.py | 52 class Script(logger.Logger): class 87 self.help.title = 'Script Help' 90 self.actions.title = 'Script Actions' 99 …help.addArgument('Script', '-h', nargs.ArgBool(None, 0, 'Print this help message', isTemporary … 100 …help.addArgument('Script', '-help', nargs.ArgBool(None, 0, 'Print this help message', isTemporary … 101 …help.addArgument('Script', '-with-packages-download-dir=<dir>', nargs.ArgDir(None,None, 'Skip netw… 161 return Script.runShellCommandSeq([command], log=log, cwd=cwd, env=env) 213 …return Script.executeShellCommandSeq([command], checkCommand=checkCommand, timeout=timeout, log=lo… 220 checkCommand = Script.defaultCheckCommand 247 … (self.output, self.error, self.status) = Script.runShellCommandSeq(commandseq, log, cwd, env) [all …]
|
| /petsc/src/binding/petsc4py/demo/legacy/perftest/ |
| H A D | makefile | 15 SCRIPT=driver macro 19 ${MPIEXEC} ${PYTHON} ${SCRIPT}.py
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-f2py/ |
| H A D | makefile | 12 SCRIPT=run_demo macro 20 ${PYTHON} ${SCRIPT}.py
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-cython/ |
| H A D | makefile | 12 SCRIPT=run_demo macro 20 ${MPIEXEC} ${PYTHON} ${SCRIPT}.py
|
| /petsc/src/binding/petsc4py/demo/legacy/poisson3d/ |
| H A D | makefile | 20 SCRIPT=poisson3d macro 24 ${MPIEXEC} ${PYTHON} ${SCRIPT}.py
|
| /petsc/config/examples/ |
| H A D | arch-cray-xc40-knl-opt.py | 3 # Example configure script for Cray XC-series systems with Intel "Knights 5 # This script was constructed for and tested on the Cori XC40 system, but 62 # Below "--known-" options are from the "reconfigure.py" script generated
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-swig/ |
| H A D | makefile | 12 SCRIPT=run_demo macro 20 ${MPIEXEC} ${PYTHON} ${SCRIPT}.py
|
| /petsc/systems/Apple/OSX/bin/ |
| H A D | makeall | 3 # This script makes a Apple Mac OS X installer for PETSc, it uses arch-osx-release.py, arch-osx-deb… 12 …echo "Could not locate include/petscversion.h! Please invoke this script from top level PETSc sour…
|
| /petsc/lib/petsc/bin/ |
| H A D | petscnagfor | 9 # This script replaces the nagfor compiler wrapper that has design features 21 # This script does multiple tries when the NAG license server does not respond 30 # hence this script removes the lines of generated C code that check the lengths. 31 # nagfor does not handle -verbose or -v; so this script provides support 32 # nagfor does not handle -shared; this script passes it to linker with -Wl,-shared
|
| /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
|
| /petsc/config/ |
| H A D | example_template.py | 2 # This script was created by gmakegentest.py 37 # The diff flags come from script arguments
|
| 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)
|
| /petsc/ |
| H A D | .gitlab-ci.yml | 53 script: 73 script: 199 script: 234 script: 253 script: 266 script: 296 script: 297 - echo "pause-for-approval has no script to run" 325 script: 920 script: [all …]
|
| /petsc/share/petsc/xml/ |
| H A D | performance_xml2html.xsl | 7 * content: XML to HTML Transformation script for XML-formatted performance * 69 <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> 70 <script>jQuery.fn.extend({ 84 });</script> 176 <script> 186 </script> 187 <script> 197 </script>
|
| /petsc/src/binding/petsc4py/demo/hpddm/ |
| H A D | hpddm.py | 1 # This script demonstrates solving a symmetric positive definite linear system using PETSc and HPDD… 15 # Ensure that the script is run with exactly 4 processes
|
| /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
|