Home
last modified time | relevance | path

Searched refs:logfile (Results 1 – 6 of 6) sorted by relevance

/petsc/config/
H A Dpetsc_harness.sh272 logfile=$1/counts/${label}.counts
273 logdir=$(dirname "$logfile")
277 if ! test -e "$logfile"; then
278 touch "$logfile"
280 printf "total %s\n" "$total" > "$logfile"
281 printf "success %s\n" "$success" >> "$logfile"
282 printf "failed %s\n" "$failed" >> "$logfile"
283 printf "failures %s\n" "$failures" >> "$logfile"
285 printf "todo %s\n" "$todo" >> "$logfile"
288 printf "skip %s\n" "$skip" >> "$logfile"
[all …]
H A Dconfigure.py344 for logfile in ['configure.log','configure.log.bkp']:
345 if os.path.islink(logfile) and not os.path.isfile(logfile): os.remove(logfile)
/petsc/lib/petsc/bin/maint/
H A Dexampleslog.py104 for logfile in logDict:
105 if logfile=='branch': continue
106 lfile=logfile.replace("examples_","").replace(".log","")
107 for test in logDict[logfile]:
112 error=logDict[logfile][test].strip()
394 for logfile in glob.glob('examples_'+branch+'_*.log'):
395 if logfile.startswith('examples_full'): continue
396 logDict[logfile]=self.parseLogFile(logfile)
401 def parseLogFile(self,logfile,printDict=False): argument
407 with open(logfile,"r") as infile:
[all …]
H A Dxclude89 petsc-dist/manualpages/logfile.txt
/petsc/doc/manual/
H A Dprofiling.md33 - `-log_trace [logfile]` - Traces the beginning and ending of all
323 -log_mpe [logfile]
326 creates a logfile of events appropriate for viewing with *Jumpshot*. The
328 `logfile`. Events can be deactivated as described in
348 into the current directory, then opening the logfile in your browser.
350 The flame graph output can be generated with the option `-log_view :[logfile]:ascii_flamegraph`.
H A Dperformance.md482 creates a logfile of events suitable for viewing with Jumpshot (part