OldMcData - The Data Farmer

QuickStart Guide

Version 1.1 - (build 20100618b162)

Stephen C. Upton, SEED Center for Data Farming, 6/18/2010

Introduction

OldMcData - The Data Farmer (OMD) is a software application designed to setup, start, and manage data farming runs, from running large simulation experiments on a distributed computer cluster to multiple replications of a single excursion on a single machine. For runs on a distributed computing cluster, OMD uses Condor (http://www.cs.wisc.edu/condor/), an open-source distributed computing environment.

This document, as the name implies, is a guide to get you started using OMD quickly. The first section gives instructions on how to install OMD, and the following section tells you how to run OMD, using a sample simulation. More details on how to setup OMD for other models can be found in the OMD User's Manual.

Installation

To install, just unzip the omd1.1.zip file to any directory (one with no spaces), preferably at the top level, e.g., c:\oldmcdata on Windows or /usr/oldmcdata on Linux.

Once unzipped, the file structure should look like this (where root is the directory you unzipped into):

The only configuration needed is to modify the oldmcdata.config.xml file to reflect where you unzipped omd1.1.zip. Just change all the file paths in the config file from "/Users/stephenupton/Work/oldmcdata/1.1" to your oldmcdata directory. You will also need to change the command executable to a ".bat" file if you are running on windows. Currently, you do not need to worry about the Condor entries at the top of the config file, unless you have Condor installed and want to experiment with that configuration.

Running OMD1.1

To run, open up a command or terminal window, change directories to your oldmcdata directory and type:

./oldmcdata.start.sh <whereyouunzippedomd>/studies/test-simpleplanner study.xml

for unix/mac, and

oldmcdata.start.bat <whereyouunzippedomd>/studies/test-simpleplanner study.xml

for windows (note you need to use the forward slash here as well -something to fix in a later version)

After the run, you should have a directory called "Output" and a directory called "run" in the study directory (that's the <whereyouunzippedomd>/studies/test-simpleplanner directory). In the Output directory, you should have a bunch of output files called *.csv and *.tasks. In the run directory, you should have all the simpleplanner files, plus the excursion files generated from the study.csv file.

That's it! You have successfully tested your installation of OMD. More details can be found in the OMD User's Manual: