Searched refs:petscconf (Results 1 – 10 of 10) sorted by relevance
| /petsc/lib/petsc/bin/maint/ |
| H A D | abicheck.py | 46 petscconf = os.path.join(petsc_dir, petsc_arch, 'include', 'petscconf.h') 48 branch = subprocess.check_output(['grep', '^#define PETSC_VERSION_BRANCH_GIT', petscconf]) 50 hash = subprocess.check_output(['grep', '^#define PETSC_VERSION_GIT', petscconf])
|
| H A D | xclude | 101 petsc-dist/bin/petscconf.h.in.sav 105 petsc-dist/bin/petscconf.h.in.sav
|
| /petsc/config/BuildSystem/config/ |
| H A D | framework.py | 252 self.outputHeader(self.header, petscconf=True) 840 def outputDefines(self, defineDict, f, petscconf=False): argument 843 if petscconf and 'HIP_PLATFORM' in item: 963 def outputHeader(self, name, prefix = None, petscconf = False): argument 984 if (petscconf): 1003 self.outputDefines(defineDict, f,petscconf)
|
| /petsc/lib/petsc/conf/ |
| H A D | variables | 55 PETSCCONF_H = ${PETSC_DIR}/${PETSC_ARCH}/include/petscconf.h
|
| /petsc/ |
| H A D | gmakefile.test | 24 petscconf := $(PETSC_DIR)/$(PETSC_ARCH)/include/petscconf.h 104 $(generatedtest) : $(petscconf) $(petscvariables) $(CONFIGDIR)/gmakegentest.py $(TESTDIR)/.DIR | $$…
|
| H A D | makefile | 34 PETSCCONF_H = ${PETSC_DIR}/${PETSC_ARCH}/include/petscconf.h
|
| H A D | gmakefile | 67 $(generated) : $(petscconf) $(petscvariables) config/gmakegen.py
|
| /petsc/doc/changes/ |
| H A D | 2028.md | 11 - The macros in petscconf.h now begin with PETSC\_
|
| /petsc/doc/manual/ |
| H A D | fortran.md | 495 `$PETSC_DIR/$PETSC_ARCH/include/petscconf.h` based on the compilers
|
| /petsc/doc/developers/ |
| H A D | testing.md | 193 - Any defined variable in petscconf.h can be specified with the
|