swarm-modeling
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swarm-Modelling] X10 implementation


From: Marcus G. Daniels
Subject: [Swarm-Modelling] X10 implementation
Date: Mon, 15 Jan 2007 11:23:07 -0700
User-agent: Thunderbird 1.5.0.9 (X11/20061219)

Hi,

This may be of interest to those doing large scale agent-modelling. It's one the first implementations of the DARPA HPCS languages. These languages are being designed to be more usable and integrated alternatives to MPI for parallel computing.

http://grothoff.org/christian/xtc/x10

The way computations are composed in X10 via `clocks' is similar in some ways to Swarm's activities.

To build it, do a SVN checkout of the xtc and x10c modules as described on that page into an empty subdirectory. Using Eclipse import that subdirectory. You should get these two modules, xtc and x10c, and then it should build without complaint (it did for me today). Obviously, it's brand new and not yet mature, but I tried some test cases and it seems to work. $ x10 -classpath=$X10C/src/org/grothoff/x10c/interpreter -main=benchmarks/series/Benchmark
SERIES (size: 3) execution time (ms): 11459

Marcus



reply via email to

[Prev in Thread] Current Thread [Next in Thread]