| /petsc/config/BuildSystem/config/packages/ |
| H A D | Matlab.py | 25 output += ' matlab: '+self.executable+'\n' 88 self.executable = os.path.join(matlab,'bin','matlab -'+self.matlab_arch) 92 self.addMakeMacro('MATLAB_COMMAND',self.executable) 93 self.addDefine('MATLAB_COMMAND','"'+self.executable+'"')
|
| H A D | Python.py | 34 self.pyexe = sys.executable
|
| H A D | ExodusII.py | 38 args.append('-DPYTHON_EXECUTABLE:PATH='+sys.executable)
|
| H A D | MAGMA.py | 195 …codegen = ' codegen="' + sys.executable + ' tools/codegen.py"' # as of 2.6.1 they use /usr/bin/env…
|
| /petsc/config/ |
| H A D | petsc_harness.sh | 9 executable=${executable:=} 328 re="${executable}" 360 re="${executable}"
|
| H A D | install.py | 466 f.write('#!'+sys.executable+'\n')
|
| /petsc/share/petsc/matlab/ |
| H A D | launch.m | 11 % The MATLAB script will block on the PetscOpenSocket() until the PETSc executable is started.
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | LICENSE | 228 derivative of it, under Section 2) in object code or executable form 247 creates an executable that is a derivative of the Library (because it 249 library". The executable is therefore covered by this License. 289 Sections 1 and 2 above); and, if the work is an executable linked 293 executable containing the modified Library. (It is understood 301 rather than copying library functions into the executable, and (2) 318 For an executable, the required form of the "work that uses the 320 reproducing the executable from it. However, as a special exception, 324 which the executable runs, unless that component itself accompanies 325 the executable. [all …]
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | epydoc.cfg | 125 # executable. Graph types include: "classtree", "callgraph", 129 # The path to the Graphviz "dot" executable, used to generate
|
| H A D | confpetsc.py | 95 pyexe = sys.executable 693 rc = subprocess.call([sys.executable, stubgen], env=env) # noqa S603
|
| /petsc/doc/miscellaneous/ |
| H A D | codemanagement.md | 21 - Link the executable (which also removes the .o files). Users may 24 - Run the executable.
|
| /petsc/doc/developers/ |
| H A D | testing.md | 52 - one or more `mpiexec` tests that run the executable 56 entirely or multiple executable/diff tests within a single test. At the 57 core, the executable/diff test combination will look something like 123 - These arguments are passed to the executable. 143 the executable output to 166 testing directory so they will be found by the executable. If you 573 - The makefile target for the *executable* is `$PETSC_ARCH/tests/vec/is/sf/tests/ex1` 654 Use PETSC_CUDAMEMCHECK_COMMAND to change the executable to run and 696 To build an executable, give full path to location:
|
| /petsc/config/BuildSystem/config/ |
| H A D | programs.py | 144 self.addMakeMacro('PYTHON',sys.executable)
|
| H A D | base.py | 419 def getFullLinkerCmd(self, objects, executable): argument 423 return linker.getCommand(objects, executable)
|
| /petsc/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example.xcodeproj/ |
| H A D | project.pbxproj | 29 …mple */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex…
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | runtests.py | 161 return 'Python %d.%d.%d (%s)' % (x, y, z, sys.executable)
|
| /petsc/ |
| H A D | setup.py | 167 python = sys.executable
|
| H A D | gmakefile.test | 246 # ensure mpiexec and test executable is on firewall list 500 -@echo " Use PETSC_CUDAMEMCHECK_COMMAND to change the executable to run and" 543 -@echo " To build an executable, give full path to location:"
|
| H A D | makefile | 503 … --exclude-unreachable-branches --gcov-ignore-parse-errors -j 8 --gcov-executable "${PETSC_COVERAG…
|
| /petsc/lib/petsc/conf/ |
| H A D | rules | 252 # makes an Emscripten https://emscripten.org/ executable from a PETSc C main program 266 -@echo "make applicationname - compiles applicationname.[c,cxx,F,F90] file into an executable"
|
| /petsc/doc/changes/ |
| H A D | 2017.md | 87 size of your executable and the time it takes to link your
|
| H A D | 32.md | 33 libraries and executable are searched (when shared or dynamic
|
| /petsc/doc/manual/ |
| H A D | profiling.md | 620 entire executable. When the execution proceeds to code segments that are 668 Nsight Systems will generate profiling data with a CUDA executable 691 ranks call the executable directly. For example with MPICH
|
| H A D | performance.md | 442 the fastest executable, so some experimentation may be merited). With 716 available physical memory), or paging in of the initial executable.
|
| /petsc/doc/faq/ |
| H A D | index.md | 2121 copied in the executable. This way the size of the executable is considerably smaller than 2124 - Saves disk space when more than one executable is created 2126 file (executable) to the disk. 2138 ### What do I do if I want to move my executable to a different machine? 2141 alternative is to build the executable without shared libraries by first deleting the 2142 shared libraries, and then creating the executable.
|