Wednesday, March 14, 2012
Reproducing Kernel Hilbert Spaces
http://hal3.name/docs/daume04rkhs.pdf
Not directly related, but also I'm interested in Wolfe Dual:
http://www.cs.rochester.edu/~gildea/2008_Springwolfe.pdf
http://homepages.rpi.edu/~bennek/class/mmld/
Sunday, March 11, 2012
Github on wormwood
- Need to set up ssh for multiple keys. See e.g.
http://www.karan.org/blog/index.php/2009/08/25/multiple-ssh-private-keys - Need to do this:
$ ssh-add ~/.ssh/id_rsa_github
- On gelato, I need something like this:
$ exec ssh_agent bash<br />$ ssh-add ~/.ssh/id_rsa_github
Bye.
Friday, March 09, 2012
Using slicer on SPL computers
When you try to run slicer remotely on the SPL computer, you get something like this:
$ ./Slicer-build/Slicer
Number of registered modules: 94
ERROR: In /home/gcs6/build/slicer-rt/SlicerRt-build/VTK/Rendering/vtkXOpenGLRenderWindow.cxx, line 404
vtkXOpenGLRenderWindow (0x333a200): Could not find a decent visual
ERROR: In /home/gcs6/build/slicer-rt/SlicerRt-build/VTK/Rendering/vtkXOpenGLRenderWindow.cxx, line 404
vtkXOpenGLRenderWindow (0x333a200): Could not find a decent visual
X Error: BadValue (integer parameter out of range for operation) 2
Extension: 135 (Uknown extension)
Minor opcode: 3 (Unknown request)
Resource id: 0x21
ERROR: In /home/gcs6/build/slicer-rt/SlicerRt-build/VTK/Rendering/vtkXOpenGLRenderWindow.cxx, line 629
vtkXOpenGLRenderWindow (0x333a200): Cannot create GLX context. Aborting.
error: [/workspace/gcs6/build/slicer-rt/SlicerRt-build/Slicer-build/bin/./SlicerQT-real] exit abnormally - Report the problem.
It seems you can workaround by doing this:
$ setenv LIBGL_ALWAYS_INDIRECT y