Ruby-1.8.5 has been ported to Bluegene/L

I finally got Ruby-1.8.5 running on the compute nodes of our Bluegene/L
rack. More details here. Enjoy.

Chad B. wrote:

I finally got Ruby-1.8.5 running on the compute nodes of our Bluegene/L
rack. More details here. Enjoy.
Apparently the forum doesn’t like HTML so here is a clean link:

http://www.ece.iastate.edu/~crb002/cnr.html

On 4/11/07, Chad B. [email protected] wrote:

Chad B. wrote:

I finally got Ruby-1.8.5 running on the compute nodes of our Bluegene/L
rack. More details here. Enjoy.
Apparently the forum doesn’t like HTML so here is a clean link:

http://www.ece.iastate.edu/~crb002/cnr.html

Do the rubicon tests pass?

Oh, and could you give me an account on the machine with SSH access so
I can “help out” with the development :wink:

Blessings,
TwP

Hi,

In message “Re: Ruby-1.8.5 has been ported to Bluegene/L”
on Thu, 12 Apr 2007 01:20:29 +0900, Chad B.
[email protected] writes:

|I finally got Ruby-1.8.5 running on the compute nodes of our Bluegene/L
|rack. More details http://www.ece.iastate.edu/~crb002/cnr.html. Enjoy.

Have you made any modify for Bluegene/L? If you have, we can merge it
to the repository.

          matz.

Tim P. wrote:

On 4/11/07, Chad B. [email protected] wrote:

Chad B. wrote:

I finally got Ruby-1.8.5 running on the compute nodes of our Bluegene/L
rack. More details here. Enjoy.
Apparently the forum doesn’t like HTML so here is a clean link:

http://www.ece.iastate.edu/~crb002/cnr.html

Do the rubicon tests pass?

I belive rubicon requires more cross-compiling of which I don’t care to
tackle right now.

If you wanted to give me some ruby scripts for testing I would be happy
to run them for you.

Oh, and could you give me an account on the machine with SSH access so
I can “help out” with the development :wink:

Haha. You wish :wink:

Blessings,
TwP

Yukihiro M. wrote:

Hi,

In message “Re: Ruby-1.8.5 has been ported to Bluegene/L”
on Thu, 12 Apr 2007 01:20:29 +0900, Chad B.
[email protected] writes:

|I finally got Ruby-1.8.5 running on the compute nodes of our Bluegene/L
|rack. More details http://www.ece.iastate.edu/~crb002/cnr.html. Enjoy.

Have you made any modify for Bluegene/L? If you have, we can merge it
to the repository.

          matz.

I had to hack the configure file to overcome cross-compile issues and
solve some Bluegene specific linker problems. Other than that nothing
was touched. I’m in the middle of writing a script for BGL compiles and
I’ll post it ASAP.

Thanks for making sure Ruby still runs green threads! The Bluegene
compute node kernel only allows one process.

mpi_ruby is now working. Enjoy.

http://www.ece.iastate.edu/~crb002/cnmpi_ruby.html

Tim P. wrote:

On 4/11/07, Chad B. [email protected] wrote:

Chad B. wrote:

I finally got Ruby-1.8.5 running on the compute nodes of our Bluegene/L
rack. More details here. Enjoy.
Apparently the forum doesn’t like HTML so here is a clean link:

http://www.ece.iastate.edu/~crb002/cnr.html

Do the rubicon tests pass?

Oh, and could you give me an account on the machine with SSH access so
I can “help out” with the development :wink:

Blessings,
TwP

I just ran the ruby-1.8.5/samples/test.rb script. Output after running
it for a maximum of 5 minutes is at:
http://www.ece.iastate.edu/~crb002/test.output

It seem to pass many of the tests.