Searched refs:logPrintWarning (Results 1 – 18 of 18) sorted by relevance
32 …self.logPrintWarning('Git branch check is giving errors! Check configure.log for output from "git …40 self.logPrintWarning('PETSC_DIR appears to be a Git clone - but git is not found in PATH')
27 …self.logPrintWarning('"with-clean" is specified. Removing all externalpackage files from '+ self.d…
48 …self.logPrintWarning('You have a Fortran compiler option to promote integer to 8 bytes. This is fr…
72 … self.logPrintWarning('"with-clean" is specified. Removing all build files from '+ self.confDir)
46 self.logPrintWarning('''\
79 …self.logPrintWarning('Compiling HPDDM without SLEPc, PCHPDDM won\'t be available, unless reconfigu…81 self.logPrintWarning('Skipping PCHPDDM installation, remove --with-shared-libraries=0')
50 self.logPrintWarning("Patching HDF5 failed! Continuing with build")
169 self.logPrintWarning('Cannot verify that MPI is a shared library - in \373 self.logPrintWarning('mpiexec may not work on your system due to network issues. \376 self.logPrintWarning('mpiexec may not work on your system due to network issues. \972 …self.logPrintWarning('Unable to find or use the MPI Fortran module file mpi.mod! PETSc will be con…985 … self.logPrintWarning('This MPI implementation may have a bug in it that causes programs to hang. \
104 …self.logPrintWarning('Strumpack requires SLATE as a GPU enabled ScaLAPACK alternative, reconfigure…
117 self.logPrintWarning('You have a version of GNU make older than 4.0. It will work, \
162 …self.logPrintWarning('Compiling HYPRE with GPU support but without Umpire support (not recommended…
860 self.logPrintWarning('Cannot determine if BLAS/LAPACK uses 32 or 64-bit integers \904 self.logPrintWarning('Cannot determine if BLAS sdot() returns a float or a double \936 self.logPrintWarning('Cannot determine if BLAS snrm2() returns a float or a double \
536 self.logPrintWarning(mess)
713 …self.logPrintWarning('You are overwriting the standard PETSc compiler flags with ' + flagsArg + '=…1015 self.logPrintWarning(mess)1046 self.logPrintWarning(mess)1330 …self.logPrintWarning(os.path.join(self.argDB['with-mpi-dir'], 'bin')+ ' dir does not exist! Skippi…1406 …self.logPrintWarning('Intel compiler being used with gcc 4.8.5 compatibility, failures may occur. …2520 self.logPrintWarning('Shared linking may not function on this architecture')2702 self.logPrintWarning(msg+"Ignoring it, since it's also set on command line")2705 …self.logPrintWarning(msg+'Using it! Use "./configure --disable-environment-variables" to NOT use t…2707 …self.logPrintWarning(msg+'Ignoring it! Use "./configure %s=$%s" if you really want to use this val…
336 …self.logPrintWarning('Using default ' + language + ' optimization flags "'+' '.join(flat_flags)+'"…
845 …self.logPrintWarning('Branch "%s" is specified, however remote branch "%s" also exists! Proceeding…872 …self.logPrintWarning('Unable to "git stash". Likely due to antique Git version (<1.8). Proceeding …1365 …self.logPrintWarning('Using version '+self.foundversion+' of package '+self.PACKAGE+', PETSc is te…1371 …self.logPrintWarning('Using version '+self.foundversion+' of package '+self.PACKAGE+', PETSc is te…
339 def logPrintWarning(self, msg, title = None, **kwargs): member in Logger
1018 …self.logPrintWarning('Coverage requested, but optimization flag(s) {} found in {}. Coverage collec…1172 …self.logPrintWarning("Could not successfully cross-link covered code between {} and FC. Sometimes …