SLIDE 1
ComplexHPC Spring School’11: KOALA Amsterdam, May 10, 2011 1
ComplexHPC Spring School 2011 KOALA– Practical Work
Amsterdam, May 10, 2011
http://www.st.ewi.tudelft.nl/koala/
Key issues Application
Runners Component structure Co-allocation Staging Name (type)
PRunner
single component without executable/output hostname (sequential) pi_seq (sequential)
OMRunner
fixed/non- fixed/flexible without executable/output pi_par (MPI)
WRunner
Directed Acyclic Graph (DAG) with input/executable/output diamond (workflow) pipeline (workflow)
WRunner
conveniently parallel with input/executable/output prime search (Bag of Tasks -- BoT)
Preparing Your Environment on the DAS-4
- 1. Download the practical work tarball
wget http://bullet.st.ewi.tudelft.nl/downloads/ComplexHPC_11.tar.gz
- 2. Extract the tarball
tar xzvf ComplexHPC_11.tar.gz
- 3. Edit .bashrc
wget http://bullet.st.ewi.tudelft.nl/downloads/koala_env Append the contents of the koala_env file to the .bashrc file which is located under your home directory.
- 4. Source the updated .bashrc