Home
last modified time | relevance | path

Searched refs:logPrintWarning (Results 1 – 18 of 18) sorted by relevance

/petsc/config/PETSc/options/
H A Dpetscclone.py32 …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')
H A Dexternalpackagesdir.py27 …self.logPrintWarning('"with-clean" is specified. Removing all externalpackage files from '+ self.d…
H A DindexTypes.py48 …self.logPrintWarning('You have a Fortran compiler option to promote integer to 8 bytes. This is fr…
H A DinstallDir.py72 … self.logPrintWarning('"with-clean" is specified. Removing all build files from '+ self.confDir)
H A Darch.py46 self.logPrintWarning('''\
/petsc/config/BuildSystem/config/packages/
H A DHPDDM.py79 …self.logPrintWarning('Compiling HPDDM without SLEPc, PCHPDDM won\'t be available, unless reconfigu…
81 self.logPrintWarning('Skipping PCHPDDM installation, remove --with-shared-libraries=0')
H A DHDF5.py50 self.logPrintWarning("Patching HDF5 failed! Continuing with build")
H A DMPI.py169 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. \
H A DSTRUMPACK.py104 …self.logPrintWarning('Strumpack requires SLATE as a GPU enabled ScaLAPACK alternative, reconfigure…
H A Dmake.py117 self.logPrintWarning('You have a version of GNU make older than 4.0. It will work, \
H A Dhypre.py162 …self.logPrintWarning('Compiling HYPRE with GPU support but without Umpire support (not recommended…
H A DBlasLapack.py860 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 \
H A DCUDA.py536 self.logPrintWarning(mess)
/petsc/config/BuildSystem/config/
H A DsetCompilers.py713 …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…
H A DcompilerOptions.py336 …self.logPrintWarning('Using default ' + language + ' optimization flags "'+' '.join(flat_flags)+'"…
H A Dpackage.py845 …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…
/petsc/config/BuildSystem/
H A Dlogger.py339 def logPrintWarning(self, msg, title = None, **kwargs): member in Logger
/petsc/config/PETSc/
H A DConfigure.py1018 …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 …