michaelsevilla / malacology-popper

2 stars 0 forks source link

malacology-popper

This repository has our experiments.

Install

  1. Setup passwordless SSH and sudo

  2. Install Docker on all nodes

  3. Install Ansible on the head node.

Quickstart

cd experiments/<your experiment>
./run.sh

Organization

Directory structure:

Inside the experiment directory there is a results and logs directory. These will be overwritten everytime you run an experiment... so you should try to commit the results along with the entire experiment directory before running a new job. This gives you a history of different experiments and helps us understand how small tweaks affect results.

EOF