Parallel
cluster.txt
Associated article: Managing Cluster Computers
Tags: Web Development Open Source Parallel Design
Published source code accompanying the article by Carlo Kopp in which he describes how TurboLinux's enFuzion is used to manage the Monash Parallel Parametric Modeling Engine, a cluster of Pentium/Linux-based computers.
Managing Cluster Computers
by Carlo Kopp
Listing One
parameter bandwidthlimit label "Capacity Lower Bound" float select
anyof 0.3 1 3 10 30 100 300 1000 3000 default 100 300 1000 3000;
parameter frequency label "Carrier" float select
anyof 1.0 1.4 1.8 2.6 3.15 3.8 4.5 default 1.0 1.4 1.8 2.6 3.15 3.8 4.5;
parameter weathermodel label "Wx Model" integer select
anyof 0 1 2 3 ...


