Searched refs:getCompiler (Results 1 – 25 of 55) sorted by relevance
123
| /petsc/config/BuildSystem/config/packages/ ! |
| H A D | libCEED.py | 33 'CC=' + self.getCompiler(), 38 'CXX=' + self.getCompiler(), 47 'NVCC=' + self.getCompiler(), 55 'HIPCC={0}'.format(self.getCompiler()),
|
| H A D | mpe.py | 22 args.append('MPI_CC="'+self.getCompiler()+'"') 28 args.append('F77="'+self.getCompiler()+'"') 29 args.append('MPI_F77="'+self.getCompiler()+'"')
|
| H A D | mpi4py.py | 54 …cleancmd = 'MPICC='+self.framework.getCompiler()+' '+archflags+self.python.pyexe+' setup.py clean… 63 if config.setCompilers.Configure.isIntel(self.getCompiler(), self.log): 65 …buildcmd = 'MPICC='+self.framework.getCompiler()+' '+archflags+cflags+self.python.pyexe+' setup.p… 70 …installcmd = 'MPICC='+self.framework.getCompiler()+' '+self.python.pyexe+' setup.py install --inst…
|
| H A D | ADIOS.py | 35 args.append('MPICC="'+self.getCompiler()+'"') 39 args.append('MPICXX="'+self.getCompiler()+'"') 43 args.append('MPIFC="'+self.getCompiler()+'"')
|
| H A D | kokkos-kernels.py | 72 args.append('-DCMAKE_CXX_COMPILER='+self.getCompiler('CUDA')) 74 …args.append('-DCMAKE_CXX_COMPILER='+self.getCompiler('Cxx')) # use the host CXX compiler, let Kokk… 85 args.append('-DCMAKE_CXX_COMPILER='+self.getCompiler('HIP')) 120 args.append('-DCMAKE_CXX_COMPILER='+self.getCompiler('SYCL')) 141 self.setCompilers.CUDAPPFLAGS += " -ccbin " + self.getCompiler('Cxx')
|
| H A D | kokkos.py | 114 petscNvcc = self.getCompiler() 132 …args.append('-DCMAKE_CXX_COMPILER='+self.getCompiler('Cxx')) # use the host CXX compiler, let Kokk… 171 petscHipc = self.getCompiler() 192 petscSyclc = self.getCompiler() 222 self.setCompilers.CUDAPPFLAGS += " -ccbin " + self.getCompiler('Cxx')
|
| H A D | BLIS.py | 85 args.append('CC=' + self.getCompiler()) 87 args.append('CXX=' + self.getCompiler()) 90 args.append('FC=' + self.getCompiler())
|
| H A D | ascem-io.py | 28 …MAKEARGS = 'MACHINE="" CC="'+self.getCompiler()+' '+self.updatePackageCFlags(self.getCompilerFlags… 30 …MAKEARGS = 'MACHINE="" CC="'+self.getCompiler()+' '+self.updatePackageCFlags(self.getCompilerFlags…
|
| H A D | cams.py | 34 g.write('CXX = '+self.getCompiler()+'\n') 38 g.write('CC = '+self.getCompiler()+'\n')
|
| H A D | MAGMA.py | 72 cc = self.getCompiler() 77 cxx = self.getCompiler() 86 fc = self.getCompiler() 93 nvcc = self.getCompiler() 106 hipcc = self.getCompiler()
|
| H A D | Chombo.py | 47 g.write('CXX='+self.getCompiler()+'\n') 48 g.write('MPICXX='+self.getCompiler()+'\n') 51 g.write('FC='+self.getCompiler()+'\n')
|
| H A D | TetGen.py | 69 g.write('CC = '+self.getCompiler()+'\n') 81 …ckage.executeShellCommand('cd '+self.packageDir+' && make CXX="'+ self.getCompiler() + '" CXXFLAGS… 83 …ckage.executeShellCommand('cd '+self.packageDir+' && make CXX="'+ self.getCompiler() + '" CXXFLAGS…
|
| H A D | tchem.py | 29 args.append('CC='+self.getCompiler()) 34 args.append('CXX='+self.getCompiler())
|
| H A D | Triangle.py | 67 g.write('CC = '+self.getCompiler()+'\n') 75 …onfigure.isSolaris(self.log) and config.setCompilers.Configure.isGNU(self.getCompiler(), self.log): 133 …ge.executeShellCommand('cd '+self.packageDir+' && make clean && '+self.getCompiler()+' '+cflags+' …
|
| H A D | sundials2.py | 33 …if self.mpi.directory and (os.path.realpath(self.getCompiler())).find(os.path.realpath(self.mpi.di… 41 …self.log.write(str(os.path.realpath(self.getCompiler()))+' '+str(os.path.realpath(self.mpi.directo…
|
| H A D | SYCL.py | 39 petscSycl = self.getCompiler() 108 compiler = self.setCompilers.getCompiler(self.languages.clanguage) # ex. 'mpicc'
|
| H A D | GLVis.py | 57 g.write('CC = '+self.getCompiler()+'\n') 63 mfem_flags='CXX=\"'+self.getCompiler()+'\" CXXFLAGS=\"-O3 '+self.getCompilerFlags()+'\"'
|
| H A D | KBLAS.py | 41 cxx = self.getCompiler() 46 nvcc = self.getCompiler()
|
| H A D | KS.py | 56 g.write('CC = '+self.getCompiler()+'\n') 64 …onfigure.isSolaris(self.log) and config.setCompilers.Configure.isGNU(self.getCompiler(), self.log):
|
| H A D | MFEM.py | 78 cxx = self.getCompiler() 171 petscNvcc = self.getCompiler() 181 hipcc = self.getCompiler()
|
| H A D | fftw.py | 29 args.append('MPICC="'+self.getCompiler()+'"')
|
| H A D | radau5.py | 25 ….executeShellCommand('cd '+self.packageDir+' && make AR=ar FC=\''+self.getCompiler()+' '+self.getC…
|
| H A D | zstd.py | 29 cc = self.getCompiler()
|
| H A D | MUMPS.py | 122 g.write('CC = '+self.getCompiler()+'\n') 129 g.write('FC = '+self.getCompiler()+'\n') 130 g.write('FL = '+self.getCompiler()+'\n')
|
| /petsc/config/PETSc/ ! |
| H A D | Configure.py | 179 fd.write('ccompiler='+self.setCompilers.getCompiler()+'\n') 186 fd.write('cxxcompiler='+self.setCompilers.getCompiler()+'\n') 190 fd.write('fcompiler='+self.setCompilers.getCompiler()+'\n') 194 fd.write('cudacompiler='+self.setCompilers.getCompiler()+'\n') 275 compiler = self.setCompilers.getCompiler() 313 self.addMakeMacro('PCC',self.setCompilers.getCompiler()) 562 …fd.write('\"Using C compiler: %s %s\\n\"\n' % (escape(self.setCompilers.getCompiler()), escape(sel… 566 …fd.write('\"Using Fortran compiler: %s %s %s\\n\"\n' % (escape(self.setCompilers.getCompiler()), e… 715 is_intel = self.setCompilers.isIntel(self.getCompiler(lang=lang), self.log) 953 compiler = self.getCompiler(lang=lang) [all …]
|
123