Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken headings in Markdown files #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
mpich-yarn
===========
#Introduction
# Introduction

MPICH-yarn is an application running on Hadoop YARN that enables
MPI programs running on Hadoop YARN clusters.

##Prerequisite
## Prerequisite

As a prerequisite, you need to

Expand All @@ -16,15 +16,15 @@ folder has been added to PATH.
This version of mpich-yarn uses MPICH-3.1.2 as implementation of MPI
and uses ssh as communication daemon.

##Recommended Configuation
## Recommended Configuation

1. Ubuntu 12.04 LTS
2. hadoop 2.4.1
3. gcc 4.6.3
4. jdk 1.7.0_25
5. Apache Maven 3.2.3

#Compile
# Compile

To compile MPICH-yarn, first you need to have maven installed. Then
type command at source folder:
Expand All @@ -38,7 +38,7 @@ After this command, you will get mpich2-yarn-1.0-SNAPSHOT.jar at
./target folder. This is the application running at YARN to execute
MPI programs.

#Configuation
# Configuation

There are many tutorials on the Internet about configuring Hadoop. However,
there are many troubles in configuring YARN to make it work well with mpich2-
Expand Down Expand Up @@ -120,7 +120,7 @@ mpi-site.conf
</property>
</configuration>

#Submit Jobs
# Submit Jobs

## CPI

Expand Down