Skip to content

Commit

Permalink
Merge pull request #4 from bbarker/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README
  • Loading branch information
oweidner authored Sep 21, 2016
2 parents 51364af + 416f6b0 commit 28c20cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ the host system, so you can log into it to start your MPI applications.

## Usage

The following command will start one `mpi_head` container and three `mpi_node` containers:
The following command, run from the repository's directory, will start one `mpi_head` container and three `mpi_node` containers:

```
$> docker-compose scale mpi_head=1 mpi_worker=3
$> docker-compose scale mpi_head=1 mpi_node=3
```
Once all containers are running, you can login into the `mpi_head` node and start MPI jobs with `mpirun`. Alternatively, you can execute a one-shot command on that container with the `docker-compose exec` syntax, as follows:

Expand All @@ -61,4 +61,4 @@ You can spin up a docker-compose cluster, run a battery of MPI4py tests and remo

## Credits

This repository draws from work on https://github.com/dispel4py/ by O. Weidner and R. Filgueira
This repository draws from work on https://github.com/dispel4py/ by O. Weidner and R. Filgueira

0 comments on commit 28c20cb

Please sign in to comment.