Home
last modified time | relevance | path

Searched refs:CC (Results 1 – 25 of 41) sorted by relevance

12

/petsc/src/sys/classes/viewer/impls/socket/mex-scripts/
H A Dmakefile20 …-{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 DMakefile.user51 CC := $(shell pkg-config --variable=ccompiler $(PACKAGES))
63 @echo CC=$(CC)
/petsc/src/binding/petsc4py/demo/legacy/wrap-cython/
H A Dmakefile23 CC=${CC} F90=${FC} \
/petsc/src/binding/petsc4py/demo/legacy/wrap-swig/
H A Dmakefile23 CC=${CC} F90=${FC} LDSHARED='${CLINKER} -shared' \
/petsc/config/BuildSystem/config/packages/
H A DParMETIS.py33 …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 DMETIS.py37 …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 DMPICH.py45 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 DSAMRAI.py47 args.append('--with-MPICC='+self.setCompilers.CC)
H A DOpenMPI.py80 if config.setCompilers.Configure.isGNU(self.setCompilers.CC, self.log):
H A Dfblaslapack.py37 cc = self.compilers.CC
H A Df2cblaslapack.py62 cc = self.compilers.CC
H A DOpenBLAS.py73 cmdline = 'CC='+self.compilers.CC+' '
H A DMPI.py854 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 DsetCompilers.py1305 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 Dex242.c177 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 Dpgmresimpl.h14 #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 Dfgmresimpl.h29 #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 Dmakefile.petsc19 ${CC} -o ${OBJSC} ${SOURCEC} -c ${CC_FLAGS} ${CFLAGS} ${CCPPFLAGS}
/petsc/src/ksp/ksp/impls/gmres/pipefgmres/
H A Dpipefgmresimpl.h30 #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 Dlgmresimpl.h41 #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 Ddgmresimpl.h55 #define CC(a) (dgmres->cc_origin + (a)) macro
/petsc/src/ksp/ksp/impls/gmres/
H A Dgmresimpl.h80 #define CC(a) (gmres->cc_origin + (a)) macro
/petsc/config/PETSc/options/
H A DsharedLibraries.py70 elif self.setCompilers.CC.find('win32fe') >=0:
/petsc/lib/petsc/conf/
H A Drules_util.mk22 -@echo ${CC}
49 …-@echo CC='"${CC}"' CXX='"${CXX}"' FC='"${FC}"' CFLAGS='"${CC_FLAGS}"' CXXFLAGS='"${CXX_FLAGS}"' …
H A Dvariables87 PETSC_CCOMPILE_SINGLE = ${CC} -o $@ -c ${CC_FLAGS} ${CFLAGS} ${CPPFLAGS}

12