- 14 Feb, 2007 1 commit
-
-
Leigh B. Stoller authored
the repo for the stamping. This code is all temporary or at the very least will change.
-
- 09 Nov, 2006 1 commit
-
-
Leigh B. Stoller authored
-
- 09 Oct, 2006 1 commit
-
-
Leigh B. Stoller authored
-
- 19 Sep, 2006 1 commit
-
-
Leigh B. Stoller authored
swapped out event when endrun fails for some reason.
-
- 08 Sep, 2006 1 commit
-
-
Leigh B. Stoller authored
* Handle cancelation of instantiation. * Call out to template_exprun instead of inlining most of what it does.
-
- 07 Sep, 2006 2 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
do! The original operation was to save up every log file forever in the work directory, and copy that out to both the user directory and the info directory (long term archive). When I cleaned /proj on ops yesterday of all this old cruft, I recoved 17GB of disk space. Yow! So, the new operation is: * Only files that end in .log are copied to the user directory. No longer copying out .top, .ptop, and a couple of other logs; 99% of users never look at these things. We still have them available to us though, on boss. * At the beginning of each swap operation, clean out the work directory of all the old log files. These are named a variety of ways, so I use some pattern patches to do this. * Jigger the names a little so that we do not name things in the form "$$.log", to avoid copying out different named files to the user directory each time; instead link the .log file to the real output file so that it gets overwritten each time, while still getting the per-swap files for long term storage.
-
- 06 Jun, 2006 1 commit
-
-
Leigh B. Stoller authored
and saved in the archive at run boundries and when the instance is terminated. No idea yet how this will be used.
-
- 25 May, 2006 1 commit
-
-
Leigh B. Stoller authored
use loghole to capture the log files and store them in the experiment archive before the commit point between runs (and at swapout). Some other small unrelated changes as well.
-
- 22 May, 2006 1 commit
-
-
Leigh B. Stoller authored
-
- 12 May, 2006 1 commit
-
-
Leigh B. Stoller authored
"object" and this was a good opportunity to see if they are useful and easy enough to use. Yep they are; the code is much cleaner with many fewer utility functions to get at stuff. I recommend this approach from now on. The problem is the php side, which ends up duplicating some stuff, but in the old style. This is not so bad for the template code since I have made it a point not to do anything but display functions in php; all modifications are handled in the backend.
-
- 05 May, 2006 1 commit
-
-
Leigh B. Stoller authored
-
- 31 Mar, 2006 1 commit
-
-
Leigh B. Stoller authored
needed (reparsing of NS file with current bindings). Mostly I decided that I made a huge mistake in using the exptidx as the main cross index. I started to change that, which took a bunch of time. Still more tables to fix up, but I think all of this code is gonna need a major reorg once I am no longer under the gun to get it done.
-
- 29 Mar, 2006 1 commit
-
-
Leigh B. Stoller authored
-
- 28 Mar, 2006 1 commit
-
-
Leigh B. Stoller authored
you can turn it on in your devel tree by setting the $EXPOSETEMPLATES variable in www/defs.php3.in to 1. BE SURE NOT TO CHECK THAT CHANGE IN!
-