| /petsc/src/binding/petsc4py/test/ |
| H A D | test_sys.py | 11 v, date = PETSc.Sys.getVersion(date=True) 13 self.assertTrue(isinstance(date, str)) 30 v, date = PETSc.Sys.getVersion(date=True) 31 self.assertEqual(date, info['date'])
|
| /petsc/src/sys/time/ |
| H A D | fdate.c | 31 PetscErrorCode PetscGetDate(char date[], size_t len) in PetscGetDate() argument 43 PetscCall(PetscStrncpy(date, asctime(localtime(&aclock)), len)); in PetscGetDate() 46 PetscCall(PetscStrncpy(date, asctime(localtime((time_t *)&tp.tv_sec)), len)); in PetscGetDate() 49 PetscCall(PetscStrstr(date, "\n", &str)); in PetscGetDate()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Sys.pyx | 11 date: bool = False, 21 date 22 Additionally, return date information. 45 if devel or date or author: 49 if date: 52 date = vstr.split(",", 1)[-1].strip() 54 date = vstr.split("Git Date:")[-1].strip() 55 out.append(date) 78 version, dev, date, author = cls.getVersion(True, True, True) 83 date = date,
|
| H A D | Vec.pyx | 1441 out of date and ``mode`` is ``"r"`` or ``"rw"``. 1513 out of date and ``mode`` is ``"r"`` or ``"rw"``. 1649 out of date and ``mode`` is ``"r"`` or ``"rw"``. 3290 This operation does not perform a copy. To obtain up-to-date ghost
|
| H A D | DMSwarm.pyx | 887 """Return whether the sort context is up-to-date.
|
| /petsc/src/sys/error/ |
| H A D | errtrace.c | 49 static char arch[128], hostname[128], username[128], pname[PETSC_MAX_PATH_LEN], date[128]; variable 66 PetscCall(PetscGetDate(date, sizeof(date))); in PetscErrorPrintfInitialize() 236 …s(es) and PETSC_ARCH %s on %s by %s %s\n", pname, PetscGlobalSize, arch, hostname, username, date); in PetscTraceBackErrorHandler()
|
| /petsc/share/petsc/datafiles/matrices/ |
| H A D | LFAT5.mtx | 8 % date: 2004 11 % fields: name title A id notes aux date author ed kind
|
| /petsc/src/ksp/ksp/tests/benchmarkscatters/ |
| H A D | ex1.c | 79 …char arch[128], hostname[128], username[128], pname[PETSC_MAX_PATH_LEN], date[128], … in PetscLogView_VecScatter() local 92 PetscCall(PetscGetDate(date, sizeof(date))); in PetscLogView_VecScatter() 94 …%s on a %s named %s with %d processors, by %s %s\n", pname, arch, hostname, size, username, date)); in PetscLogView_VecScatter()
|
| /petsc/src/sys/objects/ |
| H A D | init.c | 96 …char pfile[PETSC_MAX_PATH_LEN], pname[PETSC_MAX_PATH_LEN], fname[PETSC_MAX_PATH_LEN], date[… in PetscOpenHistoryFile() local 105 PetscCall(PetscGetDate(date, 64)); in PetscOpenHistoryFile() 120 PetscCall(PetscFPrintf(PETSC_COMM_SELF, *fd, "%s %s\n", version, date)); in PetscOpenHistoryFile() 137 char date[64]; in PetscCloseHistoryFile() local 140 PetscCall(PetscGetDate(date, sizeof(date))); in PetscCloseHistoryFile() 142 PetscCall(PetscFPrintf(PETSC_COMM_SELF, *fd, "Finished at %s\n", date)); in PetscCloseHistoryFile()
|
| /petsc/config/PETSc/ |
| H A D | petsc.py | 326 self.date = 'Unknown' 340 self.date = time.strftime('%b %d, %Y', time.localtime(time.time())) 341 lines.append('#define PETSC_VERSION_DATE'+m5.group(1)+'"'+self.date+'"\n') 345 …elf.logPrint('Found PETSc version (%s,%s,%s) on %s' % (majorNum, minorNum, subminorNum, self.date))
|
| /petsc/src/sys/logging/handler/impls/nested/ |
| H A D | xmlviewer.c | 116 char arch[128], hostname[128], username[128], pname[PETSC_MAX_PATH_LEN], date[128]; in PetscPrintExeSpecs() local 127 PetscCall(PetscGetDate(date, sizeof(date))); in PetscPrintExeSpecs() 136 PetscCall(PetscViewerXMLPutString(viewer, "date", "Started at", date)); in PetscPrintExeSpecs()
|
| /petsc/doc/miscellaneous/ |
| H A D | codemanagement.md | 104 - Keep your machines' operating systems and compilers up-to-date (or 109 is probably larger than then the time required to keep it up-to-date.
|
| /petsc/doc/changes/ |
| H A D | index.md | 8 accordingly up-to-date can be annoying, all PETSc users will be
|
| /petsc/doc/ |
| H A D | conf.py | 39 copyright = '1991-%d, UChicago Argonne, LLC and the PETSc Development Team' % datetime.date.today()…
|
| H A D | petsc.bib | 2345 date = {june 23-24}, 9486 date = {2016-07-14}, 9944 date = {october 27-29}, 11833 date-added = {2010-08-19 15:57:06 -0500}, 11834 date-modified = {2010-08-19 15:57:06 -0500}, 11843 date-added = {2010-08-19 15:45:20 -0500}, 11844 date-modified = {2010-08-19 15:45:20 -0500}, 11854 date-added = {2010-08-19 15:45:02 -0500}, 11855 date-modified = {2010-08-19 15:45:02 -0500}, 11865 date-added = {2010-08-19 15:44:41 -0500}, [all …]
|
| /petsc/config/ |
| H A D | petsc_harness.sh | 290 ENDTIME=$(date +%s)
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | builddist | 77 version_date=`date +"%b %d, %Y"`
|
| /petsc/doc/install/ |
| H A D | download.md | 22 releases, or to simply keep up to date with the current state of the
|
| H A D | install_tutorial.md | 66 date: 145 Already up to date.
|
| /petsc/ |
| H A D | gmakefile | 280 # Tell make that allobj.d are all up to date. Without this, the include 296 -@echo Starting make run on `hostname` at `date +'%a, %d %b %Y %H:%M:%S %z'`
|
| H A D | gmakefile.test | 367 # Tell make that alltest.d are all up to date. Without this, the include 426 @$(eval STARTTIME := $(shell date +%s)) 429 @$(eval ENDTIME := $(shell date +%s))
|
| /petsc/src/sys/logging/handler/impls/default/ |
| H A D | logdefault.c | 1272 …char arch[128], hostname[128], username[128], pname[PETSC_MAX_PATH_LEN], date[1… in PetscLogHandlerView_Default_Info() local 1322 PetscCall(PetscGetDate(date, sizeof(date))); in PetscLogHandlerView_Default_Info() 1328 …me, arch, hostname, size, size > 1 ? "es" : "", cupm, PetscDeviceCUPMRuntimeArch, username, date)); in PetscLogHandlerView_Default_Info() 1331 … %d process%s, by %s on %s\n", pname, arch, hostname, size, size > 1 ? "es" : "", username, date)); in PetscLogHandlerView_Default_Info()
|
| /petsc/lib/petsc/bin/ |
| H A D | petsc_tas_analysis.py | 6 import datetime as date namespace
|
| /petsc/src/snes/tutorials/ |
| H A D | ex30.c | 894 char date[30]; in ReportParams() local 897 PetscCall(PetscGetDate(date, 30)); in ReportParams()
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | LICENSE | 170 stating that you changed the files and the date of any change.
|