| /petsc/ |
| H A D | GNUmakefile | 9 +@$(MAKE) -f makefile --no-print-directory $@ 17 +@$(MAKE) -f makefile --no-print-directory $@
|
| H A D | gmakefile.test | 1 # -*- 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 | .gitignore | 72 makefile.html
|
| H A D | makefile | 32 OMAKE_SELF = $(OMAKE) -f makefile 33 OMAKE_SELF_PRINTDIR = $(OMAKE_PRINTDIR) -f makefile
|
| /petsc/src/binding/petsc4py/demo/legacy/perftest/ |
| H A D | makefile | 27 ${MAKE} -f makefile.f2py 30 ${MAKE} -f makefile.petsc \
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | hpl.py | 32 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 D | builddist | 133 /bin/mv makefile makefile.bak 134 /bin/grep -v 'chmod' makefile.bak > makefile 135 /bin/rm -f makefile.bak
|
| /petsc/doc/ |
| H A D | makefile | 18 .PHONY: help makefile checklinks 45 %: makefile images
|
| /petsc/lib/petsc/conf/ |
| H A D | test | 1 # -*- mode: makefile -*-
|
| H A D | variables | 1 # -*- 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 D | rules | 1 # -*- mode: makefile-gmake -*- 9 # The makefile will then compile executables that link against the PETSc libraries
|
| /petsc/doc/manual/ |
| H A D | tests.md | 66 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 D | versionchecking.md | 42 way for `lt`, `le`, `gt`, and `ge`. This allows your application configure script, or `makefile` or…
|
| H A D | getting_started.md | 789 > 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 D | makefile | 35 ${MAKE} -f makefile.petsc \
|
| /petsc/config/ |
| H A D | gmakegen.py | 170 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 D | report_tests.py | 99 makefile="gmakefile.test" if inInstallDir() else "gmakefile" 102 print("# "+make+" -f "+makefile+" test test-fail=1")
|
| /petsc/share/petsc/ |
| H A D | Makefile.basic.user | 1 # -*- mode: makefile -*- 32 # You do not need to edit this makefile at all.
|
| /petsc/lib/petsc/bin/ |
| H A D | petscmpiexec | 54 if [ -f makefile ]; then
|
| /petsc/doc/tutorials/performance/ |
| H A D | guide_to_TAS.md | 10 > 1. This example source file, and the corresponding `makefile` are located in `PETSC_DIR/src/snes/…
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | install.rst | 42 or via the makefile rule ``test``::
|
| /petsc/doc/changes/ |
| H A D | 36.md | 32 - Add toplevel makefile targets *clean* and *distclean*. Target 33 *clean* deletes PETSc libraries built by makefile target *all*.
|
| H A D | 2017.md | 197 - 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 D | confpetsc.py | 278 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 D | testing.md | 10 - 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`
|