aboutsummaryrefslogtreecommitdiff
path: root/src/id.cc
Commit message (Collapse)AuthorAge
* Avoid crash when the parameter file name has no suffix.eschnett2011-03-18
| | | | | | | Avoid crash when the environment variable USER is not set. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@202 83718e91-0e4f-0410-abf4-91180603181f
* Remove source ID again; please use the build ID instead.schnetter2008-03-10
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@170 83718e91-0e4f-0410-abf4-91180603181f
* Declare the build id etc. as "char const *" instead of "char[]".schnetter2008-03-03
| | | | | | | | Add and commit to the git repository in a perl script instead of directly in the Makefile. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@164 83718e91-0e4f-0410-abf4-91180603181f
* Provide aliased functions to query the source tree and configurationschnetter2008-02-03
| | | | | | | ids git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@153 83718e91-0e4f-0410-abf4-91180603181f
* Add Cactus directory to source id instead of user name to make itschnetter2008-02-03
| | | | | | | unique within a machine git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@150 83718e91-0e4f-0410-abf4-91180603181f
* Use git, if available, to store the complete source code tree at buildschnetter2008-02-03
| | | | | | | time. Remember and output the git commit id at run time. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@148 83718e91-0e4f-0410-abf4-91180603181f
* Add missing #include <cstdlib>.schnetter2007-11-13
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@145 83718e91-0e4f-0410-abf4-91180603181f
* #include <cstring> for strdupschnetter2007-10-25
| | | | git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@141 83718e91-0e4f-0410-abf4-91180603181f
* Use a cascade of if statements instead of C++ exceptions to handleschnetter2007-08-30
| | | | | | | errors when reading the simulation id from a file. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@134 83718e91-0e4f-0410-abf4-91180603181f
* Provide aliased functions which can be used to announce certain eventsschnetter2007-08-21
| | | | | | | | | | | | (key/value pairs) to Formaline. Provide a simulation ID as well as the existing build ID and run ID. A simulation ID should remain constant over restarts with the same parameter file, the run ID should change. A simulation ID thus describes a particular physics setup. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@126 83718e91-0e4f-0410-abf4-91180603181f
* Make the parameter file name part of the job id.schnetter2007-05-24
| | | | | | | Separate date and time elements in the job id by periods. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@123 83718e91-0e4f-0410-abf4-91180603181f
* Correct prototype of routine scheduled at startup.schnetter2006-08-14
| | | | | | | | Correct arguments passed to CCTK_VInfo when printing the build and simulation ids. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@113 83718e91-0e4f-0410-abf4-91180603181f
* Move all handling of build and job ids to a separate file.schnetter2006-07-27
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/Formaline/trunk@107 83718e91-0e4f-0410-abf4-91180603181f