Lines Matching refs:logPrint
717 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…
1098 self.logPrint('\n'.join((
1126 self.logPrint(
1132 self.logPrint(' '.join(('checkCxxDialect: checking CXX',dlct.num,'for',lang,'with',flag)))
1196 …self.logPrint('checkCxxDialect: success using {flag} for {lang} dialect C++{ver}, set new cxxDiale…
1369 self.logPrint(' MPI compiler wrapper '+compiler+' failed to compile')
1373 self.logPrint('-show option failed for MPI compiler wrapper '+compiler)
1374 …self.logPrint(' MPI compiler wrapper '+compiler+' is likely incorrect.\n Use --with-mpi-dir to in…
1389 self.logPrint('Error testing C compiler: '+str(e))
1408 …self.logPrint('Since MPI c compiler starts with mpi, force searches for other compilers to only lo…
1433 self.logPrint(str(e))
1471 self.logPrint('Error testing CUDA compiler: '+str(e))
1497 self.logPrint(str(e))
1532 self.logPrint('Error testing HIP compiler: '+str(e))
1558 self.logPrint(str(e))
1615 self.logPrint(str(e))
1714 self.logPrint('Error testing C++ compiler: '+str(e))
1749 self.logPrint(str(e))
1751 …self.logPrint('MPI installation '+self.getCompiler()+' is likely incorrect.\n Use --with-mpi-dir …
1844 self.logPrint('Error testing Fortran compiler: '+str(e))
1878 self.logPrint(str(e))
1880 …self.logPrint('MPI installation '+self.getCompiler()+' is likely incorrect.\n Use --with-mpi-dir …
1890 self.logPrint('Fortran comments can use ! in column 1')
1930 self.logPrint('Output from compiling with '+oldFlags+' '+flag+'\n'+output)
1934 self.logPrint('Rejecting compiler flag '+flag+' due to nonzero status from link')
1937 self.logPrint('Rejecting compiler flag '+flag+' due to \n'+output)
2016 …self.logPrint('Skipping checking MPI compiler command for PIC flag since MPI compiler -show causes…
2022 …self.logPrint('Trying no specific compiler flag for PIC code since MPI compiler or current flags s…
2035 self.logPrint("Skip checking PIC options on user request")
2057 self.logPrint('Trying '+language+' compiler flag '+testFlag+' for PIC code')
2059 self.logPrint('Trying '+language+' for PIC code without any compiler flag')
2067 …self.logPrint('Rejected '+language+' compiler flag '+testFlag+' because shared linker cannot handl…
2071 self.logPrint('Accepted '+language+' compiler flag '+testFlag+' for PIC code')
2073 self.logPrint('Accepted '+language+' PIC code without compiler flag')
2101 … self.logPrint('Error adding ' +language+ ' flags -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64')
2103 self.logPrint('Rejected ' +language+ ' flags -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64')
2221 self.logPrint(str(e))
2342 self.logPrint('Checking shared linker '+linker+' using flags '+str(flags))
2345 self.logPrint('Trying '+self.language[-1]+' compiler flag '+picFlag)
2374 …self.logPrint('Using shared linker '+self.sharedLinker+' with flags '+str(self.sharedLibraryFlags)…
2376 …self.logPrint('Rejected '+self.language[-1]+' compiler flag '+picFlag+' because it was not compati…
2394 self.logPrint('Rejecting linker flag '+flag+' due to nonzero status from link')
2397 self.logPrint('Rejecting '+self.language[-1]+' linker flag '+flag+' due to \n'+output)
2399 self.logPrint('Valid '+self.language[-1]+' linker flag '+flag)
2432 self.logPrint('Accepted macOS linker flag ' + testFlag)
2434 self.logPrint('Rejected macOS linker flag ' + testFlag)
2477 self.logPrint('Cygwin detected! disabling -rpath test.')
2488 self.logPrint('Trying '+language+' linker flag '+testFlag)
2493 self.logPrint('Rejected '+language+' linker flag '+testFlag)
2508 self.logPrint('Shared linking does not require an explicit libc reference')
2514 self.logPrint('Shared linking requires an explicit libc reference')
2542 self.logPrint('Unable to find working dynamic linker')
2548 self.logPrint('Dynamic loading disabled since dlfcn.h was missing')
2554 …self.logPrint('Dynamic linking disabled since functions dlopen(), dlsym(), and dlclose() were not …
2558 self.logPrint('Checking dynamic linker '+linker+' using flags '+str(flags))
2586 …self.logPrint('Using dynamic linker '+self.dynamicLinker+' with flags '+str(self.dynamicLibraryFla…
2691 self.logPrint('Adding to LD_LIBRARY_PATH '+libdir)
2744 self.logPrint('@file option test failed!')
2791 self.logPrint(' '.join(('Error testing',LANG,'compiler:',self.mesg)))