Introduction
Summary of the project.
The primary purpose of this project is to adapt open source software to run upon 64-bit, distributed environments. The choice of which open source software to develop and the priority to assign to the development was dictated by civil engineering applications. Initially, three applications had been identified; there were
- Traffic Safety Analysis – examines the linkage between automotive accidents and the characteristics of accident locations.
- Propagation of Uncertainty in Flood Models using Radar-Rainfall Analysis – seeks to predict how reliable flood predictions will be given knowledge on reliability of input data (rainfall).
- Rainfall-Accident Relationship – analyzes the impact of rainfall upon the rate and types of automotive accidents.
The initial selection of open source software were WEKA, GRASS and R, which are, respectively, a JAVA-based machine learning package, a GIS system, and a statistical programming language. The initial technical objectives are as follows:
- Integrate and evaluate the usage of WEKA, GRASS, and R into the analysis efforts of Dr. Sun and Dr. Habib
- Modify WEKA, GRASS, and R to support 64-Bit Intel Itanium processors and AMD Opterons
- Deploy onto
- CACS’s BigRed, 96-node Sun Linux cluster.
- Oliver, UL Lafayette LONI Dell Linux 128-node cluster.
- LITE’s Altix 350, containing 22-compute only nodes.
- Develop distributed versions of subcomponents identified as beneficial.
- Generate Packages of Modified Software
Information relevant to the project:
Big Red: (a) Instructions on use and b) Bigred's Webpage
GNU R: Information about the efforts to install GNU R.
mpiJava: Information about mpiJAVA (at least, what is relevant to this project).
WEKA: Information about WEKA.
GRASS GIS: Information about GRASS.
