| /petsc/src/sys/classes/viewer/impls/socket/mex-scripts/ |
| H A D | makefile | 20 …-{QUIET}${MATLAB_MEX} -g GCC='${CC}' CC='${PCC}' CFLAGS='${COPTFLAGS} ${CC_FLAGS} ${CCPPFLAGS}' … 25 …-{QUIET}${MATLAB_MEX} -g GCC='${CC}' CC='${PCC}' CFLAGS='${COPTFLAGS} ${CC_FLAGS} ${CCPPFLAGS}' s… 30 …-{QUIET}${MATLAB_MEX} -g GCC='${CC}' CC='${PCC}' CFLAGS='${COPTFLAGS} ${CC_FLAGS} ${CCPPFLAGS} ${P… 35 …-{QUIET}${MATLAB_MEX} -g GCC='${CC}' CC='${PCC}' CFLAGS='${COPTFLAGS} ${CC_FLAGS} ${CCPPFLAGS} ${P…
|
| /petsc/share/petsc/ |
| H A D | Makefile.user | 51 CC := $(shell pkg-config --variable=ccompiler $(PACKAGES)) 63 @echo CC=$(CC)
|
| /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/config/BuildSystem/config/packages/ |
| H A D | ParMETIS.py | 33 …if not config.setCompilers.Configure.isWindows(self.setCompilers.CC, self.log) and self.checkShare… 37 if config.setCompilers.Configure.isWindows(self.setCompilers.CC, self.log):
|
| H A D | METIS.py | 37 …if not config.setCompilers.Configure.isWindows(self.setCompilers.CC, self.log) and self.checkShare… 43 if config.setCompilers.Configure.isWindows(self.setCompilers.CC, self.log):
|
| H A D | MPICH.py | 45 if config.setCompilers.Configure.isGNU(self.setCompilers.CC, self.log): 97 …ilers.isDarwin(self.log) and config.setCompilers.Configure.isClang(self.setCompilers.CC, self.log):
|
| H A D | SAMRAI.py | 47 args.append('--with-MPICC='+self.setCompilers.CC)
|
| H A D | OpenMPI.py | 80 if config.setCompilers.Configure.isGNU(self.setCompilers.CC, self.log):
|
| H A D | fblaslapack.py | 37 cc = self.compilers.CC
|
| H A D | f2cblaslapack.py | 62 cc = self.compilers.CC
|
| H A D | OpenBLAS.py | 73 cmdline = 'CC='+self.compilers.CC+' '
|
| H A D | MPI.py | 854 if config.setCompilers.Configure.isCrayPEWrapper(self.setCompilers.CC, self.log): 862 …cflagsOutput = self.executeShellCommand([self.compilers.CC, '--cray-print-opts=cflags'], env=env, … 864 …libsOutput = self.executeShellCommand([self.compilers.CC, '--no-as-needed', '--cray-print-opts=l… 866 …cflagsOutput = self.executeShellCommand(self.compilers.CC + ' -show', log = self.log)[0] # not lis…
|
| /petsc/config/BuildSystem/config/ |
| H A D | setCompilers.py | 1305 yield self.CC 1392 del self.CC 1396 (output,error,status) = self.executeShellCommand(self.CC+' --version', log = self.log) 1403 …(output, error, status) = config.base.Configure.executeShellCommand(self.CC+' -v | head -n 20', lo… 1407 if os.path.basename(self.CC).startswith('mpi'): 1419 yield self.CC+' -E' 1420 yield self.CC+' --use cpp32' 1671 if self.CC.find('win32fe_cl') >= 0: 1672 yield self.CC 1673 elif self.CC.find('win32fe_icl') >= 0: [all …]
|
| /petsc/src/mat/tests/ |
| H A D | ex242.c | 177 Mat CC, CCaij; in main() local 178 PetscCall(MatMatMult(C, C, MAT_INITIAL_MATRIX, PETSC_DETERMINE, &CC)); in main() 180 PetscCall(MatMultEqual(CC, CCaij, 5, &flg)); in main() 183 PetscCall(MatDestroy(&CC)); in main()
|
| /petsc/src/ksp/ksp/impls/gmres/pgmres/ |
| H A D | pgmresimpl.h | 14 #define CC(a) (pgmres->cc_origin + (a)) /* CC will be length (max_k+1) - cosines */ macro
|
| /petsc/src/ksp/ksp/impls/gmres/fgmres/ |
| H A D | fgmresimpl.h | 29 #define CC(a) (fgmres->cc_origin + (a)) /* CC will be length (max_k+1) - cosines */ macro
|
| /petsc/src/binding/petsc4py/demo/legacy/perftest/ |
| H A D | makefile.petsc | 19 ${CC} -o ${OBJSC} ${SOURCEC} -c ${CC_FLAGS} ${CFLAGS} ${CCPPFLAGS}
|
| /petsc/src/ksp/ksp/impls/gmres/pipefgmres/ |
| H A D | pipefgmresimpl.h | 30 #define CC(a) (pipefgmres->cc_origin + (a)) /* CC will be length (max_k+1) - cosines */ macro
|
| /petsc/src/ksp/ksp/impls/gmres/lgmres/ |
| H A D | lgmresimpl.h | 41 #define CC(a) (lgmres->cc_origin + (a)) /* CC will be length (max_k+1) - cosines */ macro
|
| /petsc/src/ksp/ksp/impls/gmres/dgmres/ |
| H A D | dgmresimpl.h | 55 #define CC(a) (dgmres->cc_origin + (a)) macro
|
| /petsc/src/ksp/ksp/impls/gmres/ |
| H A D | gmresimpl.h | 80 #define CC(a) (gmres->cc_origin + (a)) macro
|
| /petsc/config/PETSc/options/ |
| H A D | sharedLibraries.py | 70 elif self.setCompilers.CC.find('win32fe') >=0:
|
| /petsc/lib/petsc/conf/ |
| H A D | rules_util.mk | 22 -@echo ${CC} 49 …-@echo CC='"${CC}"' CXX='"${CXX}"' FC='"${FC}"' CFLAGS='"${CC_FLAGS}"' CXXFLAGS='"${CXX_FLAGS}"' …
|
| H A D | variables | 87 PETSC_CCOMPILE_SINGLE = ${CC} -o $@ -c ${CC_FLAGS} ${CFLAGS} ${CPPFLAGS}
|