Home
last modified time | relevance | path

Searched refs:date (Results 1 – 25 of 27) sorted by relevance

12

/petsc/src/binding/petsc4py/test/
H A Dtest_sys.py11 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 Dfdate.c31 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 DSys.pyx11 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 DVec.pyx1441 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 DDMSwarm.pyx887 """Return whether the sort context is up-to-date.
/petsc/src/sys/error/
H A Derrtrace.c49 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 DLFAT5.mtx8 % date: 2004
11 % fields: name title A id notes aux date author ed kind
/petsc/src/ksp/ksp/tests/benchmarkscatters/
H A Dex1.c79 …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 Dinit.c96 …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 Dpetsc.py326 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 Dxmlviewer.c116 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 Dcodemanagement.md104 - 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 Dindex.md8 accordingly up-to-date can be annoying, all PETSc users will be
/petsc/doc/
H A Dconf.py39 copyright = '1991-%d, UChicago Argonne, LLC and the PETSc Development Team' % datetime.date.today()…
H A Dpetsc.bib2345 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 Dpetsc_harness.sh290 ENDTIME=$(date +%s)
/petsc/lib/petsc/bin/maint/
H A Dbuilddist77 version_date=`date +"%b %d, %Y"`
/petsc/doc/install/
H A Ddownload.md22 releases, or to simply keep up to date with the current state of the
H A Dinstall_tutorial.md66 date:
145 Already up to date.
/petsc/
H A Dgmakefile280 # 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 Dgmakefile.test367 # 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 Dlogdefault.c1272 …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 Dpetsc_tas_analysis.py6 import datetime as date namespace
/petsc/src/snes/tutorials/
H A Dex30.c894 char date[30]; in ReportParams() local
897 PetscCall(PetscGetDate(date, 30)); in ReportParams()
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DLICENSE170 stating that you changed the files and the date of any change.

12