Home
last modified time | relevance | path

Searched refs:logPrint (Results 1 – 25 of 47) sorted by relevance

12

/petsc/config/BuildSystem/config/
H A Dcompilers.py131 self.logPrint('Set Cxx restrict keyword to : '+self.cxxRestrict, 4, 'compilers')
143 self.logPrint('Cannot compile C function: '+func1, 3, 'compilers')
147 self.logPrint('Cannot locate object file: '+os.path.abspath(self.compilerObj), 3, 'compilers')
177 self.logPrint('C libraries are not needed when using Fortran linker')
180 …self.logPrint('C code cannot directly be linked with Fortran linker, therefore will determine need…
184 self.logPrint('Error message from compiling {'+str(e)+'}', 4, 'compilers')
185 …self.logPrint('C code cannot directly be linked with Fortran linker, therefore will determine need…
192 self.logPrint('C libraries are not needed when using C++ linker')
195 …self.logPrint('C code cannot directly be linked with C++ linker, therefore will determine needed C…
199 self.logPrint('Error message from compiling {'+str(e)+'}', 4, 'compilers')
[all …]
H A DcompilersFortran.py62 …self.logPrint('Looks like ifc compiler, adding -w90 -w flags to avoid warnings about real*8 etc', …
80 self.logPrint('Fortran uses '+flag+' preprocessor', 3, 'compilers')
86 self.logPrint('Fortran does NOT use preprocessor', 3, 'compilers')
102 self.logPrint('Fortran uses '+flag+' for defining macro', 3, 'compilers')
106 self.logPrint('Fortran does not support defining macro', 3, 'compilers')
127 self.logPrint('Fortran compiler supports type(*)')
129 self.logPrint('Fortran compiler does not support type(*)')
142 self.logPrint('Fortran compiler supports F90')
145 self.logPrint('Fortran compiler does not support F90')
158 … self.logPrint('Using --with-batch, so assume that Fortran Bool is interoperable', 3, 'compilers')
[all …]
H A Dlibraries.py50 …if not dirname.startswith('$') and not os.path.isdir(dirname): self.logPrint('Warning! getLibArgum…
118 self.logPrint('Adding '+str(libName)+' to LIBS')
225 self.logPrint('No functions to check for in library '+str(libName)+' '+str(otherLibs))
227 …self.logPrint('Checking for functions ['+' '.join(funcs)+'] in library '+str(libName)+' '+str(othe…
272 self.logPrint('Checking directory of requested libraries:'+dir+' for first library:'+lib)
277 self.logPrint('Directory of requested libraries '+dir+' does not exist')
279 self.logPrint('Files in directory:'+str(files))
333 self.logPrint('CheckMath: using math library '+str(self.math))
339 self.logPrint('erf() found')
342 self.logPrint('erf() not found')
[all …]
H A Dprograms.py35 self.logPrint('Adding -p flag to '+self.mkdir+' to automatically create directories')
37 … self.logPrint('Could not determine flag for '+self.mkdir+' to automatically create directories')
39 … self.logPrint('Could not determine flag for '+self.mkdir+' to automatically create directories')
63 self.logPrint('autoreconf test successful!')
66 self.logPrint('autoreconf test error: '+str(e))
89 self.logPrint('Adding SEDINPLACE cmd: '+sedcmd)
94 self.logPrint('Rejected SEDINPLACE cmd: '+sedcmd)
97 self.logPrint('No suitable SEDINPLACE found')
H A DsetCompilers.py717 self.logPrint('Initialized '+flagsArg+' to '+str(getattr(self, flagsArg)))
722 self.logPrint('Initialized '+flagsArg+' to '+str(getattr(self, flagsArg)))
729 self.logPrint('Initialized '+flagsArg+' to '+str(getattr(self, flagsArg)))
751 …self.logPrint(' '.join(('checkDeviceHostCompiler: checking',language,'accepts host compiler',compi…
957 …self.logPrint('checkCxxDialect: checking C++ dialect version for language "{lang}" using compiler …
958 …self.logPrint('checkCxxDialect: PETSc believes compiler ({compiler}) {isgnuish} gnu-ish'.format(co…
968 …self.logPrint('checkCxxDialect: PETSc believes that we {pbefore} processed {compiler} before'.form…
975 self.logPrint(
980 …self.logPrint('checkCxxDialect: configure option after sanitization: --{opt}={val}'.format(opt=con…
1070 …self.logPrint('checkCxxDialect: dialect {dlct} has been {expl} selected for {lang}'.format(dlct=wi…
[all …]
H A DcompilerFlags.py79 self.logPrint('ERROR: Failed to load user options module '+str(self.argDB['optionsModule']))
115 self.logPrint('Optimization options found in '+flagsName+ '. Skipping setting defaults')
118 …self.logPrint('Ignoring default options which were overridden using --'+flagsName+ ' ' + self.argD…
132 self.logPrint('Trying '+language+' compiler flag '+testFlag)
140 self.logPrint('Rejected '+language+' compiler flag '+testFlag)
H A Dheaders.py102 … self.logPrint('Checking include with compiler flags var '+flagsArg+' '+str(incl+otherIncludes))
188 self.logPrint('Found math #defines, like M_PI')
191 self.logPrint('Activated Windows math #defines, like M_PI')
193 self.logPrint('Missing math #defines, like M_PI')
H A Dpackage.py282 self.logPrint('Removing configure arguments '+str(rejects))
289 self.logPrint('Removing paired configure arguments '+str(rejects))
416 …self.logPrint('removeStdCxxFlag: CMake Package {pkg} had an overriding \'set\' command in their CM…
418 …self.logPrint('removeStdCxxFlag: CMake Package {pkg} did NOT have an overriding \'set\' command in…
580 self.logPrint('generateLibList: systemDir detected! skipping: '+str(directory))
620 self.logPrint(self.PACKAGE+': Downloaded DirPath not found.. skipping: '+libdirpath)
658 self.logPrint(self.PACKAGE+': UserSpecified DirPath not found.. skipping: '+libdirpath)
706 self.logPrint(self.PACKAGE+': SearchDir DirPath not found.. skipping: '+d)
712 self.logPrint(self.PACKAGE+': DirPath not found.. skipping: '+libdirpath)
741 …self.logPrint("***********************************************************************************…
[all …]
H A Dbase.py134 …self.logPrint('TESTING: '+str(test.__func__.__name__)+' from '+str(test.__self__.__class__.__modul…
145 …self.logPrint('TESTING: '+str(test.__func__.__name__)+' from '+str(test.__self__.__class__.__modul…
152 …self.logPrint('Defined make rule "'+name+'" with dependencies "'+str(dependencies)+'" and code '+s…
159 self.logPrint('Defined make macro "'+name+'" to "'+str(value)+'"')
168 self.logPrint('Deleting "'+name+'"')
174 self.logPrint('Defined "'+name+'" to "'+str(value)+'"')
181 self.logPrint('Deleting "'+name+'"')
187 self.logPrint('Typedefed "'+name+'" to "'+str(value)+'"')
195 self.logPrint('Added prototype '+prototype+' to language '+language)
204 self.logPrint('Substituting "'+name+'" with "'+str(value)+'"')
[all …]
/petsc/config/PETSc/options/
H A Darch.py78 self.logPrint('Setting hashfile: '+hashfile)
81 self.logPrint('Deleting configure hash file: '+hashfile)
83 self.logPrint('Deleted configure hash file: '+hashfile)
85 self.logPrint('Unable to delete configure hash file: '+hashfile)
123 …self.logPrint('Error generating file list/hash from config directory for configure hash, forcing n…
142 self.logPrint('Computed hash to be used with --package-prefix-hash option: '+hprefix)
148 …self.logPrint('Specified package-prefix-hash location %s not found! Attempting to create this dir!…
152 …self.logPrint('Error creating package-prefix-hash directory '+self.argDB['package-prefix-hash']+':…
161 … self.logPrint('Found existing '+hashfilepackages+' reusing packages built in '+hashdirpackages)
165 …self.logPrint('Found existing '+hashdirpackages+' but it is incomplete so trying a longer director…
[all …]
H A Dpetscclone.py22 self.logPrint('lib/petsc/bin/maint exists. This appears to be a repository clone')
24 self.logPrint('.git directory exists')
33 self.logPrint(e5)
42 self.logPrint('This repository clone is obtained as a tarball as no .git dirs exist')
47 self.logPrint('This is a tarball installation')
H A Dlanguages.py36 self.logPrint('C language is '+str(self.clanguage))
48 self.logPrint('PetscDevice language is '+str(self.devicelanguage))
52 …self.logPrint('PetscDevice language will be determined once all package dependencies have been con…
H A DinstallDir.py43 self.logPrint('Error trying to test write permissions on directory '+str(e))
65 self.logPrint('Changed persistence directory to '+confdir)
87 self.logPrint('error in saveReconfigure(): '+ str(e))
96 self.logPrint('error in restoreReconfigure(): '+ str(e))
H A Dpetscdir.py65 …self.logPrint('PETSC_VERSION_RELEASE of 1 indicates the code is from a release branch or a branch …
66 self.logPrint('Version Information:')
68 self.logPrint(line)
/petsc/config/BuildSystem/
H A DsourceDatabase.py173 self.logPrint('Updating '+source+' in source database', 3, 'sourceDB')
185 self.logPrint('Clearing '+source+' from source database', 3, 'sourceDB')
206 …self.logPrint('Adding dependency '+dependency+' to source '+source+' in source database', 3, 'sour…
212 self.logPrint('Recalculating dependencies', 1, 'sourceDB')
214 self.logPrint('Calculating '+source, 3, 'sourceDB')
231 self.logPrint(' Includes '+filename, 3, 'sourceDB')
234 self.logPrint(' Checking '+s, 3, 'sourceDB')
239 self.logPrint(' Choosing '+s+'('+str(i)+')', 3, 'sourceDB')
252 self.logPrint('Loading source database from '+filename, 2, 'sourceDB')
258 self.logPrint('Could not load source database from '+filename, 1, 'sourceDB')
[all …]
H A Dretrieval.py55 …self.logPrint('git not found in self.sourceControl - cannot evaluate isDirectoryGitRepo(): '+direc…
98 …self.logPrint('Git not found or gitprereq check failed! skipping giturls: '+str(self.git_urls)+'\n…
103 self.logPrint('Hg not found - skipping hgurls: '+str(self.hg_urls)+'\n')
125 self.logPrint('Retrieving %s as directory' % url, 3, 'install')
133 self.logPrint('Retrieving %s as link' % url, 3, 'install')
141 self.logPrint('Retrieving %s as git repo' % url, 3, 'install')
156 self.logPrint('ERROR: '+str(e))
161 self.logPrint('Retrieving %s as hg repo' % url, 3, 'install')
170 self.logPrint('ERROR: '+str(e))
178 self.logPrint('Retrieving %s as tarball to %s' % (url,localFile) , 3, 'install')
[all …]
/petsc/config/BuildSystem/config/utilities/
H A DgetResidentSetSize.py49 self.logPrint("Using /proc for PetscMemoryGetCurrentUsage()")
109 self.logPrint("getrusage() does not work (returns 0)")
112 self.logPrint("Unable to determine how to use getrusage() memory information")
113 self.logPrint("output from getrusage()")
114 self.logPrint(output)
/petsc/config/PETSc/
H A Dpetsc.py76 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 inst…
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…
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')
[all …]
/petsc/config/BuildSystem/config/packages/
H A DxSDKTrilinos.py106 …self.logPrint('Since this is a batch system xSDKTrilinos cannot run tests directly. To run a short…
107 … self.logPrint(' Obtain an interactive session with your batch system', debugSection = 'screen')
108 … self.logPrint(' cd to '+os.path.join(self.packageDir,'petsc-build'), debugSection = 'screen')
109 self.logPrint(' ctest', debugSection = 'screen')
113 …self.logPrint(os.path.join(os.getcwd(),self.packageDir,'petsc-build','hypre','test','xSDKTrilinos_…
114 …self.logPrint(os.path.join(os.getcwd(),self.packageDir,'petsc-build','petsc','test','xSDKTrilinos_…
117 self.logPrint('', debugSection = 'screen')
H A DPython.py43 self.logPrint('Unable to determine version of',self.pyexe)
49 self.logPrint('Python being used '+self.pyexe+' does not have the setuptools package')
55 self.logPrint('Python being used '+self.pyexe+' does not have the Cython package')
65 self.logPrint('Python being used '+self.pyexe+' does not have the numpy package')
H A DMPI.py323 self.logPrint("Exception: Unable to get result from socketfilterfw\n")
329 self.logPrint("Return code from hostname: %s\n" % ret)
331 self.logPrint("Exception: Unable to get result from hostname, skipping network checks\n")
334 self.logPrint("Hostname works, running network checks")
346 self.logPrint("Return code from ping: %s\n" % ret)
349 self.logPrint("Exception: while running ping skipping ping check\n")
357 self.logPrint("Return code from host: %s\n" % ret)
360 self.logPrint("Exception: while running host skipping host check\n")
367 self.logPrint("Return code from traceroute: %s\n" % ret)
370 self.logPrint("Exception: while running traceroute skipping traceroute check\n")
[all …]
H A DBlasLapack.py115 self.logPrint('Found mangling on BLAS/LAPACK: '+mangling)
144 self.logPrint('Checking for Fortran name mangling "'+mangling+'" on BLAS/LAPACK')
147 … self.logPrint('BLAS does not use Fortran name mangling "'+mangling+'", missing '+str(missingBlas))
149 …self.logPrint('LAPACK does not use Fortran name mangling "'+mangling+'", missing '+str(missingLapa…
151 self.logPrint('Found Fortran name mangling "'+mangling+'" on BLAS/LAPACK')
158 self.logPrint('Checking for "'+mangling+'" name mangling on BLAS/LAPACK')
161 self.logPrint('BLAS does not use "'+mangling+'" name mangling, missing '+str(missingBlas))
163 … self.logPrint('LAPACK does not use "'+mangling+'" name mangling, missing '+str(missingLapack))
165 self.logPrint('Found "'+mangling+'" name mangling on BLAS/LAPACK')
169 self.logPrint('Unknown name mangling in BLAS/LAPACK')
[all …]
H A Dlibflame.py53 self.logPrint('Error running configure on ' + self.PACKAGE+': '+str(e))
58 self.logPrint('Output in config.log for ' + self.PACKAGE+': '+conf)
83 self.logPrint('Error running make; make install on '+self.PACKAGE+': '+str(e))
H A Dmake.py214 self.logPrint('module multiprocessing found %d cores: using make_np = %d' % (cores,make_np))
220 self.logPrint('module multiprocessing *not* found: using default make_np = %d' % make_np)
224 self.logPrint('using user-provided make_np = %d' % make_np)
231 self.logPrint('using user-provided make_test_np = %d' % make_test_np)
235 self.logPrint('using user-provided make_load = %f' % make_load)
H A Dsowing.py55 …self.logPrint('In --with-batch mode with outstanding batch tests to be made; hence skipping sowing…
65 self.logPrint('Found doctext in user provided directory, not installing sowing')

12