Lines Matching refs:logPrint
76 self.logPrint('Loaded PETSc-AS configuration ('+name+') from '+confPath)
81 self.logPrint('PETSc-AS has no cached configuration in '+confPath)
278 self.logPrint('PETSc cannot link, which indicates a problem with the PETSc installation')
280 self.logPrint('PETSc can link with '+self.languages.clanguage)
287 self.logPrint('PETSc cannot link C++ but can link C, which indicates a problem with the PETSc installation')
291 self.logPrint('PETSc can link with C++')
297 self.logPrint('PETSc cannot link Fortran, but can link C, which indicates a problem with the PETSc installation\nRun with -with-fc=0 if you do not wish to use Fortran')
301 self.logPrint('PETSc can link with Fortran')
345 self.logPrint('Found PETSc version (%s,%s,%s) on %s' % (majorNum, minorNum, subminorNum, self.date))
367 self.logPrint('', 3, 'petsc')
378 self.framework.logPrint('Checking for a functional PETSc in '+name+', location/origin '+str(location))
394 self.framework.logPrint('PETSc in '+name+', location/origin '+str(location)+' failed checkWorkingLink test')
397 self.framework.logPrint('PETSc in '+name+', location/origin '+str(location)+' failed checkInclude test with includeDir: '+str(includeDir))
400 self.framework.logPrint('PETSc in '+name+', location/origin '+str(location)+' failed checkIncludes test')
404 self.framework.logPrint('PETSc in '+name+', location/origin '+str(location)+' failed checkLib test with libraries: '+str(libraries))
409 self.framework.logPrint('PETSc in '+name+', location/origin '+str(location)+' failed checkSharedLibrary test with libraries: '+str(libraries))
418 self.logPrint('Choose PETSc '+self.version+' in '+self.name)