Changes between Version 32 and Version 33 of Old/Dailyupdates


Ignore:
Timestamp:
Jun 25, 2007, 3:50:59 PM (17 years ago)
Author:
aniket
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Dailyupdates

    v32 v33  
    6363
    6464The C++ code continues to be a headache. We are now officially convinced that many of the upper level API functions really demand that we code in C++, which is disheartening as we've made very little progress getting the code to compile. I dispatched a support request to Evolution, but have not heard from them as of yet. We really ought to get a user id and password for their support forums.
     65
     66== 6/22/07 - Day 15 ==
     67
     68We've signed up for some time on the grid. Monday morning we'll come a little early and test out some of our algorithms. We learned today how to image nodes on the grid and turn them on. The procedure is pretty simple:
     69{{{
     70$ ssh uid@console.grid.orbit-lab.org
     71$ imageNodes x1..x2,y1..y2 baseline.ndz
     72$ wget -O - -q 'http://cmc:5012/cmc/on?x=x1&y=y1'
     73}}}
     74