From: "James M. Lawrence" Date: 2009-10-26T22:52:54+09:00 Subject: Re: Tiamat: Automatic parallelism across multiple machines Rajinder Yadav wrote: > James M. Lawrence wrote: >> Rajinder Yadav wrote: >>> James this is wicked, love what you're doing, although I have no idea >>> on how to use it yet =) >>> >>> Does Tiamat work on top of Pure? Where should I start? >> >> Yes, Tiamat is a back-end for Pure. The first step is to install it and >> then run through the examples in the readmes. Have you tried that? > > I've install pure (0.2.0), however I get the following error when I try > to run > the 1st example from the site > > irb(main):001:0> require 'pure/dsl' > LoadError: no such file to load -- pure/dsl > from (irb):1:in `require' > from (irb):1 If you installed the gem, did you require 'rubygems' or set the RUBYOPT environment variable to '-rrubygems'? -- Posted via http://www.ruby-forum.com/.