Searched refs:FC (Results 1 – 18 of 18) sorted by relevance
| /petsc/share/petsc/ |
| H A D | Makefile.user | 53 FC := $(shell pkg-config --variable=fcompiler $(PACKAGES)) 65 @echo FC=$(FC)
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-f2py/ |
| H A D | makefile | 24 F77="${FC}" F77FLAGS="${FC_FLAGS}" \ 25 F90="${FC}" F90FLAGS="${FC_FLAGS}" \
|
| /petsc/src/binding/petsc4py/demo/legacy/perftest/ |
| H A D | makefile.petsc | 18 ${FC} -o ${OBJSF} ${SOURCEF} -c ${FC_FLAGS} ${FFLAGS}
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-cython/ |
| H A D | makefile | 23 CC=${CC} F90=${FC} \
|
| /petsc/src/binding/petsc4py/demo/legacy/wrap-swig/ |
| H A D | makefile | 23 CC=${CC} F90=${FC} LDSHARED='${CLINKER} -shared' \
|
| /petsc/doc/install/ |
| H A D | install_tutorial.md | 288 FC arch-darwin-c-debug/obj/src/sys/ftn-mod/petscsysmod.o 289 FC arch-darwin-c-debug/obj/src/sys/fsrc/somefort.o 293 FC arch-darwin-c-debug/obj/src/snes/ftn-mod/petscsnesmod.o 294 FC arch-darwin-c-debug/obj/src/ts/ftn-mod/petsctsmod.o 295 FC arch-darwin-c-debug/obj/src/tao/ftn-mod/petsctaomod.o
|
| /petsc/ |
| H A D | gmakefile | 226 …$(call quiet,FCMOD) $(MODDIR) && $(FC) -c $(FC_FLAGS) $(FFLAGS) $(FCPPFLAGS) $(FC_DEPFLAGS) $(absp… 234 …$(call quiet,FCMOD) $(MODDIR) && $(FC) -c $(FC_FLAGS) $(FFLAGS) $(FCPPFLAGS) $(FC_DEPFLAGS) $(absp… 320 -@if [ "${FC}" != "" ]; then\ 342 -@if [ "${FC}" != "" ]; then\
|
| H A D | gmakefile.test | 123 PETSC_COMPILE.F = $(call quiet,FC) -c $(FC_FLAGS) $(FFLAGS) $(FCPPFLAGS) $(FC_DEPFLAGS) 203 …$(call quiet,FCMOD) $(TESTMODDIR) && $(FC) -c $(FC_FLAGS) $(FFLAGS) $(FCPPFLAGS) $(FC_DEPFLAGS) -I… 211 …$(call quiet,FCMOD) $(TESTMODDIR) && $(FC) -c $(FC_FLAGS) $(FFLAGS) $(FCPPFLAGS) $(FC_DEPFLAGS) -I…
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | fblaslapack.py | 49 fc = self.compilers.FC
|
| H A D | OpenBLAS.py | 74 cmdline += 'FC='+self.compilers.FC+' '
|
| /petsc/lib/petsc/conf/ |
| H A D | rules_util.mk | 25 -@echo ${FC} 49 …-@echo CC='"${CC}"' CXX='"${CXX}"' FC='"${FC}"' CFLAGS='"${CC_FLAGS}"' CXXFLAGS='"${CXX_FLAGS}"' …
|
| H A D | variables | 89 PETSC_FCOMPILE_SINGLE = ${FC} -o $@ -c ${FC_FLAGS} ${FFLAGS} ${FCPPFLAGS}
|
| H A D | rules | 174 ${FC} -c ${FC_FLAGS} ${FFLAGS} -o $@ $<
|
| /petsc/config/BuildSystem/config/ |
| H A D | compilersFortran.py | 261 if config.setCompilers.Configure.isPGI(self.setCompilers.FC, self.log): 343 if config.setCompilers.Configure.isIBM(self.setCompilers.FC, self.log):
|
| H A D | setCompilers.py | 1760 yield self.FC 1847 del self.FC 1850 self.executeShellCommand(self.FC+' --version', log = self.log) 1862 yield self.FC+' -E' 1863 yield self.FC+' --use cpp32' 2631 self.addSubstitution('FC', self.FC) 2657 self.FC = mpifc
|
| /petsc/config/PETSc/ |
| H A D | Configure.py | 339 …raise RuntimeError('Error! Fortran compiler "'+self.compilers.FC+'" does not support F90! PETSc Fo… 341 …raise RuntimeError('Error! Fortran compiler "'+self.compilers.FC+'" does not have a C-interoperabl… 344 …raise RuntimeError('Error! Fortran compiler "'+self.compilers.FC+'" does not support F2003 GET_COM… 346 …raise RuntimeError('Error! Fortran compiler "'+self.compilers.FC+'" does not support the F2018 sta…
|
| /petsc/src/ts/impls/implicit/irk/ |
| H A D | irk.c | 456 static PetscErrorCode SNESTSFormFunction_IRK(SNES snes, Vec ZC, Vec FC, TS ts) in SNESTSFormFunction_IRK() argument 480 PetscCall(VecStrideScatterAll(YdotI, FC, INSERT_VALUES)); in SNESTSFormFunction_IRK()
|
| /petsc/src/ts/tutorials/ |
| H A D | chem_meth_ethanol.inp | 432 LOW /4.72E24 -2.87 1550/ ! RAS/GLA08 ALL/DRY97 (FC=0.95-1E-04*T) 437 ! LOW /7.56E19 -1.41 0/ ! RAS/GLA08 YAR/SUT91 (FC=0.95-1E-04*…
|