Home
last modified time | relevance | path

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

12

/petsc/
H A DGNUmakefile9 +@$(MAKE) -f makefile --no-print-directory $@
17 +@$(MAKE) -f makefile --no-print-directory $@
H A Dgmakefile.test1 # -*- mode: makefile-gmake -*-
297 # Fortran source files need petsc*.mod, which isn't explicitly managed in the makefile.
449 -@echo "PETSc makefile Basic usage:"
549 -@echo "All makefile targets and their dependencies:"
550 -@grep ^[a-z] ${makefile} | grep : | grep -v =
H A D.gitignore72 makefile.html
H A Dmakefile32 OMAKE_SELF = $(OMAKE) -f makefile
33 OMAKE_SELF_PRINTDIR = $(OMAKE_PRINTDIR) -f makefile
/petsc/src/binding/petsc4py/demo/legacy/perftest/
H A Dmakefile27 ${MAKE} -f makefile.f2py
30 ${MAKE} -f makefile.petsc \
/petsc/config/BuildSystem/config/packages/
H A Dhpl.py32 makefile = os.path.join(srcDir, 'makefile')
34 g = open(makefile,'w')
70 if self.installNeeded(makefile):
81 self.postInstall(output1+err1+output2+err2,makefile)
/petsc/lib/petsc/bin/maint/
H A Dbuilddist133 /bin/mv makefile makefile.bak
134 /bin/grep -v 'chmod' makefile.bak > makefile
135 /bin/rm -f makefile.bak
/petsc/doc/
H A Dmakefile18 .PHONY: help makefile checklinks
45 %: makefile images
/petsc/lib/petsc/conf/
H A Dtest1 # -*- mode: makefile -*-
H A Dvariables1 # -*- mode: makefile-gmake -*-
4 # Put them in the makefile or use make CFLAGS=xxx yyy
46 # The makefile can then use the variable values for their own rules to build executables
H A Drules1 # -*- mode: makefile-gmake -*-
9 # The makefile will then compile executables that link against the PETSc libraries
/petsc/doc/manual/
H A Dtests.md66 contained within the test source file, that are invoked by the makefile
129 In any sub-directory of that directory named `tests` or `tutorials` put a PETSc makefile, for examp…
130 `src/ts/tutorials/makefile` and standalone test applications that the makefile can compile with, fo…
H A Dversionchecking.md42 way for `lt`, `le`, `gt`, and `ge`. This allows your application configure script, or `makefile` or…
H A Dgetting_started.md789 > to your directory, for example, `cp $PETSC_DIR/share/petsc/Makefile.user makefile`
791 > Examine the comments in this makefile.
814 > - Using make. Update the application makefile to add the appropriate PETSc include
818 > that file to your makefile.
826 … to the bottom of your makefile. This will provide a set of PETSc-specific make variables yo…
836 …> to the bottom of your makefile. See the comments in the file \$PETSC_DIR/share/petsc/Make…
838 > your makefile.
840 …> - Not recommended since you must change your makefile for each new configuration/computing …
842 …> makefile. Run the following command in the PETSc root directory to get the information ne…
851 …FLAGS=<list of -I and other flags>` and `FFLAGS=<list of -I and other flags>` etc in your makefile.
/petsc/src/binding/petsc4py/demo/legacy/poisson3d/
H A Dmakefile35 ${MAKE} -f makefile.petsc \
/petsc/config/
H A Dgmakegen.py170 makefile = os.path.join(root,'makefile')
171 if os.path.isfile(makefile):
175 with open(makefile) as mklines:
195 if os.path.isfile(makefile): self.gendeps.append(self.relpath(root, 'makefile'))
H A Dreport_tests.py99 makefile="gmakefile.test" if inInstallDir() else "gmakefile"
102 print("# "+make+" -f "+makefile+" test test-fail=1")
/petsc/share/petsc/
H A DMakefile.basic.user1 # -*- mode: makefile -*-
32 # You do not need to edit this makefile at all.
/petsc/lib/petsc/bin/
H A Dpetscmpiexec54 if [ -f makefile ]; then
/petsc/doc/tutorials/performance/
H A Dguide_to_TAS.md10 > 1. This example source file, and the corresponding `makefile` are located in `PETSC_DIR/src/snes/…
/petsc/src/binding/petsc4py/docs/source/
H A Dinstall.rst42 or via the makefile rule ``test``::
/petsc/doc/changes/
H A D36.md32 - Add toplevel makefile targets *clean* and *distclean*. Target
33 *clean* deletes PETSc libraries built by makefile target *all*.
H A D2017.md197 - For mixed Fortran/C users: added the makefile flag FCONF that may
199 src/vec/examples/tutorials/makefile
/petsc/src/binding/petsc4py/conf/
H A Dconfpetsc.py278 PETSC_ARCH = makefile(open(petscvars, 'rt')).get('PETSC_ARCH')
295 return makefile(StringIO(confstr))
520 conf = makefile(open(petscvariables, 'rt'))
982 def makefile(fileobj, dct=None): function
/petsc/doc/developers/
H A Dtesting.md10 - The *PETSc test harness* that consists of makefile and shell scripts that runs the executables wi…
46 - A single makefile
170 makefile dependencies.
561 makefile targets and shell scripts.
572 - The makefile target for the *test* is `vec_is_sf_tests-ex1_basic_1`
573 - The makefile target for the *executable* is `$PETSC_ARCH/tests/vec/is/sf/tests/ex1`

12