Home
last modified time | relevance | path

Searched refs:executable (Results 1 – 25 of 29) sorted by relevance

12

/petsc/config/BuildSystem/config/packages/
H A DMatlab.py25 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 DPython.py34 self.pyexe = sys.executable
H A DExodusII.py38 args.append('-DPYTHON_EXECUTABLE:PATH='+sys.executable)
H A DMAGMA.py195 …codegen = ' codegen="' + sys.executable + ' tools/codegen.py"' # as of 2.6.1 they use /usr/bin/env…
/petsc/config/
H A Dpetsc_harness.sh9 executable=${executable:=}
328 re="${executable}"
360 re="${executable}"
H A Dinstall.py466 f.write('#!'+sys.executable+'\n')
/petsc/share/petsc/matlab/
H A Dlaunch.m11 % The MATLAB script will block on the PetscOpenSocket() until the PETSc executable is started.
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DLICENSE228 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 Depydoc.cfg125 # executable. Graph types include: "classtree", "callgraph",
129 # The path to the Graphviz "dot" executable, used to generate
H A Dconfpetsc.py95 pyexe = sys.executable
693 rc = subprocess.call([sys.executable, stubgen], env=env) # noqa S603
/petsc/doc/miscellaneous/
H A Dcodemanagement.md21 - Link the executable (which also removes the .o files). Users may
24 - Run the executable.
/petsc/doc/developers/
H A Dtesting.md52 - 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 Dprograms.py144 self.addMakeMacro('PYTHON',sys.executable)
H A Dbase.py419 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 Dproject.pbxproj29 …mple */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex…
/petsc/src/binding/petsc4py/test/
H A Druntests.py161 return 'Python %d.%d.%d (%s)' % (x, y, z, sys.executable)
/petsc/
H A Dsetup.py167 python = sys.executable
H A Dgmakefile.test246 # 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 Dmakefile503 … --exclude-unreachable-branches --gcov-ignore-parse-errors -j 8 --gcov-executable "${PETSC_COVERAG…
/petsc/lib/petsc/conf/
H A Drules252 # 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 D2017.md87 size of your executable and the time it takes to link your
H A D32.md33 libraries and executable are searched (when shared or dynamic
/petsc/doc/manual/
H A Dprofiling.md620 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 Dperformance.md442 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 Dindex.md2121 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.

12