Have you been able to make it work yet, memphistechno? It sounds all pretty complicated to me but thats because Im just in the process of familiarizing myself with Amazon EC2 cloud. What kind of openframeworks program do you have?
I’m doing some more testing, this is going to be a major part of my future body of work ( supercomputing lends itself so well to art ). Don’t worry I haven’t abandoned the idea.
My next paycheck I have budgeted in far too much money to fuck around on the EC2 cloud.
The dual Tesla instance is intense the cuda strength is unimaginable.
Sorry to revive an old topic, but did anyone have success running OF applications on Amazon EC2?
I recently spent a day trying to get OpenGL running on a virtual Ubuntu instance, but nothing seemed to work for me.
We downloaded O/F and compiled on the actual EC2 box rather than trying to move artefacts across. The hard part was all the Jenkins / Chef stuff that our ops guys here did. But if you don’t CI I would compile your source on the Linux box using make and the O/F Linux tutorial
Thanks for your answer: our problem seems to be that, even if we installed all the dependencies, we don’t have OpenGL support on display 0. So we can compile OF code, but cannot run anything using GLFW. Tricky sysadmin problem