- 11 May, 2009 3 commits
-
-
Kevin Tew authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 08 May, 2009 10 commits
-
-
Robert Ricci authored
bad if using a cached version of the old stylesheet. Should remove this in a few days.
-
Robert Ricci authored
-
Robert Ricci authored
the front page.
-
Robert Ricci authored
-
Robert Ricci authored
flag for the papers and talk link, which is a month old now.
-
Robert Ricci authored
-
Robert Ricci authored
file describing the cities that users reside in. Directions for obtaining these can be found in utah/gmaps/README
-
Robert Ricci authored
Maps API key. Note that this does not have to be kept secret at all, so I've included Utah's in the defs-default file.
-
Kevin Tew authored
-
Mike Hibler authored
-
- 06 May, 2009 3 commits
-
-
Robert Ricci authored
variable - we have lots of javascript that wants to install its intiailization code there, and these functions just provide a simple mechanism for doing that. So. From now on: Thou Shalt Not Mess With window.onload Or window.onunload Directly. Instead, Thou Shalt Call addLoadFunction() and addUnloadFunction().
-
Robert Ricci authored
-
Jonathon Duerig authored
-
- 05 May, 2009 1 commit
-
-
Jonathon Duerig authored
-
- 04 May, 2009 4 commits
-
-
Leigh B. Stoller authored
that depending on different versions of assign to find the exact same solution on the same top/ptop, is asking for trouble. And in fact, the new assign is slightly different and the solutions do not match. So the idea we came up with is to first run the old version, and then fixnode the results for the input to the new version. assign should run cleanly and the results will be the same. Then reverse the situation and run the new version, then fixnode those results for a run of the old version. Then compare all the results.
-
Jon Rafkind authored
-
Leigh B. Stoller authored
instantiation.
-
Jonathon Duerig authored
-
- 01 May, 2009 13 commits
-
-
Robert Ricci authored
make it too hard to diff output from different versions. (trunk)
-
Mike Hibler authored
Be more explicit in the final message about deleting a user when you are just removing that user from a project and not entirely. Just about pissed my pants when it told me it was deleting a user after I had confirmed that I REALLY (and REALLY, REALLY) just wanted to delete them from a project.
-
Mike Hibler authored
Did this long ago (back when I was a hacker) and never checked it in.
-
Leigh B. Stoller authored
factor. Some minor improvements and fixes to regression mode.
-
Leigh B. Stoller authored
we no longer call os_select as a shell script but rather as a library routine, which save bundles of time on big experiments.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
multiplex factor (-m). Overrides the setting in the experiments table.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
Add -p and -m options to turn on prepass in assign and the mapper, and also pass the multiplex_factor in.
-
Leigh B. Stoller authored
and neither do I.
-
Leigh B. Stoller authored
Move the important part of os_select into this library as a method so that we can just do it from the mapper wrapper without having to call a shell script for each node in the topo (which on a 2000 node experiment, takes 45 minutes).
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 30 Apr, 2009 1 commit
-
-
Kevin Tew authored
-
- 29 Apr, 2009 5 commits
-
-
Robert Ricci authored
beleive we really have this stuff set up to run well at other sites.
-
Robert Ricci authored
-
Kevin Tew authored
-
Jonathon Duerig authored
-
Tarun Prabhu authored
Modified the xml format to have attributes which makes the parse much faster. The change affected the rspecs as well and that was also corrected.
-